Class ChangePlanItemStateCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.ChangePlanItemStateCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected ChangePlanItemStateBuilderImplchangePlanItemStateBuilderprotected CmmnEngineConfigurationcmmnEngineConfiguration
-
Constructor Summary
Constructors Constructor Description ChangePlanItemStateCmd(ChangePlanItemStateBuilderImpl changePlanItemStateBuilder, CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
-
Field Detail
-
cmmnEngineConfiguration
protected CmmnEngineConfiguration cmmnEngineConfiguration
-
changePlanItemStateBuilder
protected ChangePlanItemStateBuilderImpl changePlanItemStateBuilder
-
-
Constructor Detail
-
ChangePlanItemStateCmd
public ChangePlanItemStateCmd(ChangePlanItemStateBuilderImpl changePlanItemStateBuilder, CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-