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 java.util.List<FieldDeclaration>ClassDelegateActivityBehavior. fieldDeclarationsConstructor parameters in org.camunda.bpm.engine.impl.bpmn.behavior with type arguments of type FieldDeclaration Constructor Description ClassDelegateActivityBehavior(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)ClassDelegateActivityBehavior(java.lang.String className, java.util.List<FieldDeclaration> fieldDeclarations)ServiceTaskDelegateExpressionActivityBehavior(Expression expression, java.util.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(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)ClassDelegateExecutionListener(java.lang.String className, java.util.List<FieldDeclaration> fieldDeclarations)DelegateExpressionExecutionListener(Expression expression, java.util.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 FieldDeclarationBpmnParse. parseExpressionFieldDeclaration(Element fieldDeclarationElement, Element serviceTaskElement, java.lang.String fieldName)protected FieldDeclarationBpmnParse. parseFieldDeclaration(Element serviceTaskElement, Element fieldDeclarationElement)protected FieldDeclarationBpmnParse. parseStringFieldDeclaration(Element fieldDeclarationElement, Element serviceTaskElement, java.lang.String fieldName)Methods in org.camunda.bpm.engine.impl.bpmn.parser that return types with arguments of type FieldDeclaration Modifier and Type Method Description java.util.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 voidBpmnParse. parseEmailServiceTask(ActivityImpl activity, Element serviceTaskElement, java.util.List<FieldDeclaration> fieldDeclarations)protected voidBpmnParse. parseShellServiceTask(ActivityImpl activity, Element serviceTaskElement, java.util.List<FieldDeclaration> fieldDeclarations)protected voidBpmnParse. validateFieldDeclarationsForEmail(Element serviceTaskElement, java.util.List<FieldDeclaration> fieldDeclarations)protected voidBpmnParse. validateFieldDeclarationsForShell(Element serviceTaskElement, java.util.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 FieldDeclarationItemHandler. 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 java.util.List<FieldDeclaration>ItemHandler. initializeFieldDeclarations(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, java.util.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 java.util.List<FieldDeclaration>DelegateExpressionCaseExecutionListener. getFieldDeclarations()Constructor parameters in org.camunda.bpm.engine.impl.cmmn.listener with type arguments of type FieldDeclaration Constructor Description ClassDelegateCaseExecutionListener(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)ClassDelegateCaseExecutionListener(java.lang.String className, java.util.List<FieldDeclaration> fieldDeclarations)DelegateExpressionCaseExecutionListener(Expression expression, java.util.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 java.util.List<FieldDeclaration>ClassDelegate. fieldDeclarationsMethods in org.camunda.bpm.engine.impl.delegate that return types with arguments of type FieldDeclaration Modifier and Type Method Description java.util.List<FieldDeclaration>ClassDelegate. getFieldDeclarations()Constructor parameters in org.camunda.bpm.engine.impl.delegate with type arguments of type FieldDeclaration Constructor Description ClassDelegate(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)ClassDelegate(java.lang.String className, java.util.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 java.util.List<FieldDeclaration>DelegateExpressionTaskListener. getFieldDeclarations()Constructor parameters in org.camunda.bpm.engine.impl.task.listener with type arguments of type FieldDeclaration Constructor Description ClassDelegateTaskListener(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)ClassDelegateTaskListener(java.lang.String className, java.util.List<FieldDeclaration> fieldDeclarations)DelegateExpressionTaskListener(Expression expression, java.util.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 voidClassDelegateUtil. applyFieldDeclaration(FieldDeclaration declaration, java.lang.Object target)static booleanClassDelegateUtil. fieldTypeCompatible(FieldDeclaration declaration, java.lang.reflect.Field field)ProcessEngineExceptionEngineUtilLogger. incompatibleTypeForFieldDeclaration(FieldDeclaration declaration, java.lang.Object target, java.lang.reflect.Field field)Method parameters in org.camunda.bpm.engine.impl.util with type arguments of type FieldDeclaration Modifier and Type Method Description static voidClassDelegateUtil. applyFieldDeclaration(java.util.List<FieldDeclaration> fieldDeclarations, java.lang.Object target)static java.lang.ObjectClassDelegateUtil. instantiateDelegate(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)static java.lang.ObjectClassDelegateUtil. instantiateDelegate(java.lang.String className, java.util.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 java.util.List<FieldDeclaration>DelegateExpressionCaseVariableListener. getFieldDeclarations()Constructor parameters in org.camunda.bpm.engine.impl.variable.listener with type arguments of type FieldDeclaration Constructor Description ClassDelegateCaseVariableListener(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)ClassDelegateCaseVariableListener(java.lang.String className, java.util.List<FieldDeclaration> fieldDeclarations)DelegateExpressionCaseVariableListener(Expression expression, java.util.List<FieldDeclaration> fieldDeclarations)
-