Uses of Class
org.flowable.cmmn.model.PlanItemDefinition
Packages that use PlanItemDefinition
Package
Description
-
Uses of PlanItemDefinition in org.flowable.cmmn.api.delegate
Methods in org.flowable.cmmn.api.delegate that return PlanItemDefinitionModifier and TypeMethodDescriptiondefault PlanItemDefinition
DelegatePlanItemInstance.getPlanItemDefinition()
default PlanItemDefinition
ReadOnlyDelegatePlanItemInstance.getPlanItemDefinition()
-
Uses of PlanItemDefinition in org.flowable.cmmn.converter
Fields in org.flowable.cmmn.converter with type parameters of type PlanItemDefinitionModifier and TypeFieldDescriptionprotected List<PlanItemDefinition>
ConversionHelper.planItemDefinitions
Methods in org.flowable.cmmn.converter that return types with arguments of type PlanItemDefinitionMethods in org.flowable.cmmn.converter with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionvoid
ConversionHelper.addPlanItemDefinition
(PlanItemDefinition planItemDefinition) protected void
CmmnXmlConverter.procesPlanItem
(CmmnModel cmmnModel, PlanItem planItem, PlanItemDefinition planItemDefinition) -
Uses of PlanItemDefinition in org.flowable.cmmn.converter.export
Classes in org.flowable.cmmn.converter.export with type parameters of type PlanItemDefinitionModifier and TypeClassDescriptionclass
Methods in org.flowable.cmmn.converter.export with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionprotected static AbstractPlanItemDefinitionExport
PlanItemDefinitionExport.determineExporter
(PlanItemDefinition planItemDefinition) static void
PlanItemDefinitionExport.writePlanItemDefinition
(CmmnModel model, PlanItemDefinition planItemDefinition, XMLStreamWriter xtw) -
Uses of PlanItemDefinition in org.flowable.cmmn.engine.impl.agenda.operation
Methods in org.flowable.cmmn.engine.impl.agenda.operation with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionprotected boolean
AbstractMovePlanItemInstanceToTerminalStateOperation.isAsyncLeave
(PlanItemInstanceEntity planItemInstanceEntity, PlanItemDefinition planItemDefinition) -
Uses of PlanItemDefinition in org.flowable.cmmn.engine.impl.cmd
Fields in org.flowable.cmmn.engine.impl.cmd declared as PlanItemDefinitionModifier and TypeFieldDescriptionprotected PlanItemDefinition
GetHistoricStageOverviewCmd.OverviewElement.planItemDefinition
protected PlanItemDefinition
GetStageOverviewCmd.OverviewElement.planItemDefinition
Methods in org.flowable.cmmn.engine.impl.cmd that return PlanItemDefinitionModifier and TypeMethodDescriptionGetHistoricStageOverviewCmd.OverviewElement.getPlanItemDefinition()
GetStageOverviewCmd.OverviewElement.getPlanItemDefinition()
Methods in org.flowable.cmmn.engine.impl.cmd with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionprotected Optional<HistoricPlanItemInstance>
GetHistoricStageOverviewCmd.getPlanItemInstance
(List<HistoricPlanItemInstance> planItemInstances, PlanItemDefinition planItemDefinition) protected Optional<PlanItemInstance>
GetStageOverviewCmd.getPlanItemInstance
(List<PlanItemInstance> planItemInstances, PlanItemDefinition planItemDefinition) protected Date
GetHistoricStageOverviewCmd.getPlanItemInstanceEndTime
(List<HistoricPlanItemInstance> planItemInstances, PlanItemDefinition planItemDefinition) protected Date
GetStageOverviewCmd.getPlanItemInstanceEndTime
(List<PlanItemInstance> planItemInstances, PlanItemDefinition planItemDefinition) void
GetHistoricStageOverviewCmd.OverviewElement.setPlanItemDefinition
(PlanItemDefinition planItemDefinition) void
GetStageOverviewCmd.OverviewElement.setPlanItemDefinition
(PlanItemDefinition planItemDefinition) Constructors in org.flowable.cmmn.engine.impl.cmd with parameters of type PlanItemDefinitionModifierConstructorDescriptionOverviewElement
(String id, String name, Integer displayOrder, String includeInStageOverview, PlanItemDefinition planItemDefinition) OverviewElement
(String id, String name, Integer displayOrder, String includeInStageOverview, PlanItemDefinition planItemDefinition) -
Uses of PlanItemDefinition in org.flowable.cmmn.engine.impl.migration
Methods in org.flowable.cmmn.engine.impl.migration with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionprotected boolean
CaseInstanceMigrationManagerImpl.isDirectPlanItemDefinitionMigration
(PlanItemDefinition currentPlanItemDefinition, PlanItemDefinition newPlanItemDefinition) -
Uses of PlanItemDefinition in org.flowable.cmmn.engine.impl.runtime
Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionprotected abstract boolean
AbstractCmmnDynamicStateManager.isDirectPlanItemDefinitionMigration
(PlanItemDefinition currentPlanItemDefinition, PlanItemDefinition newPlanItemDefinition) protected boolean
DefaultCmmnDynamicStateManager.isDirectPlanItemDefinitionMigration
(PlanItemDefinition currentPlanItemDefinition, PlanItemDefinition newPlanItemDefinition) protected boolean
AbstractCmmnDynamicStateManager.isStageAncestor
(String stageId, PlanItemDefinition planItemDefinition) -
Uses of PlanItemDefinition in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionstatic void
CmmnLoggingSessionUtil.addAsyncActivityLoggingData
(String message, String type, JobEntity jobEntity, PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static void
CmmnLoggingSessionUtil.addExecuteActivityBehaviorLoggingData
(String type, PlanItemActivityBehavior activityBehavior, PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static String
CmmnLoggingSessionUtil.getActivitySubType
(PlanItemDefinition planItemDefinition) -
Uses of PlanItemDefinition in org.flowable.cmmn.model
Subclasses of PlanItemDefinition in org.flowable.cmmn.modelModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Even though plan fragments don't have a runtime behavior, they still need to be stored in theCmmnModel
, as they are needed when exporting the XML.class
class
The reactivation listener is a very specific user event listener available on a historic case instance in order to reactivate it again.class
class
class
class
class
class
class
class
class
class
Fields in org.flowable.cmmn.model declared as PlanItemDefinitionFields in org.flowable.cmmn.model with type parameters of type PlanItemDefinitionModifier and TypeFieldDescriptionprotected List<PlanItemDefinition>
Stage.planItemDefinitionList
protected Map<String,
PlanItemDefinition> Stage.planItemDefinitionMap
Methods in org.flowable.cmmn.model with type parameters of type PlanItemDefinitionModifier and TypeMethodDescription<T extends PlanItemDefinition>
List<T>Case.findPlanItemDefinitionsOfType
(Class<T> type) <T extends PlanItemDefinition>
List<T>Stage.findPlanItemDefinitionsOfType
(Class<T> clazz, boolean recursive) Methods in org.flowable.cmmn.model that return PlanItemDefinitionModifier and TypeMethodDescriptionCmmnModel.findPlanItemDefinition
(String id) Stage.findPlanItemDefinitionInStageOrDownwards
(String planItemDefinitionId) Stage.findPlanItemDefinitionInStageOrUpwards
(String planItemDefinitionId) PlanItem.getPlanItemDefinition()
Methods in org.flowable.cmmn.model that return types with arguments of type PlanItemDefinitionModifier and TypeMethodDescriptionStage.getPlanItemDefinitionMap()
Stage.getPlanItemDefinitions()
Methods in org.flowable.cmmn.model with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionvoid
Stage.addPlanItemDefinition
(PlanItemDefinition planItemDefinition) protected void
Stage.addPlanItemDefinitionToMap
(PlanItemDefinition planItemDefinition) void
PlanItem.setPlanItemDefinition
(PlanItemDefinition planItemDefinition) void
PlanItemDefinition.setValues
(PlanItemDefinition otherElement) Method parameters in org.flowable.cmmn.model with type arguments of type PlanItemDefinitionModifier and TypeMethodDescriptionvoid
Stage.setPlanItemDefinitionMap
(Map<String, PlanItemDefinition> planItemDefinitionMap)