Class DefaultCaseInstanceService
java.lang.Object
org.flowable.cmmn.engine.configurator.impl.cmmn.DefaultCaseInstanceService
- All Implemented Interfaces:
CaseInstanceService
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCaseInstance(String caseInstanceId) voiddeleteCaseInstancesForExecutionId(String executionId) voiddeleteCaseInstanceWithoutAgenda(String caseInstanceId) voidhandleSignalEvent(org.flowable.eventsubscription.service.impl.persistence.entity.EventSubscriptionEntity eventSubscription, Map<String, Object> variables) startCaseInstanceByKey(String caseDefinitionKey, String predefinedCaseInstanceId, String caseInstanceName, String businessKey, String executionId, String tenantId, boolean fallbackToDefaultTenant, String parentDeploymentId, Map<String, Object> inParametersMap)
-
Field Details
-
cmmnEngineConfiguration
-
-
Constructor Details
-
DefaultCaseInstanceService
-
-
Method Details
-
generateNewCaseInstanceId
- Specified by:
generateNewCaseInstanceIdin interfaceCaseInstanceService
-
startCaseInstanceByKey
public String startCaseInstanceByKey(String caseDefinitionKey, String predefinedCaseInstanceId, String caseInstanceName, String businessKey, String executionId, String tenantId, boolean fallbackToDefaultTenant, String parentDeploymentId, Map<String, Object> inParametersMap) - Specified by:
startCaseInstanceByKeyin interfaceCaseInstanceService
-
handleSignalEvent
public void handleSignalEvent(org.flowable.eventsubscription.service.impl.persistence.entity.EventSubscriptionEntity eventSubscription, Map<String, Object> variables) - Specified by:
handleSignalEventin interfaceCaseInstanceService
-
deleteCaseInstance
- Specified by:
deleteCaseInstancein interfaceCaseInstanceService
-
deleteCaseInstancesForExecutionId
- Specified by:
deleteCaseInstancesForExecutionIdin interfaceCaseInstanceService
-
deleteCaseInstanceWithoutAgenda
- Specified by:
deleteCaseInstanceWithoutAgendain interfaceCaseInstanceService
-