|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
protected List<FieldDeclaration> |
ClassDelegateActivityBehavior.fieldDeclarations
|
| Constructor parameters in org.camunda.bpm.engine.impl.bpmn.behavior with type arguments of type FieldDeclaration | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
List<FieldDeclaration> |
BpmnParse.parseFieldDeclarations(Element element)
|
| Method parameters in org.camunda.bpm.engine.impl.bpmn.parser with type arguments of type FieldDeclaration | |
|---|---|
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 | |
|---|---|
protected FieldDeclaration |
ItemHandler.initializeFieldDeclaration(org.camunda.bpm.model.cmmn.instance.CmmnElement element,
CmmnActivity activity,
CmmnHandlerContext context,
org.camunda.bpm.model.cmmn.instance.camunda.CamundaField field)
|
| Methods in org.camunda.bpm.engine.impl.cmmn.handler that return types with arguments of type FieldDeclaration | |
|---|---|
protected List<FieldDeclaration> |
ItemHandler.initializeFieldDeclarations(org.camunda.bpm.model.cmmn.instance.CmmnElement element,
CmmnActivity activity,
CmmnHandlerContext context,
Collection<org.camunda.bpm.model.cmmn.instance.camunda.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 | |
|---|---|
List<FieldDeclaration> |
DelegateExpressionCaseExecutionListener.getFieldDeclarations()
|
| Constructor parameters in org.camunda.bpm.engine.impl.cmmn.listener with type arguments of type FieldDeclaration | |
|---|---|
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 | |
|---|---|
protected List<FieldDeclaration> |
ClassDelegate.fieldDeclarations
|
| Methods in org.camunda.bpm.engine.impl.delegate that return types with arguments of type FieldDeclaration | |
|---|---|
List<FieldDeclaration> |
ClassDelegate.getFieldDeclarations()
|
| Constructor parameters in org.camunda.bpm.engine.impl.delegate with type arguments of type FieldDeclaration | |
|---|---|
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 | |
|---|---|
List<FieldDeclaration> |
DelegateExpressionTaskListener.getFieldDeclarations()
|
| Constructor parameters in org.camunda.bpm.engine.impl.task.listener with type arguments of type FieldDeclaration | |
|---|---|
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 | |
|---|---|
static void |
ClassDelegateUtil.applyFieldDeclaration(FieldDeclaration declaration,
Object target)
|
static boolean |
ClassDelegateUtil.fieldTypeCompatible(FieldDeclaration declaration,
Field field)
|
| Method parameters in org.camunda.bpm.engine.impl.util with type arguments of type FieldDeclaration | |
|---|---|
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 | |
|---|---|
List<FieldDeclaration> |
DelegateExpressionCaseVariableListener.getFieldDeclarations()
|
| Constructor parameters in org.camunda.bpm.engine.impl.variable.listener with type arguments of type FieldDeclaration | |
|---|---|
ClassDelegateCaseVariableListener(Class<?> clazz,
List<FieldDeclaration> fieldDeclarations)
|
|
ClassDelegateCaseVariableListener(String className,
List<FieldDeclaration> fieldDeclarations)
|
|
DelegateExpressionCaseVariableListener(Expression expression,
List<FieldDeclaration> fieldDeclarations)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||