Class CreateCaseInstanceCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
- All Implemented Interfaces:
Serializable
,Command<CaseInstance>
- Author:
- Roman Smirnov
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected CaseDefinitionEntity
find
(CommandContext commandContext) protected CaseDefinitionEntity
findById
(DeploymentCache deploymentCache, String caseDefinitionId) protected CaseDefinitionEntity
findByKey
(DeploymentCache deploymentCache, String caseDefinitionKey) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
caseDefinitionKey
-
caseDefinitionId
-
variables
-
businessKey
-
caseDefinitionTenantId
-
isTenantIdSet
protected boolean isTenantIdSet
-
-
Constructor Details
-
CreateCaseInstanceCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<CaseInstance>
-
find
-
findById
-
findByKey
-