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 |
CaseExecutionImpl.newSentryPart() |
protected abstract CmmnSentryPart |
CmmnExecution.newSentryPart() |
Modifier and Type | Method and Description |
---|---|
protected abstract List<? extends CmmnSentryPart> |
CmmnExecution.findSentry(String sentryId) |
abstract List<? extends CmmnSentryPart> |
CmmnExecution.getCaseSentryParts() |
protected Map<String,List<CmmnSentryPart>> |
CaseExecutionImpl.getSentries() |
protected abstract Map<String,List<CmmnSentryPart>> |
CmmnExecution.getSentries() |
Modifier and Type | Method and Description |
---|---|
protected void |
CaseExecutionImpl.addSentryPart(CmmnSentryPart sentryPart) |
protected abstract void |
CmmnExecution.addSentryPart(CmmnSentryPart sentryPart) |
Copyright © 2018. All rights reserved.