- 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.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.AppDefinitionBaseQuery
-
- 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.AppDefinitionBaseQuery
-
- 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.
- disableSchemaValidation() - Method in interface org.flowable.app.api.repository.AppDeploymentBuilder
-
If called, no XML schema validation against the XSD.