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.fieldDeclarationsConstructor 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.fieldDeclarationsMethods in org.flowable.engine.impl.bpmn.helper with parameters of type FieldDeclarationModifier and TypeMethodDescriptionstatic voidAbstractClassDelegate.applyFieldDeclaration(FieldDeclaration declaration, Object target) static voidAbstractClassDelegate.applyFieldDeclaration(FieldDeclaration declaration, Object target, boolean throwExceptionOnMissingField) static voidClassDelegateUtil.applyFieldDeclaration(FieldDeclaration declaration, Object target) static booleanClassDelegateUtil.fieldTypeCompatible(FieldDeclaration declaration, Field field) Method parameters in org.flowable.engine.impl.bpmn.helper with type arguments of type FieldDeclarationModifier and TypeMethodDescriptionstatic voidAbstractClassDelegate.applyFieldDeclaration(List<FieldDeclaration> fieldDeclarations, Object target) static voidAbstractClassDelegate.applyFieldDeclaration(List<FieldDeclaration> fieldDeclarations, Object target, boolean throwExceptionOnMissingField) static voidClassDelegateUtil.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 ObjectAbstractClassDelegate.defaultInstantiateDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) static ObjectAbstractClassDelegate.defaultInstantiateDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations, ServiceTask serviceTask) static ObjectAbstractClassDelegate.defaultInstantiateDelegate(String className, List<FieldDeclaration> fieldDeclarations) static ObjectAbstractClassDelegate.defaultInstantiateDelegate(String className, List<FieldDeclaration> fieldDeclarations, ServiceTask serviceTask) protected ObjectAbstractClassDelegate.instantiateDelegate(String className, List<FieldDeclaration> fieldDeclarations) static ObjectClassDelegateUtil.instantiateDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) static ObjectClassDelegateUtil.instantiateDelegate(String className, List<FieldDeclaration> fieldDeclarations) static ObjectDelegateExpressionUtil.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.fieldDeclarationsConstructor 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)