public class Forward extends VoidOperation
Constructor and Description |
---|
Forward(com.lexmark.saperion.workflow.TaskReferenceType taskReference,
int transitionId,
List<com.lexmark.saperion.administration.ActorReferenceType> recipients,
String comment)
Creates a new Forward.
|
Forward(com.lexmark.saperion.workflow.TaskReferenceType taskReference,
int transitionId,
List<com.lexmark.saperion.administration.ActorReferenceType> recipients,
String comment,
int workingTime,
boolean sync)
Creates a new Forward.
|
Modifier and Type | Method and Description |
---|---|
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invoke
beforeInvoke, getClientToken, mapException
public Forward(com.lexmark.saperion.workflow.TaskReferenceType taskReference, int transitionId, List<com.lexmark.saperion.administration.ActorReferenceType> recipients, String comment, int workingTime, boolean sync)
taskReference
- the reference to the tasktransitionId
- the id of the transition to userecipients
- the list of recipients if requiredcomment
- the comment that will be shown in the task's historyworkingTime
- the working time for the current step for statisticssync
- wait for the workflow-operation to complete or notpublic Forward(com.lexmark.saperion.workflow.TaskReferenceType taskReference, int transitionId, List<com.lexmark.saperion.administration.ActorReferenceType> recipients, String comment)
taskReference
- the reference to the tasktransitionId
- the id of the transition to userecipients
- the list of recipients if requiredcomment
- the comment that will be shown in the task's historyprotected void voidInvoke() throws Exception
VoidOperation
voidInvoke
in class VoidOperation
Exception
- exception when invoking this operationCopyright © 2016 SAPERION AG. All rights reserved.