Uses of Class
org.camunda.bpm.engine.impl.cmmn.model.CmmnVariableOnPartDeclaration
Packages that use CmmnVariableOnPartDeclaration
Package
Description
- 
Uses of CmmnVariableOnPartDeclaration in org.camunda.bpm.engine.impl.cmmn.executionMethods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnVariableOnPartDeclarationModifier and TypeMethodDescriptionprotected CmmnSentryPartCmmnExecution.createVariableOnPart(CmmnSentryDeclaration sentryDeclaration, CmmnVariableOnPartDeclaration variableOnPartDeclaration) 
- 
Uses of CmmnVariableOnPartDeclaration in org.camunda.bpm.engine.impl.cmmn.modelFields in org.camunda.bpm.engine.impl.cmmn.model with type parameters of type CmmnVariableOnPartDeclarationModifier and TypeFieldDescriptionprotected List<CmmnVariableOnPartDeclaration>CmmnSentryDeclaration.variableOnPartsMethods in org.camunda.bpm.engine.impl.cmmn.model that return types with arguments of type CmmnVariableOnPartDeclarationMethods in org.camunda.bpm.engine.impl.cmmn.model with parameters of type CmmnVariableOnPartDeclarationModifier and TypeMethodDescriptionvoidCmmnSentryDeclaration.addVariableOnParts(CmmnVariableOnPartDeclaration variableOnPartDeclaration)