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