Uses of Class
org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
Packages that use ActivatePlanItemDefinitionMapping
Package
Description
-
Uses of ActivatePlanItemDefinitionMapping in org.flowable.cmmn.api.migration
Methods in org.flowable.cmmn.api.migration that return ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionPlanItemDefinitionMappingBuilder.createActivatePlanItemDefinitionMappingFor
(String planItemDefinitionId) PlanItemDefinitionMappingBuilder.createActivatePlanItemDefinitionMappingFor
(String planItemDefinitionId, String condition) PlanItemDefinitionMappingBuilder.createActivatePlanItemDefinitionMappingFor
(String planItemDefinitionId, String newAssignee, Map<String, Object> withLocalVariables) Methods in org.flowable.cmmn.api.migration that return types with arguments of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocument.getActivatePlanItemDefinitionMappings()
Methods in org.flowable.cmmn.api.migration with parameters of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilder.addActivatePlanItemDefinitionMapping
(ActivatePlanItemDefinitionMapping mapping) Adds an activate plan item definition mapping to the case instance migration plan.CaseInstanceMigrationDocumentBuilder.addActivatePlanItemDefinitionMapping
(ActivatePlanItemDefinitionMapping planItemDefinitionMapping) Method parameters in org.flowable.cmmn.api.migration with type arguments of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilder.addActivatePlanItemDefinitionMappings
(List<ActivatePlanItemDefinitionMapping> planItemDefinitionMappings) -
Uses of ActivatePlanItemDefinitionMapping in org.flowable.cmmn.api.runtime
Methods in org.flowable.cmmn.api.runtime with parameters of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionChangePlanItemStateBuilder.activatePlanItemDefinition
(ActivatePlanItemDefinitionMapping planItemDefinitionMapping) Activate a plan item by definition mapping.Method parameters in org.flowable.cmmn.api.runtime with type arguments of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionChangePlanItemStateBuilder.activatePlanItemDefinitions
(List<ActivatePlanItemDefinitionMapping> planItemDefinitionMappings) Activate multiple plan items by definition mapping. -
Uses of ActivatePlanItemDefinitionMapping in org.flowable.cmmn.engine.impl.migration
Fields in org.flowable.cmmn.engine.impl.migration with type parameters of type ActivatePlanItemDefinitionMappingModifier and TypeFieldDescriptionprotected List<ActivatePlanItemDefinitionMapping>
CaseInstanceMigrationDocumentBuilderImpl.activatePlanItemDefinitionMappings
protected List<ActivatePlanItemDefinitionMapping>
CaseInstanceMigrationDocumentImpl.activatePlanItemDefinitionMappings
Methods in org.flowable.cmmn.engine.impl.migration that return types with arguments of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentImpl.getActivatePlanItemDefinitionMappings()
Methods in org.flowable.cmmn.engine.impl.migration with parameters of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilderImpl.addActivatePlanItemDefinitionMapping
(ActivatePlanItemDefinitionMapping mapping) CaseInstanceMigrationDocumentBuilderImpl.addActivatePlanItemDefinitionMapping
(ActivatePlanItemDefinitionMapping planItemDefinitionMapping) Method parameters in org.flowable.cmmn.engine.impl.migration with type arguments of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilderImpl.addActivatePlanItemDefinitionMappings
(List<ActivatePlanItemDefinitionMapping> planItemDefinitionMappings) protected static com.fasterxml.jackson.databind.node.ArrayNode
CaseInstanceMigrationDocumentConverter.convertToJsonActivatePlanItemDefinitionMappings
(List<ActivatePlanItemDefinitionMapping> planItemDefinitionMappings) void
CaseInstanceMigrationDocumentImpl.setActivatePlanItemDefinitionMappings
(List<ActivatePlanItemDefinitionMapping> planItemDefinitionMappings) -
Uses of ActivatePlanItemDefinitionMapping in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime with type parameters of type ActivatePlanItemDefinitionMappingModifier and TypeFieldDescriptionprotected Set<ActivatePlanItemDefinitionMapping>
CaseInstanceChangeState.activatePlanItemDefinitions
protected Set<ActivatePlanItemDefinitionMapping>
ChangePlanItemStateBuilderImpl.activatePlanItemDefinitions
Methods in org.flowable.cmmn.engine.impl.runtime that return types with arguments of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceChangeState.getActivatePlanItemDefinitions()
ChangePlanItemStateBuilderImpl.getActivatePlanItemDefinitions()
Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionChangePlanItemStateBuilderImpl.activatePlanItemDefinition
(ActivatePlanItemDefinitionMapping planItemDefinitionMapping) protected PlanItemInstanceEntity
AbstractCmmnDynamicStateManager.createStagesAndPlanItemInstances
(PlanItem planItem, CaseInstanceEntity caseInstance, CaseInstanceChangeState caseInstanceChangeState, ActivatePlanItemDefinitionMapping planItemDefinitionMapping, CommandContext commandContext) Method parameters in org.flowable.cmmn.engine.impl.runtime with type arguments of type ActivatePlanItemDefinitionMappingModifier and TypeMethodDescriptionChangePlanItemStateBuilderImpl.activatePlanItemDefinitions
(List<ActivatePlanItemDefinitionMapping> planItemDefinitionMappings) CaseInstanceChangeState.setActivatePlanItemDefinitions
(Set<ActivatePlanItemDefinitionMapping> planItemDefinitionMappings)