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.AsyncBeforeUpdateActivityImpl. delegateAsyncBeforeUpdateThe 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.AsyncBeforeUpdateActivityImpl. getDelegateAsyncBeforeUpdate()Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type ActivityImpl.AsyncBeforeUpdate Modifier and Type Method Description voidActivityImpl. setDelegateAsyncBeforeUpdate(ActivityImpl.AsyncBeforeUpdate delegateAsyncBeforeUpdate)
-