| Modifier and Type | Method and Description |
|---|---|
DmnDeploymentBuilder |
DmnDeploymentBuilder.addClasspathResource(String resource) |
DmnDeploymentBuilder |
DmnDeploymentBuilder.addDmnBytes(String resourceName,
byte[] dmnBytes) |
DmnDeploymentBuilder |
DmnDeploymentBuilder.addDmnModel(String resourceName,
DmnDefinition dmnDefinition) |
DmnDeploymentBuilder |
DmnDeploymentBuilder.addInputStream(String resourceName,
InputStream inputStream) |
DmnDeploymentBuilder |
DmnDeploymentBuilder.addString(String resourceName,
String text) |
DmnDeploymentBuilder |
DmnDeploymentBuilder.category(String category)
Gives the deployment the given category.
|
DmnDeploymentBuilder |
DmnRepositoryService.createDeployment() |
DmnDeploymentBuilder |
DmnDeploymentBuilder.disableSchemaValidation()
If called, no XML schema validation against the BPMN 2.0 XSD.
|
DmnDeploymentBuilder |
DmnDeploymentBuilder.name(String name)
Gives the deployment the given name.
|
DmnDeploymentBuilder |
DmnDeploymentBuilder.parentDeploymentId(String parentDeploymentId)
Gives the deployment the given parent deployment id.
|
DmnDeploymentBuilder |
DmnDeploymentBuilder.tenantId(String tenantId)
Gives the deployment the given tenant id.
|
Copyright © 2017 Alfresco. All rights reserved.