| Modifier and Type | Method and Description |
|---|---|
default PlanItemDefinition |
ReadOnlyDelegatePlanItemInstance.getPlanItemDefinition() |
default PlanItemDefinition |
DelegatePlanItemInstance.getPlanItemDefinition() |
| Modifier and Type | Field and Description |
|---|---|
protected List<PlanItemDefinition> |
ConversionHelper.planItemDefinitions |
| Modifier and Type | Method and Description |
|---|---|
List<PlanItemDefinition> |
ConversionHelper.getPlanItemDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversionHelper.addPlanItemDefinition(PlanItemDefinition planItemDefinition) |
protected void |
CmmnXmlConverter.procesPlanItem(CmmnModel cmmnModel,
PlanItem planItem,
PlanItemDefinition planItemDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPlanItemDefinitionExport<T extends PlanItemDefinition> |
| Modifier and Type | Method and Description |
|---|---|
protected static AbstractPlanItemDefinitionExport |
PlanItemDefinitionExport.determineExporter(PlanItemDefinition planItemDefinition) |
static void |
PlanItemDefinitionExport.writePlanItemDefinition(CmmnModel model,
PlanItemDefinition planItemDefinition,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
protected ExtensionElement |
BaseCmmnJsonConverter.addFlowableExtensionElement(String name,
PlanItemDefinition planItemDefinition) |
protected ExtensionElement |
BaseCmmnJsonConverter.addFlowableExtensionElementWithValue(String name,
String value,
PlanItemDefinition planItemDefinition) |
protected void |
BaseCmmnJsonConverter.convertCriteria(List<Criterion> criteria,
PlanItemDefinition criterionParentDefinition,
com.fasterxml.jackson.databind.node.ObjectNode criterionParentPlanItemNode,
CmmnModel model,
ActivityProcessor processor,
CmmnJsonConverterContext converterContext,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
com.fasterxml.jackson.databind.node.ArrayNode outgoingArrayNode,
double subProcessX,
double subProcessY) |
protected String |
BaseCmmnJsonConverter.getExtensionValue(String name,
PlanItemDefinition planItemDefinition) |
protected void |
BaseCmmnJsonConverter.handleTaskProperties(com.fasterxml.jackson.databind.JsonNode elementNode,
PlanItemDefinition planItemDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ListenerConverterUtil.convertJsonToLifeCycleListeners(com.fasterxml.jackson.databind.JsonNode elementNode,
PlanItemDefinition planItemDefinition) |
static void |
ListenerConverterUtil.convertLifecycleListenersToJson(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode,
PlanItemDefinition planItemDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected PlanItemDefinition |
GetHistoricStageOverviewCmd.OverviewElement.planItemDefinition |
protected PlanItemDefinition |
GetStageOverviewCmd.OverviewElement.planItemDefinition |
| Modifier and Type | Method and Description |
|---|---|
PlanItemDefinition |
GetHistoricStageOverviewCmd.OverviewElement.getPlanItemDefinition() |
PlanItemDefinition |
GetStageOverviewCmd.OverviewElement.getPlanItemDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<HistoricPlanItemInstance> |
GetHistoricStageOverviewCmd.getPlanItemInstance(List<HistoricPlanItemInstance> planItemInstances,
PlanItemDefinition planItemDefinition) |
protected Optional<PlanItemInstance> |
GetStageOverviewCmd.getPlanItemInstance(List<PlanItemInstance> planItemInstances,
PlanItemDefinition planItemDefinition) |
protected Date |
GetHistoricStageOverviewCmd.getPlanItemInstanceEndTime(List<HistoricPlanItemInstance> planItemInstances,
PlanItemDefinition planItemDefinition) |
protected Date |
GetStageOverviewCmd.getPlanItemInstanceEndTime(List<PlanItemInstance> planItemInstances,
PlanItemDefinition planItemDefinition) |
void |
GetHistoricStageOverviewCmd.OverviewElement.setPlanItemDefinition(PlanItemDefinition planItemDefinition) |
void |
GetStageOverviewCmd.OverviewElement.setPlanItemDefinition(PlanItemDefinition planItemDefinition) |
| Constructor and Description |
|---|
OverviewElement(String id,
String name,
Integer displayOrder,
String includeInStageOverview,
PlanItemDefinition planItemDefinition) |
OverviewElement(String id,
String name,
Integer displayOrder,
String includeInStageOverview,
PlanItemDefinition planItemDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CaseInstanceMigrationManagerImpl.isDirectPlanItemDefinitionMigration(PlanItemDefinition currentPlanItemDefinition,
PlanItemDefinition newPlanItemDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultCmmnDynamicStateManager.isDirectPlanItemDefinitionMigration(PlanItemDefinition currentPlanItemDefinition,
PlanItemDefinition newPlanItemDefinition) |
protected abstract boolean |
AbstractCmmnDynamicStateManager.isDirectPlanItemDefinitionMigration(PlanItemDefinition currentPlanItemDefinition,
PlanItemDefinition newPlanItemDefinition) |
protected boolean |
AbstractCmmnDynamicStateManager.isStageAncestor(String stageId,
PlanItemDefinition planItemDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CmmnLoggingSessionUtil.addAsyncActivityLoggingData(String message,
String type,
JobEntity jobEntity,
PlanItemDefinition planItemDefinition,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
CmmnLoggingSessionUtil.addExecuteActivityBehaviorLoggingData(String type,
PlanItemActivityBehavior activityBehavior,
PlanItemDefinition planItemDefinition,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
protected static String |
CmmnLoggingSessionUtil.getActivitySubType(PlanItemDefinition planItemDefinition) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseAppDefinitionService.postProcessPlanItemDefinitions(Collection<PlanItemDefinition> traverseElementList,
List<BaseElement> eventRegistryElements) |
Copyright © 2023 Flowable. All rights reserved.