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 classCaseSentryPartEntityFields 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. sentriesMethods 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 voidCaseExecutionEntity. 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 classCaseSentryPartImplMethods in org.camunda.bpm.engine.impl.cmmn.execution that return CmmnSentryPart Modifier and Type Method Description protected CmmnSentryPartCmmnExecution. createIfPart(CmmnSentryDeclaration sentryDeclaration, CmmnIfPartDeclaration ifPartDeclaration)protected CmmnSentryPartCmmnExecution. createOnPart(CmmnSentryDeclaration sentryDeclaration, CmmnOnPartDeclaration onPartDeclaration)protected CmmnSentryPartCmmnExecution. createSentryPart(CmmnSentryDeclaration sentryDeclaration, java.lang.String type)protected CmmnSentryPartCmmnExecution. createVariableOnPart(CmmnSentryDeclaration sentryDeclaration, CmmnVariableOnPartDeclaration variableOnPartDeclaration)protected CmmnSentryPartCaseExecutionImpl. newSentryPart()protected abstract CmmnSentryPartCmmnExecution. 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 voidCmmnExecution. addIdIfNotSatisfied(java.util.List<java.lang.String> affectedSentries, CmmnSentryPart sentryPart)protected voidCaseExecutionImpl. addSentryPart(CmmnSentryPart sentryPart)protected abstract voidCmmnExecution. addSentryPart(CmmnSentryPart sentryPart)protected booleanCmmnExecution. 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 booleanCmmnExecution. containsIfPartAndExecutionActive(java.lang.String sentryId, java.util.Map<java.lang.String,java.util.List<CmmnSentryPart>> sentries)protected voidCmmnExecution. 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 booleanCmmnExecution. isSentryPartsSatisfied(java.lang.String sentryId, java.util.List<? extends CmmnSentryPart> sentryParts)protected voidCmmnExecution. resetSentryParts(java.util.List<CmmnSentryPart> parts)
-