|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lombardisoftware.webapi.TaskSyncItem
public class TaskSyncItem
A TaskSyncItem indicates to the client what should be done to synchronize their a task in a task list with the result of the saved search.
Constructor Summary | |
---|---|
TaskSyncItem()
|
|
TaskSyncItem(TaskSyncAction action,
Task task,
long taskId)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
TaskSyncAction |
getAction()
Gets the action value for this TaskSyncItem. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
Task |
getTask()
Gets the task value for this TaskSyncItem. |
long |
getTaskId()
Gets the taskId value for this TaskSyncItem. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAction(TaskSyncAction action)
Sets the action value for this TaskSyncItem. |
void |
setTask(Task task)
Sets the task value for this TaskSyncItem. |
void |
setTaskId(long taskId)
Sets the taskId value for this TaskSyncItem. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskSyncItem()
public TaskSyncItem(TaskSyncAction action, Task task, long taskId)
Method Detail |
---|
public TaskSyncAction getAction()
public void setAction(TaskSyncAction action)
action
- * Can be either ADD, UPDATE, or REMOVE. If the value is ADD
or UPDATE, then the
TaskId and Task elements will be populated and the client
can update their copy
of the task from this object. If the value is DELETE,
then only TaskId will be
populated and the client should remove this task from
their task list.public Task getTask()
public void setTask(Task task)
task
- * The task to ADD or UPDATE. Missing or nil if the action is
REMOVE.public long getTaskId()
public void setTaskId(long taskId)
taskId
- * The environment specific identifier for the taskpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |