public class DmnDeploymentBuilderImpl extends Object implements DmnDeploymentBuilder, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_ENCODING |
protected DmnDeploymentEntity |
deployment |
protected boolean |
isDmn20XsdValidationEnabled |
protected boolean |
isDuplicateFilterEnabled |
protected DmnRepositoryServiceImpl |
repositoryService |
protected DmnResourceEntityManager |
resourceEntityManager |
| Constructor and Description |
|---|
DmnDeploymentBuilderImpl() |
protected static final String DEFAULT_ENCODING
protected transient DmnRepositoryServiceImpl repositoryService
protected transient DmnResourceEntityManager resourceEntityManager
protected DmnDeploymentEntity deployment
protected boolean isDmn20XsdValidationEnabled
protected boolean isDuplicateFilterEnabled
public DmnDeploymentBuilder addInputStream(String resourceName, InputStream inputStream)
addInputStream in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder addClasspathResource(String resource)
addClasspathResource in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder addString(String resourceName, String text)
addString in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder addDmnBytes(String resourceName, byte[] dmnBytes)
addDmnBytes in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder addDmnModel(String resourceName, DmnDefinition dmnDefinition)
addDmnModel in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder name(String name)
DmnDeploymentBuildername in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder category(String category)
DmnDeploymentBuildercategory in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder disableSchemaValidation()
DmnDeploymentBuilderdisableSchemaValidation in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder tenantId(String tenantId)
DmnDeploymentBuildertenantId in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder parentDeploymentId(String parentDeploymentId)
DmnDeploymentBuilderparentDeploymentId in interface DmnDeploymentBuilderpublic DmnDeploymentBuilder enableDuplicateFiltering()
enableDuplicateFiltering in interface DmnDeploymentBuilderpublic DmnDeployment deploy()
DmnDeploymentBuilderdeploy in interface DmnDeploymentBuilderpublic DmnDeploymentEntity getDeployment()
public boolean isDmnXsdValidationEnabled()
public boolean isDuplicateFilterEnabled()
Copyright © 2023 Flowable. All rights reserved.