Modifier and Type | Field and Description |
---|---|
protected Map<Class<? extends PlanItemDefinition>,ItemHandler> |
DefaultCmmnElementHandlerRegistry.discretionaryElementHandlers |
protected Map<Class<? extends PlanItemDefinition>,ItemHandler> |
DefaultCmmnElementHandlerRegistry.planItemElementHandlers |
Modifier and Type | Method and Description |
---|---|
protected PlanItemDefinition |
ItemHandler.getDefinition(CmmnElement element) |
protected PlanItemDefinition |
CasePlanModelHandler.getDefinition(CmmnElement element) |
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends PlanItemDefinition>,ItemHandler> |
DefaultCmmnElementHandlerRegistry.getDiscretionaryElementHandlers() |
Map<Class<? extends PlanItemDefinition>,ItemHandler> |
DefaultCmmnElementHandlerRegistry.getPlanItemElementHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCmmnElementHandlerRegistry.setDiscretionaryElementHandlers(Map<Class<? extends PlanItemDefinition>,ItemHandler> discretionaryElementHandlers) |
void |
DefaultCmmnElementHandlerRegistry.setPlanItemElementHandlers(Map<Class<? extends PlanItemDefinition>,ItemHandler> planItemElementHandlers) |
Modifier and Type | Method and Description |
---|---|
protected ItemHandler |
CmmnTransform.getDiscretionaryItemHandler(Class<? extends PlanItemDefinition> cls) |
protected ItemHandler |
CmmnTransform.getPlanItemHandler(Class<? extends PlanItemDefinition> cls) |
Modifier and Type | Class and Description |
---|---|
class |
CasePlanModel |
class |
CaseTaskImpl |
class |
EventListenerImpl |
class |
HumanTaskImpl |
class |
MilestoneImpl |
class |
PlanFragmentImpl |
class |
PlanItemDefinitionImpl |
class |
ProcessTaskImpl |
class |
StageImpl |
class |
TaskImpl |
class |
TimerEventListenerImpl |
class |
UserEventListenerImpl |
Modifier and Type | Field and Description |
---|---|
protected static AttributeReference<PlanItemDefinition> |
DiscretionaryItemImpl.definitionRefAttribute |
protected static ChildElementCollection<PlanItemDefinition> |
StageImpl.planItemDefinitionCollection |
protected static AttributeReference<PlanItemDefinition> |
PlanItemImpl.planItemDefinitionRefAttribute |
Modifier and Type | Method and Description |
---|---|
PlanItemDefinition |
PlanItemImpl.getDefinition() |
PlanItemDefinition |
DiscretionaryItemImpl.getDefinition() |
Modifier and Type | Method and Description |
---|---|
Collection<PlanItemDefinition> |
StageImpl.getPlanItemDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
PlanItemImpl.setDefinition(PlanItemDefinition definition) |
void |
DiscretionaryItemImpl.setDefinition(PlanItemDefinition definition) |
Modifier and Type | Interface and Description |
---|---|
interface |
CaseTask |
interface |
EventListener |
interface |
HumanTask |
interface |
Milestone |
interface |
PlanFragment |
interface |
ProcessTask |
interface |
Stage |
interface |
Task |
interface |
TimerEventListener |
interface |
UserEventListener |
Modifier and Type | Method and Description |
---|---|
PlanItemDefinition |
DiscretionaryItem.getDefinition() |
PlanItemDefinition |
PlanItem.getDefinition() |
Modifier and Type | Method and Description |
---|---|
Collection<PlanItemDefinition> |
Stage.getPlanItemDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
DiscretionaryItem.setDefinition(PlanItemDefinition definition) |
void |
PlanItem.setDefinition(PlanItemDefinition definition) |
Copyright © 2018. All rights reserved.