public class ConversionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Case,List<CaseElement>> |
caseElements |
protected CmmnModel |
cmmnModel |
protected Case |
currentCase |
protected LinkedList<CmmnElement> |
currentCmmnElements |
protected CmmnDiEdge |
currentDiEdge |
protected CmmnDiShape |
currentDiShape |
protected PlanItem |
currentPlanItem |
protected Sentry |
currentSentry |
protected SentryOnPart |
currentSentryOnPart |
protected List<CmmnDiEdge> |
diEdges |
protected List<CmmnDiShape> |
diShapes |
protected List<Criterion> |
entryCriteria |
protected List<Criterion> |
exitCriteria |
protected List<PlanFragment> |
planFragments |
protected LinkedList<PlanFragment> |
planFragmentsStack |
protected List<PlanItemDefinition> |
planItemDefinitions |
protected List<PlanItem> |
planItems |
protected List<Sentry> |
sentries |
protected List<SentryIfPart> |
sentryIfParts |
protected List<SentryOnPart> |
sentryOnParts |
protected List<Stage> |
stages |
protected LinkedList<Stage> |
stagesStack |
| Constructor and Description |
|---|
ConversionHelper() |
protected CmmnModel cmmnModel
protected Case currentCase
protected LinkedList<CmmnElement> currentCmmnElements
protected LinkedList<PlanFragment> planFragmentsStack
protected LinkedList<Stage> stagesStack
protected Sentry currentSentry
protected SentryOnPart currentSentryOnPart
protected PlanItem currentPlanItem
protected CmmnDiShape currentDiShape
protected CmmnDiEdge currentDiEdge
protected Map<Case,List<CaseElement>> caseElements
protected List<PlanFragment> planFragments
protected List<SentryOnPart> sentryOnParts
protected List<SentryIfPart> sentryIfParts
protected List<PlanItemDefinition> planItemDefinitions
protected List<CmmnDiShape> diShapes
protected List<CmmnDiEdge> diEdges
public void addCaseElement(CaseElement caseElement)
public Map<Case,List<CaseElement>> getCaseElements()
public void setCaseElements(Map<Case,List<CaseElement>> caseElements)
public void addStage(Stage stage)
public void addPlanFragment(PlanFragment planFragment)
public void addEntryCriterion(Criterion entryCriterion)
public void addEntryCriterionToCurrentElement(Criterion entryCriterion)
public void addExitCriterion(Criterion exitCriterion)
public void addExitCriteriaToCurrentElement(Criterion exitCriterion)
public void addSentry(Sentry sentry)
public void addSentryToCurrentPlanFragment(Sentry sentry)
public void addSentryOnPart(SentryOnPart sentryOnPart)
public void addSentryOnPartToCurrentSentry(SentryOnPart sentryOnPart)
public void addSentryIfPart(SentryIfPart sentryIfPart)
public void addSentryIfPartToCurrentSentry(SentryIfPart sentryIfPart)
public void addPlanItem(PlanItem planItem)
public void addPlanItemToCurrentPlanFragment(PlanItem planItem)
public void addPlanItemDefinition(PlanItemDefinition planItemDefinition)
public void addDiShape(CmmnDiShape diShape)
public void addDiEdge(CmmnDiEdge diEdge)
public CmmnModel getCmmnModel()
public void setCmmnModel(CmmnModel cmmnModel)
public Case getCurrentCase()
public void setCurrentCase(Case currentCase)
public CmmnElement getCurrentCmmnElement()
public PlanFragment getCurrentPlanFragment()
public void setCurrentPlanFragment(PlanFragment currentPlanFragment)
public void removeCurrentPlanFragment()
public Stage getCurrentStage()
public void setCurrentStage(Stage currentStage)
public void removeCurrentStage()
public void setCurrentCmmnElement(CmmnElement currentCmmnElement)
public void removeCurrentCmmnElement()
public Sentry getCurrentSentry()
public void setCurrentSentry(Sentry currentSentry)
public SentryOnPart getCurrentSentryOnPart()
public void setCurrentSentryOnPart(SentryOnPart currentSentryOnPart)
public PlanItem getCurrentPlanItem()
public void setCurrentPlanItem(PlanItem currentPlanItem)
public CmmnDiShape getCurrentDiShape()
public void setCurrentDiShape(CmmnDiShape currentDiShape)
public CmmnDiEdge getCurrentDiEdge()
public void setCurrentDiEdge(CmmnDiEdge currentDiEdge)
public List<PlanFragment> getPlanFragments()
public List<SentryOnPart> getSentryOnParts()
public List<SentryIfPart> getSentryIfParts()
public List<PlanItemDefinition> getPlanItemDefinitions()
public List<CmmnDiShape> getDiShapes()
public List<CmmnDiEdge> getDiEdges()
Copyright © 2021 Flowable. All rights reserved.