Uses of Class
org.flowable.cmmn.engine.impl.runtime.ChangePlanItemStateBuilderImpl
-
Packages that use ChangePlanItemStateBuilderImpl Package Description org.flowable.cmmn.engine.impl.cmd org.flowable.cmmn.engine.impl.migration org.flowable.cmmn.engine.impl.runtime -
-
Uses of ChangePlanItemStateBuilderImpl in org.flowable.cmmn.engine.impl.cmd
Fields in org.flowable.cmmn.engine.impl.cmd declared as ChangePlanItemStateBuilderImpl Modifier and Type Field Description protected ChangePlanItemStateBuilderImplChangePlanItemStateCmd. changePlanItemStateBuilderConstructors in org.flowable.cmmn.engine.impl.cmd with parameters of type ChangePlanItemStateBuilderImpl Constructor Description ChangePlanItemStateCmd(ChangePlanItemStateBuilderImpl changePlanItemStateBuilder, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of ChangePlanItemStateBuilderImpl in org.flowable.cmmn.engine.impl.migration
Methods in org.flowable.cmmn.engine.impl.migration that return ChangePlanItemStateBuilderImpl Modifier and Type Method Description protected ChangePlanItemStateBuilderImplCaseInstanceMigrationManagerImpl. prepareChangeStateBuilder(CaseInstance caseInstance, CaseDefinition caseDefinitionToMigrateTo, CaseInstanceMigrationDocument document, CommandContext commandContext) -
Uses of ChangePlanItemStateBuilderImpl in org.flowable.cmmn.engine.impl.runtime
Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type ChangePlanItemStateBuilderImpl Modifier and Type Method Description voidCmmnRuntimeServiceImpl. changePlanItemState(ChangePlanItemStateBuilderImpl changePlanItemStateBuilder)voidCmmnDynamicStateManager. movePlanItemInstanceState(ChangePlanItemStateBuilderImpl changePlanItemStateBuilder, CommandContext commandContext)voidDefaultCmmnDynamicStateManager. movePlanItemInstanceState(ChangePlanItemStateBuilderImpl changePlanItemStateBuilder, CommandContext commandContext)
-