Uses of Class
org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
Packages that use CmmnOnPartDeclaration
Package
Description
-
Uses of CmmnOnPartDeclaration in org.camunda.bpm.engine.impl.cmmn.execution
Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnOnPartDeclarationModifier and TypeMethodDescriptionprotected CmmnSentryPart
CmmnExecution.createOnPart
(CmmnSentryDeclaration sentryDeclaration, CmmnOnPartDeclaration onPartDeclaration) -
Uses of CmmnOnPartDeclaration in org.camunda.bpm.engine.impl.cmmn.model
Fields in org.camunda.bpm.engine.impl.cmmn.model with type parameters of type CmmnOnPartDeclarationModifier and TypeFieldDescriptionprotected Map<String,
List<CmmnOnPartDeclaration>> CmmnSentryDeclaration.onPartMap
protected List<CmmnOnPartDeclaration>
CmmnSentryDeclaration.onParts
Methods in org.camunda.bpm.engine.impl.cmmn.model that return types with arguments of type CmmnOnPartDeclarationModifier and TypeMethodDescriptionCmmnSentryDeclaration.getOnParts()
CmmnSentryDeclaration.getOnParts
(String sourceId) Methods in org.camunda.bpm.engine.impl.cmmn.model with parameters of type CmmnOnPartDeclarationModifier and TypeMethodDescriptionvoid
CmmnSentryDeclaration.addOnPart
(CmmnOnPartDeclaration onPart)