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)
DmnRepositoryServicesetDeploymentCategory in interface DmnRepositoryServicedeploymentId - The id of the deployment of which the category will be changed.category - The new category.public void setDeploymentTenantId(String deploymentId, String newTenantId)
DmnRepositoryServicesetDeploymentTenantId in interface DmnRepositoryServicedeploymentId - The id of the deployment of which the tenant identifier will be changed.newTenantId - The new tenant identifier.public void changeDeploymentParentDeploymentId(String deploymentId, String newParentDeploymentId)
DmnRepositoryServicechangeDeploymentParentDeploymentId in interface DmnRepositoryServicedeploymentId - The id of the deployment of which the parent deployment identifier will be changed.newParentDeploymentId - The new parent deployment identifier.public 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 © 2023 Flowable. All rights reserved.