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
JavaDelegate
s.-
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 boolean
FieldExtensionExport.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.fieldExtensions
protected List<FieldExtension>
FlowableListener.fieldExtensions
protected List<FieldExtension>
TaskWithFieldExtensions.fieldExtensions
Methods 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 TypeMethodDescriptionvoid
AbstractFlowableHttpHandler.setFieldExtensions
(List<FieldExtension> fieldExtensions) void
FlowableListener.setFieldExtensions
(List<FieldExtension> fieldExtensions) void
TaskWithFieldExtensions.setFieldExtensions
(List<FieldExtension> fieldExtensions) -
Uses of FieldExtension in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate that return FieldExtensionModifier and TypeMethodDescriptionstatic FieldExtension
DelegateHelper.getField
(DelegateExecution execution, String fieldName) Returns theFieldExtension
matching the provided 'fieldName' which is defined for the current activity of the providedDelegateExecution
.static FieldExtension
DelegateHelper.getFlowElementField
(DelegateExecution execution, String fieldName) static FieldExtension
DelegateHelper.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 Expression
DelegateHelper.createExpressionForField
(FieldExtension fieldExtension) Creates anExpression
for 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 ActivityBehavior
DefaultActivityBehaviorFactory.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 void
ExternalInvocationTaskValidator.validateFieldDeclarationsForDmn
(Process process, TaskWithFieldExtensions task, List<FieldExtension> fieldExtensions, List<ValidationError> errors) protected void
ExternalInvocationTaskValidator.validateFieldDeclarationsForEmail
(Process process, TaskWithFieldExtensions task, List<FieldExtension> fieldExtensions, List<ValidationError> errors) protected void
ExternalInvocationTaskValidator.validateFieldDeclarationsForHttp
(Process process, TaskWithFieldExtensions task, List<FieldExtension> fieldExtensions, List<ValidationError> errors) protected void
ExternalInvocationTaskValidator.validateFieldDeclarationsForShell
(Process process, TaskWithFieldExtensions task, List<FieldExtension> fieldExtensions, List<ValidationError> errors)