public interface IWorklistMonitor
ServiceLoader.| Modifier and Type | Method and Description |
|---|---|
void |
addedToWorklist(org.eclipse.stardust.engine.api.model.IParticipant participant,
org.eclipse.stardust.engine.core.runtime.beans.IActivityInstance activityInstance)
Will be called at the end of transaction when the currentPerformer of activity instance has changed and is not null.
|
void |
removedFromWorklist(org.eclipse.stardust.engine.api.model.IParticipant participant,
org.eclipse.stardust.engine.core.runtime.beans.IActivityInstance activityInstance)
Will be called at the end of transaction when previousPerformer of activity instance has changed and is not null.
|
void addedToWorklist(org.eclipse.stardust.engine.api.model.IParticipant participant,
org.eclipse.stardust.engine.core.runtime.beans.IActivityInstance activityInstance)
participant - the participant to whose worklist the activity instance has been added.activityInstance - the activity instance which is affected.void removedFromWorklist(org.eclipse.stardust.engine.api.model.IParticipant participant,
org.eclipse.stardust.engine.core.runtime.beans.IActivityInstance activityInstance)
participant - the participant from whose worklist the activity instance has been removed.activityInstance - the activity instance which is affected.Copyright © 2016 Eclipse Stardust. All Rights Reserved.