Skip navigation links
A B C D E G I K L N O S T U 

A

addBytes(String, byte[]) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
 
addClasspathResource(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
 
addInputStream(String, InputStream) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
 
addString(String, String) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
 
addZipInputStream(ZipInputStream) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
 
AppDefinition - Interface in org.flowable.app.api.repository
 
appDefinitionCategory(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionCategoryLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionCategoryNotEquals(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionId(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionIds(Set<String>) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionKey(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionKeyLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionName(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionNameLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
AppDefinitionQuery - Interface in org.flowable.app.api.repository
 
appDefinitionResourceName(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionResourceNameLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionTenantId(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionTenantIdLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionVersion(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionVersionGreaterThan(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionVersionGreaterThanOrEquals(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionVersionLowerThan(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionVersionLowerThanOrEquals(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
appDefinitionWithoutTenantId() - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
AppDeployment - Interface in org.flowable.app.api.repository
 
AppDeploymentBuilder - Interface in org.flowable.app.api.repository
Builder for creating new deployments, similar to the bpmn deployment builder.
AppDeploymentQuery - Interface in org.flowable.app.api.repository
Allows programmatic querying of AppDeployments.
AppEngineConfigurationApi - Interface in org.flowable.app.api
 
AppManagementService - Interface in org.flowable.app.api
 
AppModel - Interface in org.flowable.app.api.repository
 
AppRepositoryService - Interface in org.flowable.app.api
 
AppResourceConverter - Interface in org.flowable.app.api.repository
 

B

BaseAppModel - Class in org.flowable.app.api.repository
 
BaseAppModel() - Constructor for class org.flowable.app.api.repository.BaseAppModel
 

C

category(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
Gives the deployment the given category.
convertAppModelToJson(String) - Method in interface org.flowable.app.api.AppRepositoryService
Returns the AppModel as a JSON string.
convertAppModelToJson(AppModel) - Method in interface org.flowable.app.api.repository.AppResourceConverter
 
convertAppResourceToModel(byte[]) - Method in interface org.flowable.app.api.repository.AppResourceConverter
 
createAppDefinitionQuery() - Method in interface org.flowable.app.api.AppRepositoryService
Query case definitions
createDeployment() - Method in interface org.flowable.app.api.AppRepositoryService
Starts creating a new deployment
createDeploymentQuery() - Method in interface org.flowable.app.api.AppRepositoryService
Query deployments

D

deleteDeployment(String, boolean) - Method in interface org.flowable.app.api.AppRepositoryService
Deletes the given deployment and cascade deletion to case instances, history case instances and jobs.
deploy() - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
Deploys all provided sources to the CMMN engine.
deploymentCategory(String) - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments with the given category.
deploymentCategoryNotEquals(String) - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments that have a different category then the given one.
deploymentId(String) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
deploymentId(String) - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments with the given deployment id.
deploymentIds(Set<String>) - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
deploymentIds(List<String>) - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments with the given deployment ids.
deploymentKey(String) - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments with the given key.
deploymentName(String) - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments with the given name.
deploymentNameLike(String) - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments with a name like the given string.
deploymentTenantId(String) - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployment that have the given tenant id.
deploymentTenantIdLike(String) - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments with a tenant id like the given one.
deploymentWithoutTenantId() - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments that do not have a tenant id.
description - Variable in class org.flowable.app.api.repository.BaseAppModel
 
disableSchemaValidation() - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
If called, no XML schema validation against the XSD.

E

enableDuplicateFiltering() - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
If set, this deployment will be compared to any previous deployment.

G

getAppDefinition(String) - Method in interface org.flowable.app.api.AppRepositoryService
Returns the AppDefinition including all App information like additional Properties (e.g.
getAppManagementService() - Method in interface org.flowable.app.api.AppEngineConfigurationApi
 
getAppModel(String) - Method in interface org.flowable.app.api.AppRepositoryService
Returns the AppModel including all App model info.
getAppRepositoryService() - Method in interface org.flowable.app.api.AppEngineConfigurationApi
 
getCategory() - Method in interface org.flowable.app.api.repository.AppDefinition
category name which is derived from the targetNamespace attribute in the definitions element
getDeploymentId() - Method in interface org.flowable.app.api.repository.AppDefinition
The deployment in which this case definition is contained.
getDeploymentResourceNames(String) - Method in interface org.flowable.app.api.AppRepositoryService
Retrieves a list of deployment resources for the given deployment, ordered alphabetically.
getDescription() - Method in interface org.flowable.app.api.repository.AppDefinition
description of this case definition
getDescription() - Method in interface org.flowable.app.api.repository.AppModel
 
getDescription() - Method in class org.flowable.app.api.repository.BaseAppModel
 
getGroupsAccess() - Method in class org.flowable.app.api.repository.BaseAppModel
 
getIcon() - Method in class org.flowable.app.api.repository.BaseAppModel
 
getId() - Method in interface org.flowable.app.api.repository.AppDefinition
unique identifier
getKey() - Method in interface org.flowable.app.api.repository.AppDefinition
unique name for all versions of this case definition
getKey() - Method in interface org.flowable.app.api.repository.AppModel
 
getKey() - Method in class org.flowable.app.api.repository.BaseAppModel
 
getName() - Method in interface org.flowable.app.api.repository.AppDefinition
label used for display purposes
getName() - Method in interface org.flowable.app.api.repository.AppModel
 
getName() - Method in class org.flowable.app.api.repository.BaseAppModel
 
getResourceAsStream(String, String) - Method in interface org.flowable.app.api.AppRepositoryService
Gives access to a deployment resource through a stream of bytes.
getResourceName() - Method in interface org.flowable.app.api.repository.AppDefinition
name of the resource of this case definition.
getTableCounts() - Method in interface org.flowable.app.api.AppManagementService
Returns a map containing {tableName, rowCount} values.
getTableNames() - Method in interface org.flowable.app.api.AppManagementService
Returns all relational database tables of the engine.
getTenantId() - Method in interface org.flowable.app.api.repository.AppDefinition
The tenant identifier of this case definition
getTheme() - Method in class org.flowable.app.api.repository.BaseAppModel
 
getUsersAccess() - Method in class org.flowable.app.api.repository.BaseAppModel
 
getVersion() - Method in interface org.flowable.app.api.repository.AppDefinition
version of this case definition
groupsAccess - Variable in class org.flowable.app.api.repository.BaseAppModel
 

I

icon - Variable in class org.flowable.app.api.repository.BaseAppModel
 

K

key(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
Gives the deployment the given key.
key - Variable in class org.flowable.app.api.repository.BaseAppModel
 

L

latest() - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Only select deployments where the deployment time is the latest value.
latestVersion() - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 

N

name(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
Gives the deployment the given name.
name - Variable in class org.flowable.app.api.repository.BaseAppModel
 

O

orderByAppDefinitionCategory() - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
orderByAppDefinitionId() - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
orderByAppDefinitionKey() - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
orderByAppDefinitionName() - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
orderByAppDefinitionVersion() - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
orderByDeploymentId() - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
orderByDeploymentId() - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymenTime() - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Order by deployment time (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentName() - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Order by deployment name (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.flowable.app.api.repository.AppDefinitionQuery
 
orderByTenantId() - Method in interface org.flowable.app.api.repository.AppDeploymentQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
org.flowable.app.api - package org.flowable.app.api
 
org.flowable.app.api.repository - package org.flowable.app.api.repository
 

S

setAppDefinitionCategory(String, String) - Method in interface org.flowable.app.api.AppRepositoryService
Sets the category of the case definition.
setDescription(String) - Method in class org.flowable.app.api.repository.BaseAppModel
 
setGroupsAccess(String) - Method in class org.flowable.app.api.repository.BaseAppModel
 
setIcon(String) - Method in class org.flowable.app.api.repository.BaseAppModel
 
setKey(String) - Method in class org.flowable.app.api.repository.BaseAppModel
 
setName(String) - Method in class org.flowable.app.api.repository.BaseAppModel
 
setTheme(String) - Method in class org.flowable.app.api.repository.BaseAppModel
 
setUsersAccess(String) - Method in class org.flowable.app.api.repository.BaseAppModel
 

T

tenantId(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
Gives the deployment the given tenant id.
theme - Variable in class org.flowable.app.api.repository.BaseAppModel
 

U

usersAccess - Variable in class org.flowable.app.api.repository.BaseAppModel
 
A B C D E G I K L N O S T U 
Skip navigation links

Copyright © 2018 Flowable. All rights reserved.