|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CmmnSentryPart | |
|---|---|
| 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 | |
|---|---|
class |
CaseSentryPartEntity
|
| Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime with type parameters of type CmmnSentryPart | |
|---|---|
protected Map<String,List<CmmnSentryPart>> |
CaseExecutionEntity.sentries
|
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CmmnSentryPart | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
class |
CaseSentryPartImpl
|
| Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CmmnSentryPart | |
|---|---|
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 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 | |
|---|---|
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 | |
|---|---|
protected 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)
|
| Method parameters in org.camunda.bpm.engine.impl.cmmn.execution with type arguments of type CmmnSentryPart | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||