Index
All Classes and Interfaces|All Packages
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
- AppDefinitionBaseQuery<T extends AppDefinitionBaseQuery<T,
C>, C extends AppDefinition> - Interface in org.flowable.app.api.repository - appDefinitionCategory(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionCategoryLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionCategoryNotEquals(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionId(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionIds(Set<String>) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionKey(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionKeyLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionName(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionNameLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- AppDefinitionQuery - Interface in org.flowable.app.api.repository
- appDefinitionResourceName(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionResourceNameLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionTenantId(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionTenantIdLike(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionVersion(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionVersionGreaterThan(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionVersionGreaterThanOrEquals(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionVersionLowerThan(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionVersionLowerThanOrEquals(Integer) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- appDefinitionWithoutTenantId() - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- AppDeployment - Interface in org.flowable.app.api.repository
- AppDeploymentBaseQuery<T extends AppDeploymentBaseQuery<T,
C>, C extends 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
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
AppModelas 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 app 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 app 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.AppDeploymentBaseQuery
-
Only select deployments with the given category.
- deploymentCategoryNotEquals(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployments that have a different category then the given one.
- deploymentId(String) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- deploymentId(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployments with the given deployment id.
- deploymentIds(List<String>) - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployments with the given deployment ids.
- deploymentIds(Set<String>) - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- deploymentKey(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployments with the given key.
- deploymentName(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployments with the given name.
- deploymentNameLike(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployments with a name like the given string.
- deploymentTenantId(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployment that have the given tenant id.
- deploymentTenantIdLike(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployments with a tenant id like the given one.
- deploymentWithoutTenantId() - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployments that do not have a tenant id.
- 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
AppDefinitionincluding all App information like additional Properties (e.g. documentation). - getAppManagementService() - Method in interface org.flowable.app.api.AppEngineConfigurationApi
- getAppModel(String) - Method in interface org.flowable.app.api.AppRepositoryService
-
Returns the
AppModelincluding 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 app 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 app definition
- getDescription() - Method in interface org.flowable.app.api.repository.AppModel
- 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 app definition
- getKey() - Method in interface org.flowable.app.api.repository.AppModel
- getLockManager(String) - Method in interface org.flowable.app.api.AppManagementService
-
Acquire a lock manager for the requested lock.
- 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
- 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 resourceof this app 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 app definition
- getVersion() - Method in interface org.flowable.app.api.repository.AppDefinition
-
version of this app definition
K
- key(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
-
Gives the deployment the given key.
L
- latest() - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Only select deployments where the deployment time is the latest value.
- latestVersion() - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
N
- name(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
-
Gives the deployment the given name.
O
- orderByAppDefinitionCategory() - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- orderByAppDefinitionId() - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- orderByAppDefinitionKey() - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- orderByAppDefinitionName() - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- orderByAppDefinitionVersion() - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- orderByDeploymentId() - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- orderByDeploymentId() - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Order by deployment id (needs to be followed by
Query.asc()orQuery.desc()). - orderByDeploymentName() - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Order by deployment name (needs to be followed by
Query.asc()orQuery.desc()). - orderByDeploymentTime() - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Order by deployment time (needs to be followed by
Query.asc()orQuery.desc()). - orderByTenantId() - Method in interface org.flowable.app.api.repository.AppDefinitionBaseQuery
- orderByTenantId() - Method in interface org.flowable.app.api.repository.AppDeploymentBaseQuery
-
Order by tenant id (needs to be followed by
Query.asc()orQuery.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 app definition.
T
- tenantId(String) - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
-
Gives the deployment the given tenant id.
All Classes and Interfaces|All Packages