Uses of Interface
org.camunda.bpm.engine.impl.pvm.process.ActivityImpl.AsyncBeforeUpdate
-
Packages that use ActivityImpl.AsyncBeforeUpdate Package Description org.camunda.bpm.engine.impl.pvm.process -
-
Uses of ActivityImpl.AsyncBeforeUpdate in org.camunda.bpm.engine.impl.pvm.process
Fields in org.camunda.bpm.engine.impl.pvm.process declared as ActivityImpl.AsyncBeforeUpdate Modifier and Type Field Description protected ActivityImpl.AsyncBeforeUpdate
ActivityImpl. delegateAsyncBeforeUpdate
The delegate for the async before attribute update.Methods in org.camunda.bpm.engine.impl.pvm.process that return ActivityImpl.AsyncBeforeUpdate Modifier and Type Method Description ActivityImpl.AsyncBeforeUpdate
ActivityImpl. getDelegateAsyncBeforeUpdate()
Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type ActivityImpl.AsyncBeforeUpdate Modifier and Type Method Description void
ActivityImpl. setDelegateAsyncBeforeUpdate(ActivityImpl.AsyncBeforeUpdate delegateAsyncBeforeUpdate)
-