| Modifier and Type | Class and Description |
|---|---|
class |
CasePageTask |
class |
CaseTask |
class |
ChildTask |
class |
DecisionTask |
class |
EventListener |
class |
ExternalWorkerServiceTask |
class |
GenericEventListener |
class |
HttpServiceTask |
class |
HumanTask |
class |
Milestone |
class |
PlanFragment
Even though plan fragments don't have a runtime behavior, they still need to be stored in the
CmmnModel,
as they are needed when exporting the XML. |
class |
ProcessTask |
class |
ReactivateEventListener
The reactivation listener is a very specific user event listener available on a historic case instance in order to reactivate it again.
|
class |
ScriptServiceTask |
class |
SendEventServiceTask |
class |
ServiceTask |
class |
SignalEventListener |
class |
Stage |
class |
Task |
class |
TaskWithFieldExtensions |
class |
TimerEventListener |
class |
UserEventListener |
class |
VariableEventListener |
| 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> |
Case.findPlanItemDefinitionsOfType(Class<T> type) |
<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 © 2021 Flowable. All rights reserved.