Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
-
-
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 FieldDeclaration Modifier and Type Field Description protected List<FieldDeclaration>
ClassDelegateActivityBehavior. fieldDeclarations
Constructor parameters in org.camunda.bpm.engine.impl.bpmn.behavior with type arguments of type FieldDeclaration Constructor Description ClassDelegateActivityBehavior(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 FieldDeclaration Constructor Description ClassDelegateExecutionListener(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 FieldDeclaration Modifier and Type Method Description protected 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 FieldDeclaration Modifier and Type Method Description List<FieldDeclaration>
BpmnParse. parseFieldDeclarations(Element element)
Method parameters in org.camunda.bpm.engine.impl.bpmn.parser with type arguments of type FieldDeclaration Modifier and Type Method Description protected 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 FieldDeclaration Modifier and Type Method Description protected 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 FieldDeclaration Modifier and Type Method Description protected 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 FieldDeclaration Modifier and Type Method Description List<FieldDeclaration>
DelegateExpressionCaseExecutionListener. getFieldDeclarations()
Constructor parameters in org.camunda.bpm.engine.impl.cmmn.listener with type arguments of type FieldDeclaration Constructor Description ClassDelegateCaseExecutionListener(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 FieldDeclaration Modifier and Type Field Description protected List<FieldDeclaration>
ClassDelegate. fieldDeclarations
Methods in org.camunda.bpm.engine.impl.delegate that return types with arguments of type FieldDeclaration Modifier and Type Method Description List<FieldDeclaration>
ClassDelegate. getFieldDeclarations()
Constructor parameters in org.camunda.bpm.engine.impl.delegate with type arguments of type FieldDeclaration Constructor Description ClassDelegate(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 FieldDeclaration Modifier and Type Method Description List<FieldDeclaration>
DelegateExpressionTaskListener. getFieldDeclarations()
Constructor parameters in org.camunda.bpm.engine.impl.task.listener with type arguments of type FieldDeclaration Constructor Description ClassDelegateTaskListener(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 FieldDeclaration Modifier and Type Method Description static void
ClassDelegateUtil. applyFieldDeclaration(FieldDeclaration declaration, Object target)
static boolean
ClassDelegateUtil. fieldTypeCompatible(FieldDeclaration declaration, Field field)
ProcessEngineException
EngineUtilLogger. incompatibleTypeForFieldDeclaration(FieldDeclaration declaration, Object target, Field field)
Method parameters in org.camunda.bpm.engine.impl.util with type arguments of type FieldDeclaration Modifier and Type Method Description static 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 FieldDeclaration Modifier and Type Method Description List<FieldDeclaration>
DelegateExpressionCaseVariableListener. getFieldDeclarations()
Constructor parameters in org.camunda.bpm.engine.impl.variable.listener with type arguments of type FieldDeclaration Constructor Description ClassDelegateCaseVariableListener(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)
ClassDelegateCaseVariableListener(String className, List<FieldDeclaration> fieldDeclarations)
DelegateExpressionCaseVariableListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
-