public class AcquireOwnership extends VoidOperation
Constructor and Description |
---|
AcquireOwnership(com.lexmark.saperion.workflow.TaskReferenceType taskReference,
String comment)
Creates a new AcquireOwnership operation.
|
AcquireOwnership(com.lexmark.saperion.workflow.TaskReferenceType taskReference,
String comment,
int workingTime,
boolean sync)
Creates a new AcquireOwnership operation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invoke
beforeInvoke, getClientToken, mapException
public AcquireOwnership(com.lexmark.saperion.workflow.TaskReferenceType taskReference, String comment, int workingTime, boolean sync)
taskReference
- the reference to the task to acquirecomment
- the comment that will be shown in the task's historyworkingTime
- working time for the current step for statisticssync
- wait for the workflow operation to complete or notpublic AcquireOwnership(com.lexmark.saperion.workflow.TaskReferenceType taskReference, String comment)
taskReference
- the reference to the task to acquirecomment
- 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.