Uses of Class
org.flowable.engine.impl.bpmn.parser.FieldDeclaration
-
-
Uses of FieldDeclaration in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior with type parameters of type FieldDeclaration Modifier and Type Field Description protected List<FieldDeclaration>ServiceTaskDelegateExpressionActivityBehavior. fieldDeclarationsConstructor parameters in org.flowable.engine.impl.bpmn.behavior with type arguments of type FieldDeclaration Constructor Description ServiceTaskDelegateExpressionActivityBehavior(String serviceTaskId, Expression expression, Expression skipExpression, List<FieldDeclaration> fieldDeclarations, List<org.flowable.bpmn.model.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 FieldDeclaration Modifier and Type Field Description protected List<FieldDeclaration>AbstractClassDelegate. fieldDeclarationsMethods in org.flowable.engine.impl.bpmn.helper with parameters of type FieldDeclaration Modifier and Type Method Description static 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 FieldDeclaration Modifier and Type Method Description static 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)ClassDelegateClassDelegateFactory. create(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions)ClassDelegateClassDelegateFactory. create(String className, List<FieldDeclaration> fieldDeclarations)ClassDelegateDefaultClassDelegateFactory. create(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions)ClassDelegateDefaultClassDelegateFactory. create(String className, List<FieldDeclaration> fieldDeclarations)static ObjectAbstractClassDelegate. defaultInstantiateDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)static ObjectAbstractClassDelegate. defaultInstantiateDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations, org.flowable.bpmn.model.ServiceTask serviceTask)static ObjectAbstractClassDelegate. defaultInstantiateDelegate(String className, List<FieldDeclaration> fieldDeclarations)static ObjectAbstractClassDelegate. defaultInstantiateDelegate(String className, List<FieldDeclaration> fieldDeclarations, org.flowable.bpmn.model.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 FieldDeclaration Constructor Description AbstractClassDelegate(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<org.flowable.bpmn.model.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 FieldDeclaration Modifier and Type Method Description protected List<FieldDeclaration>DefaultBpmnHttpActivityDelegate. createFieldDeclarations(List<org.flowable.bpmn.model.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 FieldDeclaration Modifier and Type Field Description protected List<FieldDeclaration>DelegateExpressionHttpHandler. fieldDeclarationsConstructor parameters in org.flowable.engine.impl.bpmn.http.handler with type arguments of type FieldDeclaration Constructor Description ClassDelegateHttpHandler(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 FieldDeclaration Constructor Description DelegateExpressionExecutionListener(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 FieldDeclaration Modifier and Type Method Description List<FieldDeclaration>AbstractBehaviorFactory. createFieldDeclarations(List<org.flowable.bpmn.model.FieldExtension> fieldList)
-