| Package | Description |
|---|---|
| org.flowable.cmmn.converter | |
| org.flowable.cmmn.editor.json.converter | |
| org.flowable.cmmn.image.impl | |
| org.flowable.cmmn.model | |
| org.flowable.cmmn.validation |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Case,List<CaseElement>> |
ConversionHelper.caseElements |
| Modifier and Type | Method and Description |
|---|---|
Map<Case,List<CaseElement>> |
ConversionHelper.getCaseElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversionHelper.addCaseElement(CaseElement caseElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversionHelper.setCaseElements(Map<Case,List<CaseElement>> caseElements) |
| Modifier and Type | Method and Description |
|---|---|
protected CaseElement |
DecisionTaskJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
protected CaseElement |
MailTaskJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
protected CaseElement |
ScriptTaskJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
protected CaseElement |
MilestoneJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
protected CaseElement |
HumanTaskJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
protected CaseElement |
CriterionJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
protected CaseElement |
ExternalWorkerServiceTaskJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
protected CaseElement |
SendEventTaskJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
protected CaseElement |
StageJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
protected CaseElement |
HttpTaskJsonConverter.convertJsonToElement(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
CmmnModel cmmnModel,
CmmnJsonConverterContext converterContext,
CmmnJsonConverter.CmmnModelIdHelper cmmnModelIdHelper) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCaseDiagramGenerator.ActivityDrawInstruction.draw(DefaultCaseDiagramCanvas caseDiagramCanvas,
CmmnModel cmmnModel,
CaseElement caseElement) |
| Modifier and Type | Class and Description |
|---|---|
class |
CasePageTask |
class |
CaseTask |
class |
ChildTask |
class |
CompletionNeutralRule |
class |
Criterion |
class |
DecisionTask |
class |
EventListener |
class |
ExternalWorkerServiceTask |
class |
GenericEventListener |
class |
HttpServiceTask |
class |
HumanTask |
class |
ManualActivationRule |
class |
Milestone |
class |
ParentCompletionRule |
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 |
PlanItem |
class |
PlanItemControl |
class |
PlanItemDefinition |
class |
PlanItemRule |
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 |
ReactivationRule
The reactivation rule describes how a plan item is reactivated during phase two of case reactivation.
|
class |
RepetitionRule |
class |
RequiredRule |
class |
ScriptServiceTask |
class |
SendEventServiceTask |
class |
Sentry |
class |
ServiceTask |
class |
SignalEventListener |
class |
Stage |
class |
Task |
class |
TaskWithFieldExtensions |
class |
TimerEventListener |
class |
UserEventListener |
class |
VariableEventListener |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CaseElement> |
Case.allCaseElements |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CaseElement> |
Case.getAllCaseElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
Case.setAllCaseElements(Map<String,CaseElement> allCaseElements) |
| Modifier and Type | Method and Description |
|---|---|
default ValidationEntry |
CaseValidationContext.addEntry(String problem,
Case caze,
CaseElement caseElement,
BaseElement baseElement,
String description,
ValidationEntry.Level level) |
default ValidationEntry |
CaseValidationContext.addError(String problem,
Case caze,
CaseElement caseElement,
BaseElement baseElement,
String description) |
default ValidationEntry |
CaseValidationContext.addWarning(String problem,
Case caze,
CaseElement caseElement,
BaseElement baseElement,
String description) |
Copyright © 2023 Flowable. All rights reserved.