Uses of Class
org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
Package
Description
-
Uses of CmmnSentryPart in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Modifier and TypeFieldDescriptionprotected Map<String,
List<CmmnSentryPart>> CaseExecutionEntity.sentries
Modifier and TypeMethodDescriptionprotected List<CmmnSentryPart>
CaseExecutionEntity.findSentry
(String sentryId) protected Map<String,
List<CmmnSentryPart>> CaseExecutionEntity.getSentries()
Modifier and TypeMethodDescriptionprotected void
CaseExecutionEntity.addSentryPart
(CmmnSentryPart sentryPart) -
Uses of CmmnSentryPart in org.camunda.bpm.engine.impl.cmmn.execution
Modifier and TypeMethodDescriptionprotected CmmnSentryPart
CmmnExecution.createIfPart
(CmmnSentryDeclaration sentryDeclaration, CmmnIfPartDeclaration ifPartDeclaration) protected CmmnSentryPart
CmmnExecution.createOnPart
(CmmnSentryDeclaration sentryDeclaration, CmmnOnPartDeclaration onPartDeclaration) protected CmmnSentryPart
CmmnExecution.createSentryPart
(CmmnSentryDeclaration sentryDeclaration, String type) protected CmmnSentryPart
CmmnExecution.createVariableOnPart
(CmmnSentryDeclaration sentryDeclaration, CmmnVariableOnPartDeclaration variableOnPartDeclaration) protected CmmnSentryPart
CaseExecutionImpl.newSentryPart()
protected abstract CmmnSentryPart
CmmnExecution.newSentryPart()
Modifier and TypeMethodDescriptionprotected Map<String,
List<CmmnSentryPart>> CmmnExecution.collectAllSentries()
protected List<CmmnSentryPart>
CmmnExecution.collectSentryParts
(Map<String, List<CmmnSentryPart>> sentries) protected abstract List<? extends CmmnSentryPart>
CmmnExecution.findSentry
(String sentryId) protected List<CmmnSentryPart>
CmmnExecution.getAffectedSentryParts
(Map<String, List<CmmnSentryPart>> allSentries, List<String> affectedSentries) abstract List<? extends CmmnSentryPart>
CmmnExecution.getCaseSentryParts()
protected Map<String,
List<CmmnSentryPart>> CaseExecutionImpl.getSentries()
protected abstract Map<String,
List<CmmnSentryPart>> CmmnExecution.getSentries()
Modifier and TypeMethodDescriptionprotected void
CmmnExecution.addIdIfNotSatisfied
(List<String> affectedSentries, CmmnSentryPart sentryPart) protected void
CaseExecutionImpl.addSentryPart
(CmmnSentryPart sentryPart) protected abstract void
CmmnExecution.addSentryPart
(CmmnSentryPart sentryPart) protected boolean
CmmnExecution.isNotSatisfiedIfPartOnly
(CmmnSentryPart sentryPart) Modifier and TypeMethodDescriptionCmmnExecution.collectAffectedSentriesWithVariableOnParts
(String variableName, String variableEvent, List<CmmnSentryPart> sentryParts) protected List<CmmnSentryPart>
CmmnExecution.collectSentryParts
(Map<String, List<CmmnSentryPart>> sentries) protected boolean
CmmnExecution.containsIfPartAndExecutionActive
(String sentryId, Map<String, List<CmmnSentryPart>> sentries) protected void
CmmnExecution.forceUpdateOnCaseSentryParts
(List<CmmnSentryPart> sentryParts) protected List<CmmnSentryPart>
CmmnExecution.getAffectedSentryParts
(Map<String, List<CmmnSentryPart>> allSentries, List<String> affectedSentries) CmmnExecution.getSatisfiedSentriesInExecutionTree
(List<String> sentryIds, Map<String, List<CmmnSentryPart>> allSentries) Checks for each given sentry id in the execution tree whether the corresponding sentry is satisfied.protected boolean
CmmnExecution.isSentryPartsSatisfied
(String sentryId, List<? extends CmmnSentryPart> sentryParts) protected void
CmmnExecution.resetSentryParts
(List<CmmnSentryPart> parts)