Uses of Class
org.activiti.engine.impl.bpmn.parser.FieldDeclaration
Packages that use FieldDeclaration
Package
Description
-
Uses of FieldDeclaration in org.activiti.engine.impl.bpmn.behavior
Constructor parameters in org.activiti.engine.impl.bpmn.behavior with type arguments of type FieldDeclarationModifierConstructorDescriptionServiceTaskDelegateExpressionActivityBehavior(String serviceTaskId, Expression expression, Expression skipExpression, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.activiti.engine.impl.bpmn.helper
Fields in org.activiti.engine.impl.bpmn.helper with type parameters of type FieldDeclarationModifier and TypeFieldDescriptionprotected List<FieldDeclaration>ClassDelegate.fieldDeclarationsMethods in org.activiti.engine.impl.bpmn.helper with parameters of type FieldDeclarationModifier and TypeMethodDescriptionstatic voidClassDelegate.applyFieldDeclaration(FieldDeclaration declaration, Object target) static voidClassDelegate.applyFieldDeclaration(FieldDeclaration declaration, Object target, boolean throwExceptionOnMissingField) static voidClassDelegateUtil.applyFieldDeclaration(FieldDeclaration declaration, Object target) static booleanClassDelegate.fieldTypeCompatible(FieldDeclaration declaration, Field field) static booleanClassDelegateUtil.fieldTypeCompatible(FieldDeclaration declaration, Field field) Method parameters in org.activiti.engine.impl.bpmn.helper with type arguments of type FieldDeclarationModifier and TypeMethodDescriptionstatic voidClassDelegate.applyFieldDeclaration(List<FieldDeclaration> fieldDeclarations, Object target) static voidClassDelegate.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, Expression skipExpression, List<MapExceptionEntry> mapExceptions) ClassDelegateFactory.create(String className, List<FieldDeclaration> fieldDeclarations) DefaultClassDelegateFactory.create(String id, String className, List<FieldDeclaration> fieldDeclarations, Expression skipExpression, List<MapExceptionEntry> mapExceptions) DefaultClassDelegateFactory.create(String className, List<FieldDeclaration> fieldDeclarations) static ObjectClassDelegate.defaultInstantiateDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) static ObjectClassDelegate.defaultInstantiateDelegate(String className, List<FieldDeclaration> fieldDeclarations) protected ObjectClassDelegate.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, VariableScope variableScope, List<FieldDeclaration> fieldDeclarations) Constructor parameters in org.activiti.engine.impl.bpmn.helper with type arguments of type FieldDeclarationModifierConstructorDescriptionClassDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations, Expression skipExpression) ClassDelegate(String id, String className, List<FieldDeclaration> fieldDeclarations, Expression skipExpression, List<MapExceptionEntry> mapExceptions) ClassDelegate(String className, List<FieldDeclaration> fieldDeclarations) ClassDelegate(String className, List<FieldDeclaration> fieldDeclarations, Expression skipExpression) -
Uses of FieldDeclaration in org.activiti.engine.impl.bpmn.listener
Constructor parameters in org.activiti.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.activiti.engine.impl.bpmn.parser.factory
Methods in org.activiti.engine.impl.bpmn.parser.factory that return types with arguments of type FieldDeclarationModifier and TypeMethodDescriptionAbstractBehaviorFactory.createFieldDeclarations(List<FieldExtension> fieldList) -
Uses of FieldDeclaration in org.activiti.engine.impl.delegate
Methods in org.activiti.engine.impl.delegate that return types with arguments of type FieldDeclarationModifier and TypeMethodDescriptionBpmnMessagePayloadMappingProviderFactory.createFieldDeclarations(List<FieldExtension> fieldList, ExpressionManager expressionManager) Methods in org.activiti.engine.impl.delegate with parameters of type FieldDeclarationModifier and TypeMethodDescriptionBpmnMessagePayloadMappingProvider.applyFieldDeclaration(DelegateExecution execution, FieldDeclaration field) Constructor parameters in org.activiti.engine.impl.delegate with type arguments of type FieldDeclarationModifierConstructorDescriptionBpmnMessagePayloadMappingProvider(List<FieldDeclaration> fieldDeclarations) ThrowMessageDelegateExpression(Expression delegateExpression, List<FieldDeclaration> fieldDeclarations) ThrowMessageJavaDelegate(Class<? extends ThrowMessageDelegate> clazz, List<FieldDeclaration> fieldDeclarations)