Uses of Class
org.flowable.engine.impl.bpmn.parser.FieldDeclaration
Packages that use FieldDeclaration
Package
Description
-
Uses of FieldDeclaration in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior with type parameters of type FieldDeclarationModifier and TypeFieldDescriptionprotected List<FieldDeclaration>
ServiceTaskDelegateExpressionActivityBehavior.fieldDeclarations
Constructor parameters in org.flowable.engine.impl.bpmn.behavior with type arguments of type FieldDeclarationModifierConstructorDescriptionServiceTaskDelegateExpressionActivityBehavior
(String serviceTaskId, Expression expression, Expression skipExpression, List<FieldDeclaration> fieldDeclarations, List<MapExceptionEntry> mapExceptions, boolean triggerable) -
Uses of FieldDeclaration in org.flowable.engine.impl.bpmn.helper
Fields in org.flowable.engine.impl.bpmn.helper with type parameters of type FieldDeclarationModifier and TypeFieldDescriptionprotected List<FieldDeclaration>
AbstractClassDelegate.fieldDeclarations
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type FieldDeclarationModifier and TypeMethodDescriptionstatic void
AbstractClassDelegate.applyFieldDeclaration
(FieldDeclaration declaration, Object target) static void
AbstractClassDelegate.applyFieldDeclaration
(FieldDeclaration declaration, Object target, boolean throwExceptionOnMissingField) static void
ClassDelegateUtil.applyFieldDeclaration
(FieldDeclaration declaration, Object target) static boolean
ClassDelegateUtil.fieldTypeCompatible
(FieldDeclaration declaration, Field field) Method parameters in org.flowable.engine.impl.bpmn.helper with type arguments of type FieldDeclarationModifier and TypeMethodDescriptionstatic void
AbstractClassDelegate.applyFieldDeclaration
(List<FieldDeclaration> fieldDeclarations, Object target) static void
AbstractClassDelegate.applyFieldDeclaration
(List<FieldDeclaration> fieldDeclarations, Object target, boolean throwExceptionOnMissingField) static void
ClassDelegateUtil.applyFieldDeclaration
(List<FieldDeclaration> fieldDeclarations, Object target) ClassDelegateFactory.create
(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) ClassDelegateFactory.create
(String className, List<FieldDeclaration> fieldDeclarations) DefaultClassDelegateFactory.create
(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) DefaultClassDelegateFactory.create
(String className, List<FieldDeclaration> fieldDeclarations) static Object
AbstractClassDelegate.defaultInstantiateDelegate
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) static Object
AbstractClassDelegate.defaultInstantiateDelegate
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations, ServiceTask serviceTask) static Object
AbstractClassDelegate.defaultInstantiateDelegate
(String className, List<FieldDeclaration> fieldDeclarations) static Object
AbstractClassDelegate.defaultInstantiateDelegate
(String className, List<FieldDeclaration> fieldDeclarations, ServiceTask serviceTask) protected Object
AbstractClassDelegate.instantiateDelegate
(String className, List<FieldDeclaration> fieldDeclarations) static Object
ClassDelegateUtil.instantiateDelegate
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) static Object
ClassDelegateUtil.instantiateDelegate
(String className, List<FieldDeclaration> fieldDeclarations) static Object
DelegateExpressionUtil.resolveDelegateExpression
(Expression expression, VariableContainer variableScope, List<FieldDeclaration> fieldDeclarations) Constructor parameters in org.flowable.engine.impl.bpmn.helper with type arguments of type FieldDeclarationModifierConstructorDescriptionAbstractClassDelegate
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) AbstractClassDelegate
(String className, List<FieldDeclaration> fieldDeclarations) ClassDelegate
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegate
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations, Expression skipExpression) ClassDelegate
(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) ClassDelegate
(String className, List<FieldDeclaration> fieldDeclarations) ClassDelegate
(String className, List<FieldDeclaration> fieldDeclarations, Expression skipExpression) ClassDelegateCollectionHandler
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateCollectionHandler
(String className, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.flowable.engine.impl.bpmn.http
Methods in org.flowable.engine.impl.bpmn.http that return types with arguments of type FieldDeclarationModifier and TypeMethodDescriptionprotected List<FieldDeclaration>
DefaultBpmnHttpActivityDelegate.createFieldDeclarations
(List<FieldExtension> fieldList, ProcessEngineConfigurationImpl processEngineConfiguration) -
Uses of FieldDeclaration in org.flowable.engine.impl.bpmn.http.handler
Fields in org.flowable.engine.impl.bpmn.http.handler with type parameters of type FieldDeclarationModifier and TypeFieldDescriptionprotected final List<FieldDeclaration>
DelegateExpressionHttpHandler.fieldDeclarations
Constructor parameters in org.flowable.engine.impl.bpmn.http.handler with type arguments of type FieldDeclarationModifierConstructorDescriptionClassDelegateHttpHandler
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateHttpHandler
(String className, List<FieldDeclaration> fieldDeclarations) DelegateExpressionHttpHandler
(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.flowable.engine.impl.bpmn.listener
Constructor parameters in org.flowable.engine.impl.bpmn.listener with type arguments of type FieldDeclarationModifierConstructorDescriptionDelegateExpressionExecutionListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) DelegateExpressionTaskListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory that return types with arguments of type FieldDeclarationModifier and TypeMethodDescriptionAbstractBehaviorFactory.createFieldDeclarations
(List<FieldExtension> fieldList)