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 Map<String,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 List<CmmnSentryPart>CaseExecutionEntity. findSentry(String sentryId)protected Map<String,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, 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 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()Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnSentryPart Modifier and Type Method Description protected voidCmmnExecution. addIdIfNotSatisfied(List<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 List<String>CmmnExecution. collectAffectedSentriesWithVariableOnParts(String variableName, String variableEvent, List<CmmnSentryPart> sentryParts)protected List<CmmnSentryPart>CmmnExecution. collectSentryParts(Map<String,List<CmmnSentryPart>> sentries)protected booleanCmmnExecution. containsIfPartAndExecutionActive(String sentryId, Map<String,List<CmmnSentryPart>> sentries)protected voidCmmnExecution. forceUpdateOnCaseSentryParts(List<CmmnSentryPart> sentryParts)protected List<CmmnSentryPart>CmmnExecution. getAffectedSentryParts(Map<String,List<CmmnSentryPart>> allSentries, List<String> affectedSentries)protected List<String>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 booleanCmmnExecution. isSentryPartsSatisfied(String sentryId, List<? extends CmmnSentryPart> sentryParts)protected voidCmmnExecution. resetSentryParts(List<CmmnSentryPart> parts)
-