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:
addInputStreamin interfaceAppDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResourcein interfaceAppDeploymentBuilder
-
addString
- Specified by:
addStringin interfaceAppDeploymentBuilder
-
addBytes
- Specified by:
addBytesin interfaceAppDeploymentBuilder
-
addZipInputStream
- Specified by:
addZipInputStreamin interfaceAppDeploymentBuilder
-
disableSchemaValidation
CoreAppDeploymentBuilder disableSchemaValidation()If called, no XML schema validation against the XSD. Not recommended in general.- Specified by:
disableSchemaValidationin interfaceAppDeploymentBuilder
-
name
Gives the deployment the given name.- Specified by:
namein interfaceAppDeploymentBuilder
-
category
Gives the deployment the given category.- Specified by:
categoryin interfaceAppDeploymentBuilder
-
key
Gives the deployment the given key.- Specified by:
keyin interfaceAppDeploymentBuilder
-
creatorId
Sets the creator id for the deployment. -
tenantId
Gives the deployment the given tenant id.- Specified by:
tenantIdin 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:
enableDuplicateFilteringin interfaceAppDeploymentBuilder
-
deploy
CoreAppDeployment deploy()Deploys all provided sources to the CMMN engine.- Specified by:
deployin interfaceAppDeploymentBuilder
-