Package com.flowable.core.app.api
Interface CoreAppDeploymentBuilder
- All Superinterfaces:
AppDeploymentBuilder
- All Known Implementing Classes:
AppDeploymentBuilderImpl
-
Method Summary
Modifier and TypeMethodDescriptionaddClasspathResource
(String resource) addInputStream
(String resourceName, InputStream inputStream) addZipInputStream
(ZipInputStream zipInputStream) Gives the deployment the given category.Sets the creator id for the deployment.deploy()
Deploys all provided sources to the CMMN engine.If called, no XML schema validation against the XSD.If set, this deployment will be compared to any previous deployment.Gives the deployment the given key.Gives the deployment the given name.Gives the deployment the given tenant id.
-
Method Details
-
addInputStream
- Specified by:
addInputStream
in interfaceAppDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResource
in interfaceAppDeploymentBuilder
-
addString
- Specified by:
addString
in interfaceAppDeploymentBuilder
-
addBytes
- Specified by:
addBytes
in interfaceAppDeploymentBuilder
-
addZipInputStream
- Specified by:
addZipInputStream
in interfaceAppDeploymentBuilder
-
disableSchemaValidation
CoreAppDeploymentBuilder disableSchemaValidation()If called, no XML schema validation against the XSD. Not recommended in general.- Specified by:
disableSchemaValidation
in interfaceAppDeploymentBuilder
-
name
Gives the deployment the given name.- Specified by:
name
in interfaceAppDeploymentBuilder
-
category
Gives the deployment the given category.- Specified by:
category
in interfaceAppDeploymentBuilder
-
key
Gives the deployment the given key.- Specified by:
key
in interfaceAppDeploymentBuilder
-
creatorId
Sets the creator id for the deployment. -
tenantId
Gives the deployment the given tenant id.- Specified by:
tenantId
in interfaceAppDeploymentBuilder
-
enableDuplicateFiltering
CoreAppDeploymentBuilder enableDuplicateFiltering()If set, this deployment will be compared to any previous deployment. This means that every (non-generated) resource will be compared with the provided resources of this deployment.- Specified by:
enableDuplicateFiltering
in interfaceAppDeploymentBuilder
-
deploy
CoreAppDeployment deploy()Deploys all provided sources to the CMMN engine.- Specified by:
deploy
in interfaceAppDeploymentBuilder
-