Uses of Interface
org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
Packages that use CamundaField
Package
Description
-
Uses of CamundaField in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type CamundaFieldModifier and TypeMethodDescriptionprotected 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 CamundaFieldModifier and TypeMethodDescriptionprotected List<FieldDeclaration>
ItemHandler.initializeFieldDeclarations
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, 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 CamundaFieldFields in org.camunda.bpm.model.cmmn.impl.instance.camunda with type parameters of type CamundaFieldModifier and TypeFieldDescriptionprotected 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 CamundaFieldModifier and TypeMethodDescriptionCamundaCaseExecutionListenerImpl.getCamundaFields()
CamundaTaskListenerImpl.getCamundaFields()
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 CamundaFieldModifier and TypeMethodDescriptionCamundaCaseExecutionListener.getCamundaFields()
CamundaTaskListener.getCamundaFields()
CamundaVariableListener.getCamundaFields()