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 CmmnSentryPartCmmnExecution. 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 Map<String,List<CmmnOnPartDeclaration>>CmmnSentryDeclaration. onPartMapprotected List<CmmnOnPartDeclaration>CmmnSentryDeclaration. onPartsMethods in org.camunda.bpm.engine.impl.cmmn.model that return types with arguments of type CmmnOnPartDeclaration Modifier and Type Method Description List<CmmnOnPartDeclaration>CmmnSentryDeclaration. getOnParts()List<CmmnOnPartDeclaration>CmmnSentryDeclaration. getOnParts(String sourceId)Methods in org.camunda.bpm.engine.impl.cmmn.model with parameters of type CmmnOnPartDeclaration Modifier and Type Method Description voidCmmnSentryDeclaration. addOnPart(CmmnOnPartDeclaration onPart)
-