Class CompleteCaseInstanceCmd
java.lang.Object
org.flowable.cmmn.engine.impl.cmd.AbstractNeedsCaseInstanceCmd
org.flowable.cmmn.engine.impl.cmd.CompleteCaseInstanceCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Joram Barrez
- See Also:
-
Field Summary
Fields inherited from class org.flowable.cmmn.engine.impl.cmd.AbstractNeedsCaseInstanceCmd
caseInstanceId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
internalExecute
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) Methods inherited from class org.flowable.cmmn.engine.impl.cmd.AbstractNeedsCaseInstanceCmd
execute
-
Constructor Details
-
CompleteCaseInstanceCmd
-
-
Method Details
-
internalExecute
protected void internalExecute(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) - Specified by:
internalExecute
in classAbstractNeedsCaseInstanceCmd
-