Uses of Class
org.camunda.bpm.engine.impl.cmmn.model.CmmnVariableOnPartDeclaration
-
Packages that use CmmnVariableOnPartDeclaration Package Description org.camunda.bpm.engine.impl.cmmn.execution org.camunda.bpm.engine.impl.cmmn.model -
-
Uses of CmmnVariableOnPartDeclaration in org.camunda.bpm.engine.impl.cmmn.execution
Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnVariableOnPartDeclaration Modifier and Type Method Description protected 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 CmmnVariableOnPartDeclaration Modifier and Type Field Description protected List<CmmnVariableOnPartDeclaration>
CmmnSentryDeclaration. variableOnParts
Methods in org.camunda.bpm.engine.impl.cmmn.model that return types with arguments of type CmmnVariableOnPartDeclaration Modifier and Type Method Description List<CmmnVariableOnPartDeclaration>
CmmnSentryDeclaration. getVariableOnParts()
Methods in org.camunda.bpm.engine.impl.cmmn.model with parameters of type CmmnVariableOnPartDeclaration Modifier and Type Method Description void
CmmnSentryDeclaration. addVariableOnParts(CmmnVariableOnPartDeclaration variableOnPartDeclaration)
-