Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
-
-
Uses of PlanItemDefinition in org.camunda.bpm.engine.impl.cmmn.handler
Fields in org.camunda.bpm.engine.impl.cmmn.handler with type parameters of type PlanItemDefinition Modifier and Type Field Description protected Map<Class<? extends PlanItemDefinition>,ItemHandler>
DefaultCmmnElementHandlerRegistry. discretionaryElementHandlers
protected Map<Class<? extends PlanItemDefinition>,ItemHandler>
DefaultCmmnElementHandlerRegistry. planItemElementHandlers
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return PlanItemDefinition Modifier and Type Method Description protected PlanItemDefinition
CasePlanModelHandler. getDefinition(CmmnElement element)
protected PlanItemDefinition
ItemHandler. getDefinition(CmmnElement element)
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return types with arguments of type PlanItemDefinition Modifier and Type Method Description Map<Class<? extends PlanItemDefinition>,ItemHandler>
DefaultCmmnElementHandlerRegistry. getDiscretionaryElementHandlers()
Map<Class<? extends PlanItemDefinition>,ItemHandler>
DefaultCmmnElementHandlerRegistry. getPlanItemElementHandlers()
Method parameters in org.camunda.bpm.engine.impl.cmmn.handler with type arguments of type PlanItemDefinition Modifier and Type Method Description void
DefaultCmmnElementHandlerRegistry. setDiscretionaryElementHandlers(Map<Class<? extends PlanItemDefinition>,ItemHandler> discretionaryElementHandlers)
void
DefaultCmmnElementHandlerRegistry. setPlanItemElementHandlers(Map<Class<? extends PlanItemDefinition>,ItemHandler> planItemElementHandlers)
-
Uses of PlanItemDefinition in org.camunda.bpm.engine.impl.cmmn.transformer
Method parameters in org.camunda.bpm.engine.impl.cmmn.transformer with type arguments of type PlanItemDefinition Modifier and Type Method Description protected ItemHandler
CmmnTransform. getDiscretionaryItemHandler(Class<? extends PlanItemDefinition> cls)
protected ItemHandler
CmmnTransform. getPlanItemHandler(Class<? extends PlanItemDefinition> cls)
-
Uses of PlanItemDefinition in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement PlanItemDefinition Modifier and Type Class Description class
CasePlanModel
class
CaseTaskImpl
class
DecisionTaskImpl
class
EventImpl
class
EventListenerImpl
class
HumanTaskImpl
class
MilestoneImpl
class
PlanFragmentImpl
class
PlanItemDefinitionImpl
class
ProcessTaskImpl
class
StageImpl
class
TaskImpl
class
TimerEventImpl
class
TimerEventListenerImpl
class
UserEventImpl
class
UserEventListenerImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type PlanItemDefinition Modifier and Type Field Description protected static AttributeReference<PlanItemDefinition>
DiscretionaryItemImpl. definitionRefAttribute
protected static ChildElementCollection<PlanItemDefinition>
StageImpl. planItemDefinitionCollection
protected static AttributeReference<PlanItemDefinition>
PlanItemImpl. planItemDefinitionRefAttribute
Methods in org.camunda.bpm.model.cmmn.impl.instance that return PlanItemDefinition Modifier and Type Method Description PlanItemDefinition
DiscretionaryItemImpl. getDefinition()
PlanItemDefinition
PlanItemImpl. getDefinition()
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type PlanItemDefinition Modifier and Type Method Description Collection<PlanItemDefinition>
StageImpl. getPlanItemDefinitions()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type PlanItemDefinition Modifier and Type Method Description void
DiscretionaryItemImpl. setDefinition(PlanItemDefinition definition)
void
PlanItemImpl. setDefinition(PlanItemDefinition definition)
-
Uses of PlanItemDefinition in org.camunda.bpm.model.cmmn.instance
Subinterfaces of PlanItemDefinition in org.camunda.bpm.model.cmmn.instance Modifier and Type Interface Description interface
CasePlanModel
interface
CaseTask
interface
DecisionTask
interface
Event
interface
EventListener
interface
HumanTask
interface
Milestone
interface
PlanFragment
interface
ProcessTask
interface
Stage
interface
Task
interface
TimerEvent
interface
TimerEventListener
interface
UserEvent
interface
UserEventListener
Methods in org.camunda.bpm.model.cmmn.instance that return PlanItemDefinition Modifier and Type Method Description PlanItemDefinition
DiscretionaryItem. getDefinition()
PlanItemDefinition
PlanItem. getDefinition()
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type PlanItemDefinition Modifier and Type Method Description Collection<PlanItemDefinition>
Stage. getPlanItemDefinitions()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type PlanItemDefinition Modifier and Type Method Description void
DiscretionaryItem. setDefinition(PlanItemDefinition definition)
void
PlanItem. setDefinition(PlanItemDefinition definition)
-