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 ExpressionItemHandler.getExpressionValue(CamundaField field, ExpressionManager expressionManager) protected FixedValueItemHandler.getFixedValue(CamundaField field) protected FieldDeclarationItemHandler.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.camundaFieldCollectionprotected static ChildElementCollection<CamundaField>CamundaTaskListenerImpl.camundaFieldCollectionprotected static ChildElementCollection<CamundaField>CamundaVariableListenerImpl.camundaFieldCollectionMethods 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()