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 PlanItemDefinitionDelegatePlanItemInstance.getPlanItemDefinition()default PlanItemDefinitionReadOnlyDelegatePlanItemInstance.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.planItemDefinitionsMethods in org.flowable.cmmn.converter that return types with arguments of type PlanItemDefinitionMethods in org.flowable.cmmn.converter with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionvoidConversionHelper.addPlanItemDefinition(PlanItemDefinition planItemDefinition) protected voidCmmnXmlConverter.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 TypeClassDescriptionclassMethods in org.flowable.cmmn.converter.export with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionprotected static AbstractPlanItemDefinitionExportPlanItemDefinitionExport.determineExporter(PlanItemDefinition planItemDefinition) static voidPlanItemDefinitionExport.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 booleanAbstractMovePlanItemInstanceToTerminalStateOperation.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 PlanItemDefinitionGetHistoricStageOverviewCmd.OverviewElement.planItemDefinitionprotected PlanItemDefinitionGetStageOverviewCmd.OverviewElement.planItemDefinitionMethods 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 DateGetHistoricStageOverviewCmd.getPlanItemInstanceEndTime(List<HistoricPlanItemInstance> planItemInstances, PlanItemDefinition planItemDefinition) protected DateGetStageOverviewCmd.getPlanItemInstanceEndTime(List<PlanItemInstance> planItemInstances, PlanItemDefinition planItemDefinition) voidGetHistoricStageOverviewCmd.OverviewElement.setPlanItemDefinition(PlanItemDefinition planItemDefinition) voidGetStageOverviewCmd.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 booleanCaseInstanceMigrationManagerImpl.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 booleanAbstractCmmnDynamicStateManager.isDirectPlanItemDefinitionMigration(PlanItemDefinition currentPlanItemDefinition, PlanItemDefinition newPlanItemDefinition) protected booleanDefaultCmmnDynamicStateManager.isDirectPlanItemDefinitionMigration(PlanItemDefinition currentPlanItemDefinition, PlanItemDefinition newPlanItemDefinition) protected booleanAbstractCmmnDynamicStateManager.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 voidCmmnLoggingSessionUtil.addAsyncActivityLoggingData(String message, String type, JobEntity jobEntity, PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidCmmnLoggingSessionUtil.addExecuteActivityBehaviorLoggingData(String type, PlanItemActivityBehavior activityBehavior, PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static StringCmmnLoggingSessionUtil.getActivitySubType(PlanItemDefinition planItemDefinition) -
Uses of PlanItemDefinition in org.flowable.cmmn.model
Subclasses of PlanItemDefinition in org.flowable.cmmn.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassEven 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.classclassThe reactivation listener is a very specific user event listener available on a historic case instance in order to reactivate it again.classclassclassclassclassclassclassclassclassclassFields in org.flowable.cmmn.model declared as PlanItemDefinitionFields in org.flowable.cmmn.model with type parameters of type PlanItemDefinitionModifier and TypeFieldDescriptionprotected List<PlanItemDefinition>Stage.planItemDefinitionListprotected Map<String,PlanItemDefinition> Stage.planItemDefinitionMapMethods 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 TypeMethodDescriptionvoidStage.addPlanItemDefinition(PlanItemDefinition planItemDefinition) protected voidStage.addPlanItemDefinitionToMap(PlanItemDefinition planItemDefinition) voidPlanItem.setPlanItemDefinition(PlanItemDefinition planItemDefinition) voidPlanItemDefinition.setValues(PlanItemDefinition otherElement) Method parameters in org.flowable.cmmn.model with type arguments of type PlanItemDefinitionModifier and TypeMethodDescriptionvoidStage.setPlanItemDefinitionMap(Map<String, PlanItemDefinition> planItemDefinitionMap)