Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
Packages that use FieldDeclaration
Package
Description
-
Uses of FieldDeclaration in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior with type parameters of type FieldDeclarationModifier and TypeFieldDescriptionprotected List<FieldDeclaration>
ClassDelegateActivityBehavior.fieldDeclarations
Constructor parameters in org.camunda.bpm.engine.impl.bpmn.behavior with type arguments of type FieldDeclarationModifierConstructorDescriptionClassDelegateActivityBehavior
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateActivityBehavior
(String className, List<FieldDeclaration> fieldDeclarations) ServiceTaskDelegateExpressionActivityBehavior
(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.camunda.bpm.engine.impl.bpmn.listener
Constructor parameters in org.camunda.bpm.engine.impl.bpmn.listener with type arguments of type FieldDeclarationModifierConstructorDescriptionClassDelegateExecutionListener
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateExecutionListener
(String className, List<FieldDeclaration> fieldDeclarations) DelegateExpressionExecutionListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return FieldDeclarationModifier and TypeMethodDescriptionprotected FieldDeclaration
BpmnParse.parseExpressionFieldDeclaration
(Element fieldDeclarationElement, Element serviceTaskElement, String fieldName) protected FieldDeclaration
BpmnParse.parseFieldDeclaration
(Element serviceTaskElement, Element fieldDeclarationElement) protected FieldDeclaration
BpmnParse.parseStringFieldDeclaration
(Element fieldDeclarationElement, Element serviceTaskElement, String fieldName) Methods in org.camunda.bpm.engine.impl.bpmn.parser that return types with arguments of type FieldDeclarationMethod parameters in org.camunda.bpm.engine.impl.bpmn.parser with type arguments of type FieldDeclarationModifier and TypeMethodDescriptionprotected void
BpmnParse.parseEmailServiceTask
(ActivityImpl activity, Element serviceTaskElement, List<FieldDeclaration> fieldDeclarations) protected void
BpmnParse.parseShellServiceTask
(ActivityImpl activity, Element serviceTaskElement, List<FieldDeclaration> fieldDeclarations) protected void
BpmnParse.validateFieldDeclarationsForEmail
(Element serviceTaskElement, List<FieldDeclaration> fieldDeclarations) protected void
BpmnParse.validateFieldDeclarationsForShell
(Element serviceTaskElement, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return FieldDeclarationModifier and TypeMethodDescriptionprotected FieldDeclaration
ItemHandler.initializeFieldDeclaration
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CamundaField field) Methods in org.camunda.bpm.engine.impl.cmmn.handler that return types with arguments of type FieldDeclarationModifier and TypeMethodDescriptionprotected List<FieldDeclaration>
ItemHandler.initializeFieldDeclarations
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, Collection<CamundaField> fields) -
Uses of FieldDeclaration in org.camunda.bpm.engine.impl.cmmn.listener
Methods in org.camunda.bpm.engine.impl.cmmn.listener that return types with arguments of type FieldDeclarationConstructor parameters in org.camunda.bpm.engine.impl.cmmn.listener with type arguments of type FieldDeclarationModifierConstructorDescriptionClassDelegateCaseExecutionListener
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateCaseExecutionListener
(String className, List<FieldDeclaration> fieldDeclarations) DelegateExpressionCaseExecutionListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.camunda.bpm.engine.impl.delegate
Fields in org.camunda.bpm.engine.impl.delegate with type parameters of type FieldDeclarationModifier and TypeFieldDescriptionprotected List<FieldDeclaration>
ClassDelegate.fieldDeclarations
Methods in org.camunda.bpm.engine.impl.delegate that return types with arguments of type FieldDeclarationConstructor parameters in org.camunda.bpm.engine.impl.delegate with type arguments of type FieldDeclarationModifierConstructorDescriptionClassDelegate
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegate
(String className, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.camunda.bpm.engine.impl.task.listener
Methods in org.camunda.bpm.engine.impl.task.listener that return types with arguments of type FieldDeclarationConstructor parameters in org.camunda.bpm.engine.impl.task.listener with type arguments of type FieldDeclarationModifierConstructorDescriptionClassDelegateTaskListener
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateTaskListener
(String className, List<FieldDeclaration> fieldDeclarations) DelegateExpressionTaskListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type FieldDeclarationModifier and TypeMethodDescriptionstatic void
ClassDelegateUtil.applyFieldDeclaration
(FieldDeclaration declaration, Object target) static boolean
ClassDelegateUtil.fieldTypeCompatible
(FieldDeclaration declaration, Field field) EngineUtilLogger.incompatibleTypeForFieldDeclaration
(FieldDeclaration declaration, Object target, Field field) Method parameters in org.camunda.bpm.engine.impl.util with type arguments of type FieldDeclarationModifier and TypeMethodDescriptionstatic void
ClassDelegateUtil.applyFieldDeclaration
(List<FieldDeclaration> fieldDeclarations, Object target) static Object
ClassDelegateUtil.instantiateDelegate
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) static Object
ClassDelegateUtil.instantiateDelegate
(String className, List<FieldDeclaration> fieldDeclarations) -
Uses of FieldDeclaration in org.camunda.bpm.engine.impl.variable.listener
Methods in org.camunda.bpm.engine.impl.variable.listener that return types with arguments of type FieldDeclarationConstructor parameters in org.camunda.bpm.engine.impl.variable.listener with type arguments of type FieldDeclarationModifierConstructorDescriptionClassDelegateCaseVariableListener
(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateCaseVariableListener
(String className, List<FieldDeclaration> fieldDeclarations) DelegateExpressionCaseVariableListener
(Expression expression, List<FieldDeclaration> fieldDeclarations)