public class DmnRepositoryServiceImpl extends CommonEngineServiceImpl<DmnEngineConfiguration> implements DmnRepositoryService
commandExecutorconfiguration| Constructor and Description |
|---|
DmnRepositoryServiceImpl() |
getCommandExecutor, setCommandExecutorgetConfigurationpublic DmnDeploymentBuilder createDeployment()
createDeployment in interface DmnRepositoryServicepublic DmnDeployment deploy(DmnDeploymentBuilderImpl deploymentBuilder)
public void deleteDeployment(String deploymentId)
deleteDeployment in interface DmnRepositoryServicepublic DmnDecisionQuery createDecisionQuery()
createDecisionQuery in interface DmnRepositoryServicepublic NativeDecisionQuery createNativeDecisionQuery()
createNativeDecisionQuery in interface DmnRepositoryServicepublic List<String> getDeploymentResourceNames(String deploymentId)
getDeploymentResourceNames in interface DmnRepositoryServicepublic InputStream getResourceAsStream(String deploymentId, String resourceName)
getResourceAsStream in interface DmnRepositoryServicepublic void setDeploymentCategory(String deploymentId, String category)
setDeploymentCategory in interface DmnRepositoryServicepublic void setDeploymentTenantId(String deploymentId, String newTenantId)
setDeploymentTenantId in interface DmnRepositoryServicepublic void changeDeploymentParentDeploymentId(String deploymentId, String newParentDeploymentId)
changeDeploymentParentDeploymentId in interface DmnRepositoryServicepublic DmnDeploymentQuery createDeploymentQuery()
createDeploymentQuery in interface DmnRepositoryServicepublic NativeDmnDeploymentQuery createNativeDeploymentQuery()
createNativeDeploymentQuery in interface DmnRepositoryServicepublic DmnDecision getDecision(String decisionId)
getDecision in interface DmnRepositoryServicepublic DmnDefinition getDmnDefinition(String decisionId)
getDmnDefinition in interface DmnRepositoryServicepublic InputStream getDmnResource(String decisionId)
getDmnResource in interface DmnRepositoryServicepublic void setDecisionCategory(String decisionId, String category)
setDecisionCategory in interface DmnRepositoryServicepublic InputStream getDecisionRequirementsDiagram(String decisionId)
getDecisionRequirementsDiagram in interface DmnRepositoryServiceCopyright © 2021 Flowable. All rights reserved.