Uses of Class
org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
-
Packages that use CmmnOnPartDeclaration Package Description org.camunda.bpm.engine.impl.cmmn.execution org.camunda.bpm.engine.impl.cmmn.model -
-
Uses of CmmnOnPartDeclaration in org.camunda.bpm.engine.impl.cmmn.execution
Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnOnPartDeclaration Modifier and Type Method Description protected 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 CmmnOnPartDeclaration Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.List<CmmnOnPartDeclaration>>
CmmnSentryDeclaration. onPartMap
protected java.util.List<CmmnOnPartDeclaration>
CmmnSentryDeclaration. onParts
Methods in org.camunda.bpm.engine.impl.cmmn.model that return types with arguments of type CmmnOnPartDeclaration Modifier and Type Method Description java.util.List<CmmnOnPartDeclaration>
CmmnSentryDeclaration. getOnParts()
java.util.List<CmmnOnPartDeclaration>
CmmnSentryDeclaration. getOnParts(java.lang.String sourceId)
Methods in org.camunda.bpm.engine.impl.cmmn.model with parameters of type CmmnOnPartDeclaration Modifier and Type Method Description void
CmmnSentryDeclaration. addOnPart(CmmnOnPartDeclaration onPart)
-