|
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.TaskListSyncOutput
public class TaskListSyncOutput
A TaskListSyncOutput contains the lists of changes the client needs to synchronize their task list for a saved search with the current state on the server.
Constructor Summary | |
---|---|
TaskListSyncOutput()
|
|
TaskListSyncOutput(long savedSearchId,
java.util.Calendar syncDate,
TaskSyncItem[] taskSyncItems)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
long |
getSavedSearchId()
Gets the savedSearchId value for this TaskListSyncOutput. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.util.Calendar |
getSyncDate()
Gets the syncDate value for this TaskListSyncOutput. |
TaskSyncItem[] |
getTaskSyncItems()
Gets the taskSyncItems value for this TaskListSyncOutput. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setSavedSearchId(long savedSearchId)
Sets the savedSearchId value for this TaskListSyncOutput. |
void |
setSyncDate(java.util.Calendar syncDate)
Sets the syncDate value for this TaskListSyncOutput. |
void |
setTaskSyncItems(TaskSyncItem[] taskSyncItems)
Sets the taskSyncItems value for this TaskListSyncOutput. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskListSyncOutput()
public TaskListSyncOutput(long savedSearchId, java.util.Calendar syncDate, TaskSyncItem[] taskSyncItems)
Method Detail |
---|
public long getSavedSearchId()
public void setSavedSearchId(long savedSearchId)
savedSearchId
- * The environment specific identifier for the saved search to
synchronizepublic java.util.Calendar getSyncDate()
public void setSyncDate(java.util.Calendar syncDate)
syncDate
- * The date the server executed the saved search. The client
can store this value as the
last synchronization date for the saved search if desired.public TaskSyncItem[] getTaskSyncItems()
public void setTaskSyncItems(TaskSyncItem[] taskSyncItems)
taskSyncItems
- * An array of task list synchronization items for the client
to process to synchronize their
task list for the saved search.public 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 |