Uses of Class
org.flowable.bpmn.model.FieldExtension
Packages that use FieldExtension
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates.-
Uses of FieldExtension in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type FieldExtensionModifier and TypeFieldDescriptionprotected List<FieldExtension> AbstractFlowableHttpHandler.fieldExtensionsprotected List<FieldExtension> FlowableListener.fieldExtensionsprotected List<FieldExtension> TaskWithFieldExtensions.fieldExtensionsMethods in org.flowable.bpmn.model that return FieldExtensionMethods in org.flowable.bpmn.model that return types with arguments of type FieldExtensionModifier and TypeMethodDescriptionAbstractFlowableHttpHandler.getFieldExtensions()FlowableListener.getFieldExtensions()TaskWithFieldExtensions.getFieldExtensions()Methods in org.flowable.bpmn.model with parameters of type FieldExtensionMethod parameters in org.flowable.bpmn.model with type arguments of type FieldExtensionModifier and TypeMethodDescriptionvoidAbstractFlowableHttpHandler.setFieldExtensions(List<FieldExtension> fieldExtensions) voidFlowableListener.setFieldExtensions(List<FieldExtension> fieldExtensions) voidTaskWithFieldExtensions.setFieldExtensions(List<FieldExtension> fieldExtensions) -
Uses of FieldExtension in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate that return FieldExtensionModifier and TypeMethodDescriptionstatic FieldExtensionDelegateHelper.getField(DelegateExecution execution, String fieldName) Returns theFieldExtensionmatching the provided 'fieldName' which is defined for the current activity of the providedDelegateExecution.static FieldExtensionDelegateHelper.getFlowElementField(DelegateExecution execution, String fieldName) static FieldExtensionDelegateHelper.getListenerField(DelegateExecution execution, String fieldName) Methods in org.flowable.engine.delegate that return types with arguments of type FieldExtensionModifier and TypeMethodDescriptionstatic List<FieldExtension> DelegateHelper.getFields(DelegateExecution execution) Returns the list of field extensions, represented as instances ofFieldExtension, for the current activity of the passedDelegateExecution.static List<FieldExtension> DelegateHelper.getFlowElementFields(DelegateExecution execution) static List<FieldExtension> DelegateHelper.getListenerFields(DelegateExecution execution) Methods in org.flowable.engine.delegate with parameters of type FieldExtensionModifier and TypeMethodDescriptionstatic ExpressionDelegateHelper.createExpressionForField(FieldExtension fieldExtension) Creates anExpressionfor theFieldExtension.