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.converter.export
Method parameters in org.flowable.bpmn.converter.export with type arguments of type FieldExtensionModifier and TypeMethodDescriptionstatic booleanFieldExtensionExport.writeFieldExtensions(List<FieldExtension> fieldExtensionList, boolean didWriteExtensionStartElement, XMLStreamWriter xtw) -
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. -
Uses of FieldExtension in org.flowable.engine.impl.bpmn.http
Method parameters in org.flowable.engine.impl.bpmn.http with type arguments of type FieldExtensionModifier and TypeMethodDescriptionprotected List<FieldDeclaration>DefaultBpmnHttpActivityDelegate.createFieldDeclarations(List<FieldExtension> fieldList, ProcessEngineConfigurationImpl processEngineConfiguration) -
Uses of FieldExtension in org.flowable.engine.impl.bpmn.parser.factory
Method parameters in org.flowable.engine.impl.bpmn.parser.factory with type arguments of type FieldExtensionModifier and TypeMethodDescriptionprotected ActivityBehaviorDefaultActivityBehaviorFactory.createCamelActivityBehavior(TaskWithFieldExtensions task, List<FieldExtension> fieldExtensions) AbstractBehaviorFactory.createFieldDeclarations(List<FieldExtension> fieldList) -
Uses of FieldExtension in org.flowable.validation.validator.impl
Method parameters in org.flowable.validation.validator.impl with type arguments of type FieldExtensionModifier and TypeMethodDescriptionprotected voidExternalInvocationTaskValidator.validateFieldDeclarationsForDmn(Process process, TaskWithFieldExtensions task, List<FieldExtension> fieldExtensions, List<ValidationError> errors) protected voidExternalInvocationTaskValidator.validateFieldDeclarationsForEmail(Process process, TaskWithFieldExtensions task, List<FieldExtension> fieldExtensions, List<ValidationError> errors) protected voidExternalInvocationTaskValidator.validateFieldDeclarationsForHttp(Process process, TaskWithFieldExtensions task, List<FieldExtension> fieldExtensions, List<ValidationError> errors) protected voidExternalInvocationTaskValidator.validateFieldDeclarationsForShell(Process process, TaskWithFieldExtensions task, List<FieldExtension> fieldExtensions, List<ValidationError> errors)