Package org.nuxeo.client.objects.task
Class TaskCompletionRequest
- java.lang.Object
-
- org.nuxeo.client.objects.Entity
-
- org.nuxeo.client.objects.task.TaskCompletionRequest
-
- All Implemented Interfaces:
java.io.Serializable
public class TaskCompletionRequest extends Entity
- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcommentprotected java.lang.StringtaskIdNot design to be used.-
Fields inherited from class org.nuxeo.client.objects.Entity
entityType
-
-
Constructor Summary
Constructors Constructor Description TaskCompletionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()java.util.Map<java.lang.String,java.lang.Object>getVariables()voidsetComment(java.lang.String comment)voidsetVariables(java.util.Map<java.lang.String,java.lang.Object> variables)-
Methods inherited from class org.nuxeo.client.objects.Entity
getEntityType
-
-
-
-
Method Detail
-
getComment
public java.lang.String getComment()
-
setComment
public void setComment(java.lang.String comment)
-
setVariables
public void setVariables(java.util.Map<java.lang.String,java.lang.Object> variables)
-
getVariables
public java.util.Map<java.lang.String,java.lang.Object> getVariables()
-
-