| Modifier and Type | Class and Description |
|---|---|
class |
CaseTask |
class |
DecisionTask |
class |
EventListener |
class |
GenericEventListener |
class |
HttpServiceTask |
class |
HumanTask |
class |
Milestone |
class |
PlanFragment |
class |
ProcessTask |
class |
ScriptServiceTask |
class |
ServiceTask |
class |
Stage |
class |
Task |
class |
TaskWithFieldExtensions |
class |
TimerEventListener |
class |
UserEventListener |
| Modifier and Type | Field and Description |
|---|---|
protected PlanItemDefinition |
PlanItem.planItemDefinition |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PlanItemDefinition> |
Stage.planItemDefinitionMap |
| Modifier and Type | Method and Description |
|---|---|
<T extends PlanItemDefinition> |
Stage.findPlanItemDefinitionsOfType(Class<T> clazz,
boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
PlanItemDefinition |
CmmnModel.findPlanItemDefinition(String id) |
PlanItemDefinition |
Stage.findPlanItemDefinitionInStageOrDownwards(String planItemDefinitionId) |
PlanItemDefinition |
Stage.findPlanItemDefinitionInStageOrUpwards(String planItemDefinitionId) |
PlanItemDefinition |
PlanItem.getPlanItemDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PlanItemDefinition> |
Stage.getPlanItemDefinitionMap() |
List<PlanItemDefinition> |
Stage.getPlanItemDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.addPlanItemDefinition(PlanItemDefinition planItemDefinition) |
void |
PlanItem.setPlanItemDefinition(PlanItemDefinition planItemDefinition) |
void |
PlanItemDefinition.setValues(PlanItemDefinition otherElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.setPlanItemDefinitionMap(Map<String,PlanItemDefinition> planItemDefinitionMap) |
Copyright © 2019 Flowable. All rights reserved.