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.execution
Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnVariableOnPartDeclarationModifier and TypeMethodDescriptionprotected CmmnSentryPart
CmmnExecution.createVariableOnPart
(CmmnSentryDeclaration sentryDeclaration, CmmnVariableOnPartDeclaration variableOnPartDeclaration) -
Uses of CmmnVariableOnPartDeclaration in org.camunda.bpm.engine.impl.cmmn.model
Fields in org.camunda.bpm.engine.impl.cmmn.model with type parameters of type CmmnVariableOnPartDeclarationModifier and TypeFieldDescriptionprotected List<CmmnVariableOnPartDeclaration>
CmmnSentryDeclaration.variableOnParts
Methods 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 TypeMethodDescriptionvoid
CmmnSentryDeclaration.addVariableOnParts
(CmmnVariableOnPartDeclaration variableOnPartDeclaration)