Package org.flowable.dmn.engine.impl
Class DmnRepositoryServiceImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.service.CommonServiceImpl<C>
-
- org.flowable.common.engine.impl.service.CommonEngineServiceImpl<DmnEngineConfiguration>
-
- org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
-
- All Implemented Interfaces:
DmnRepositoryService
public class DmnRepositoryServiceImpl extends CommonEngineServiceImpl<DmnEngineConfiguration> implements DmnRepositoryService
- Author:
- Tijs Rademakers
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description DmnRepositoryServiceImpl()
-
Method Summary
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
-
-
-
Method Detail
-
createDeployment
public DmnDeploymentBuilder createDeployment()
- Specified by:
createDeploymentin interfaceDmnRepositoryService
-
deploy
public DmnDeployment deploy(DmnDeploymentBuilderImpl deploymentBuilder)
-
deleteDeployment
public void deleteDeployment(String deploymentId)
- Specified by:
deleteDeploymentin interfaceDmnRepositoryService
-
createDecisionQuery
public DmnDecisionQuery createDecisionQuery()
- Specified by:
createDecisionQueryin interfaceDmnRepositoryService
-
createNativeDecisionQuery
public NativeDecisionQuery createNativeDecisionQuery()
- Specified by:
createNativeDecisionQueryin interfaceDmnRepositoryService
-
getDeploymentResourceNames
public List<String> getDeploymentResourceNames(String deploymentId)
- Specified by:
getDeploymentResourceNamesin interfaceDmnRepositoryService
-
getResourceAsStream
public InputStream getResourceAsStream(String deploymentId, String resourceName)
- Specified by:
getResourceAsStreamin interfaceDmnRepositoryService
-
setDeploymentCategory
public void setDeploymentCategory(String deploymentId, String category)
- Specified by:
setDeploymentCategoryin interfaceDmnRepositoryService
-
setDeploymentTenantId
public void setDeploymentTenantId(String deploymentId, String newTenantId)
- Specified by:
setDeploymentTenantIdin interfaceDmnRepositoryService
-
changeDeploymentParentDeploymentId
public void changeDeploymentParentDeploymentId(String deploymentId, String newParentDeploymentId)
- Specified by:
changeDeploymentParentDeploymentIdin interfaceDmnRepositoryService
-
createDeploymentQuery
public DmnDeploymentQuery createDeploymentQuery()
- Specified by:
createDeploymentQueryin interfaceDmnRepositoryService
-
createNativeDeploymentQuery
public NativeDmnDeploymentQuery createNativeDeploymentQuery()
- Specified by:
createNativeDeploymentQueryin interfaceDmnRepositoryService
-
getDecision
public DmnDecision getDecision(String decisionId)
- Specified by:
getDecisionin interfaceDmnRepositoryService
-
getDmnDefinition
public DmnDefinition getDmnDefinition(String decisionId)
- Specified by:
getDmnDefinitionin interfaceDmnRepositoryService
-
getDmnResource
public InputStream getDmnResource(String decisionId)
- Specified by:
getDmnResourcein interfaceDmnRepositoryService
-
setDecisionCategory
public void setDecisionCategory(String decisionId, String category)
- Specified by:
setDecisionCategoryin interfaceDmnRepositoryService
-
getDecisionRequirementsDiagram
public InputStream getDecisionRequirementsDiagram(String decisionId)
- Specified by:
getDecisionRequirementsDiagramin interfaceDmnRepositoryService
-
-