Uses of Interface
org.camunda.bpm.engine.delegate.JavaDelegate
-
Packages that use JavaDelegate Package Description org.camunda.bpm.engine.impl.bpmn.behavior org.camunda.bpm.engine.impl.bpmn.delegate -
-
Uses of JavaDelegate in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as JavaDelegate Modifier and Type Field Description protected JavaDelegateServiceTaskJavaDelegateActivityBehavior. javaDelegateConstructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type JavaDelegate Constructor Description ServiceTaskJavaDelegateActivityBehavior(JavaDelegate javaDelegate) -
Uses of JavaDelegate in org.camunda.bpm.engine.impl.bpmn.delegate
Fields in org.camunda.bpm.engine.impl.bpmn.delegate declared as JavaDelegate Modifier and Type Field Description protected JavaDelegateJavaDelegateInvocation. delegateInstanceConstructors in org.camunda.bpm.engine.impl.bpmn.delegate with parameters of type JavaDelegate Constructor Description JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
-