Uses of Class
org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
-
Packages that use CmmnSentryPart Package Description org.camunda.bpm.engine.impl.cmmn.entity.runtime org.camunda.bpm.engine.impl.cmmn.execution -
-
Uses of CmmnSentryPart in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Subclasses of CmmnSentryPart in org.camunda.bpm.engine.impl.cmmn.entity.runtime Modifier and Type Class Description class
CaseSentryPartEntity
Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime with type parameters of type CmmnSentryPart Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>>
CaseExecutionEntity. sentries
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CmmnSentryPart Modifier and Type Method Description protected java.util.List<CmmnSentryPart>
CaseExecutionEntity. findSentry(java.lang.String sentryId)
protected java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>>
CaseExecutionEntity. getSentries()
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CmmnSentryPart Modifier and Type Method Description protected void
CaseExecutionEntity. addSentryPart(CmmnSentryPart sentryPart)
-
Uses of CmmnSentryPart in org.camunda.bpm.engine.impl.cmmn.execution
Subclasses of CmmnSentryPart in org.camunda.bpm.engine.impl.cmmn.execution Modifier and Type Class Description class
CaseSentryPartImpl
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CmmnSentryPart Modifier and Type Method Description protected CmmnSentryPart
CmmnExecution. createIfPart(CmmnSentryDeclaration sentryDeclaration, CmmnIfPartDeclaration ifPartDeclaration)
protected CmmnSentryPart
CmmnExecution. createOnPart(CmmnSentryDeclaration sentryDeclaration, CmmnOnPartDeclaration onPartDeclaration)
protected CmmnSentryPart
CmmnExecution. createSentryPart(CmmnSentryDeclaration sentryDeclaration, java.lang.String type)
protected CmmnSentryPart
CmmnExecution. createVariableOnPart(CmmnSentryDeclaration sentryDeclaration, CmmnVariableOnPartDeclaration variableOnPartDeclaration)
protected CmmnSentryPart
CaseExecutionImpl. newSentryPart()
protected abstract CmmnSentryPart
CmmnExecution. newSentryPart()
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type CmmnSentryPart Modifier and Type Method Description protected java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>>
CmmnExecution. collectAllSentries()
protected java.util.List<CmmnSentryPart>
CmmnExecution. collectSentryParts(java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>> sentries)
protected abstract java.util.List<? extends CmmnSentryPart>
CmmnExecution. findSentry(java.lang.String sentryId)
protected java.util.List<CmmnSentryPart>
CmmnExecution. getAffectedSentryParts(java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>> allSentries, java.util.List<java.lang.String> affectedSentries)
abstract java.util.List<? extends CmmnSentryPart>
CmmnExecution. getCaseSentryParts()
protected java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>>
CaseExecutionImpl. getSentries()
protected abstract java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>>
CmmnExecution. getSentries()
Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnSentryPart Modifier and Type Method Description protected void
CmmnExecution. addIdIfNotSatisfied(java.util.List<java.lang.String> affectedSentries, CmmnSentryPart sentryPart)
protected void
CaseExecutionImpl. addSentryPart(CmmnSentryPart sentryPart)
protected abstract void
CmmnExecution. addSentryPart(CmmnSentryPart sentryPart)
protected boolean
CmmnExecution. isNotSatisfiedIfPartOnly(CmmnSentryPart sentryPart)
Method parameters in org.camunda.bpm.engine.impl.cmmn.execution with type arguments of type CmmnSentryPart Modifier and Type Method Description protected java.util.List<java.lang.String>
CmmnExecution. collectAffectedSentriesWithVariableOnParts(java.lang.String variableName, java.lang.String variableEvent, java.util.List<CmmnSentryPart> sentryParts)
protected java.util.List<CmmnSentryPart>
CmmnExecution. collectSentryParts(java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>> sentries)
protected boolean
CmmnExecution. containsIfPartAndExecutionActive(java.lang.String sentryId, java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>> sentries)
protected void
CmmnExecution. forceUpdateOnCaseSentryParts(java.util.List<CmmnSentryPart> sentryParts)
protected java.util.List<CmmnSentryPart>
CmmnExecution. getAffectedSentryParts(java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>> allSentries, java.util.List<java.lang.String> affectedSentries)
protected java.util.List<java.lang.String>
CmmnExecution. getSatisfiedSentriesInExecutionTree(java.util.List<java.lang.String> sentryIds, java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>> allSentries)
Checks for each given sentry id in the execution tree whether the corresponding sentry is satisfied.protected boolean
CmmnExecution. isSentryPartsSatisfied(java.lang.String sentryId, java.util.List<? extends CmmnSentryPart> sentryParts)
protected void
CmmnExecution. resetSentryParts(java.util.List<CmmnSentryPart> parts)
-