| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.api.repository |
| Modifier and Type | Method and Description |
|---|---|
CmmnDeploymentBuilder |
CmmnRepositoryService.createDeployment()
Starts creating a new deployment
|
| Modifier and Type | Method and Description |
|---|---|
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.addBytes(String resourceName,
byte[] bytes) |
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.addClasspathResource(String resource) |
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.addInputStream(String resourceName,
InputStream inputStream) |
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.addString(String resourceName,
String text) |
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.addZipInputStream(ZipInputStream zipInputStream) |
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.category(String category)
Gives the deployment the given category.
|
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.disableSchemaValidation()
If called, no XML schema validation against the BPMN 2.0 XSD.
|
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment.
|
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.key(String key)
Gives the deployment the given key.
|
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.name(String name)
Gives the deployment the given name.
|
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.parentDeploymentId(String parentDeploymentId)
Gives the deployment the given parent deployment id.
|
CmmnDeploymentBuilder |
CmmnDeploymentBuilder.tenantId(String tenantId)
Gives the deployment the given tenant id.
|
Copyright © 2021 Flowable. All rights reserved.