| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.cmmn.entity.runtime | |
| org.camunda.bpm.engine.impl.cmmn.execution | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CaseSentryPartEntity  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,List<CmmnSentryPart>> | 
CaseExecutionEntity.sentries  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<CmmnSentryPart> | 
CaseExecutionEntity.findSentry(String sentryId)  | 
protected Map<String,List<CmmnSentryPart>> | 
CaseExecutionEntity.getSentries()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
CaseExecutionEntity.addSentryPart(CmmnSentryPart sentryPart)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CaseSentryPartImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
protected 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 abstract CmmnSentryPart | 
CmmnExecution.newSentryPart()  | 
protected CmmnSentryPart | 
CaseExecutionImpl.newSentryPart()  | 
| Modifier and Type | Method and 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 abstract Map<String,List<CmmnSentryPart>> | 
CmmnExecution.getSentries()  | 
protected Map<String,List<CmmnSentryPart>> | 
CaseExecutionImpl.getSentries()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
CmmnExecution.addIdIfNotSatisfied(List<String> affectedSentries,
                   CmmnSentryPart sentryPart)  | 
protected abstract void | 
CmmnExecution.addSentryPart(CmmnSentryPart sentryPart)  | 
protected void | 
CaseExecutionImpl.addSentryPart(CmmnSentryPart sentryPart)  | 
protected boolean | 
CmmnExecution.isNotSatisfiedIfPartOnly(CmmnSentryPart sentryPart)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<String> | 
CmmnExecution.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)  | 
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 boolean | 
CmmnExecution.isSentryPartsSatisfied(String sentryId,
                      List<? extends CmmnSentryPart> sentryParts)  | 
protected void | 
CmmnExecution.resetSentryParts(List<CmmnSentryPart> parts)  | 
Copyright © 2017. All rights reserved.