public class AddComment extends VoidOperation
Constructor and Description |
---|
AddComment(com.lexmark.saperion.workflow.TaskReferenceType taskReference,
String comment)
Creates a new AddComment operation.
|
AddComment(com.lexmark.saperion.workflow.TaskReferenceType taskReference,
String comment,
int level)
Creates a new AddComment operation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invoke
beforeInvoke, getClientToken, mapException
public AddComment(com.lexmark.saperion.workflow.TaskReferenceType taskReference, String comment, int level)
taskReference
- the reference to the taskcomment
- the comment to add to the tasklevel
- the level to add the comment topublic AddComment(com.lexmark.saperion.workflow.TaskReferenceType taskReference, String comment)
taskReference
- the reference to the taskcomment
- the comment to add to the taskprotected void voidInvoke() throws Exception
VoidOperation
voidInvoke
in class VoidOperation
Exception
- exception when invoking this operationCopyright © 2016 SAPERION AG. All rights reserved.