public interface DmnRepositoryService
DmnDeploymentBuilder createDeployment()
void deleteDeployment(String deploymentId)
DmnDecisionQuery createDecisionQuery()
NativeDecisionQuery createNativeDecisionQuery()
void setDeploymentCategory(String deploymentId, String category)
deploymentId - The id of the deployment of which the category will be changed.category - The new category.void setDeploymentTenantId(String deploymentId, String newTenantId)
deploymentId - The id of the deployment of which the tenant identifier will be changed.newTenantId - The new tenant identifier.void changeDeploymentParentDeploymentId(String deploymentId, String newParentDeploymentId)
deploymentId - The id of the deployment of which the parent deployment identifier will be changed.newParentDeploymentId - The new parent deployment identifier.InputStream getResourceAsStream(String deploymentId, String resourceName)
DmnDeploymentQuery createDeploymentQuery()
NativeDmnDeploymentQuery createNativeDeploymentQuery()
DmnDecision getDecision(String decisionId)
InputStream getDmnResource(String decisionId)
DmnDefinition getDmnDefinition(String decisionId)
InputStream getDecisionRequirementsDiagram(String decisionId)
Copyright © 2021 Flowable. All rights reserved.