Uses of Interface
org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
-
Packages that use CamundaField Package Description org.camunda.bpm.engine.impl.cmmn.handler org.camunda.bpm.model.cmmn.impl.instance.camunda org.camunda.bpm.model.cmmn.instance.camunda -
-
Uses of CamundaField in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type CamundaField Modifier and Type Method Description protected Expression
ItemHandler. getExpressionValue(CamundaField field, ExpressionManager expressionManager)
protected FixedValue
ItemHandler. getFixedValue(CamundaField field)
protected FieldDeclaration
ItemHandler. initializeFieldDeclaration(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CamundaField field)
Method parameters in org.camunda.bpm.engine.impl.cmmn.handler with type arguments of type CamundaField Modifier and Type Method Description protected java.util.List<FieldDeclaration>
ItemHandler. initializeFieldDeclarations(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, java.util.Collection<CamundaField> fields)
-
Uses of CamundaField in org.camunda.bpm.model.cmmn.impl.instance.camunda
Classes in org.camunda.bpm.model.cmmn.impl.instance.camunda that implement CamundaField Modifier and Type Class Description class
CamundaFieldImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance.camunda with type parameters of type CamundaField Modifier and Type Field Description protected static ChildElementCollection<CamundaField>
CamundaCaseExecutionListenerImpl. camundaFieldCollection
protected static ChildElementCollection<CamundaField>
CamundaTaskListenerImpl. camundaFieldCollection
protected static ChildElementCollection<CamundaField>
CamundaVariableListenerImpl. camundaFieldCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance.camunda that return types with arguments of type CamundaField Modifier and Type Method Description java.util.Collection<CamundaField>
CamundaCaseExecutionListenerImpl. getCamundaFields()
java.util.Collection<CamundaField>
CamundaTaskListenerImpl. getCamundaFields()
java.util.Collection<CamundaField>
CamundaVariableListenerImpl. getCamundaFields()
-
Uses of CamundaField in org.camunda.bpm.model.cmmn.instance.camunda
Methods in org.camunda.bpm.model.cmmn.instance.camunda that return types with arguments of type CamundaField Modifier and Type Method Description java.util.Collection<CamundaField>
CamundaCaseExecutionListener. getCamundaFields()
java.util.Collection<CamundaField>
CamundaTaskListener. getCamundaFields()
java.util.Collection<CamundaField>
CamundaVariableListener. getCamundaFields()
-