|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.auth.SyncObjectList
A wrapper for an array of SyncObjects. This object also contains
a boolean flag that indicates whether or not this is the complete list of SyncObjects
to be returned from the ISyncProvider implementation.
| Constructor Summary | |
SyncObjectList(SyncObject[] list)
Constructor that populates this object with an array of SyncObjects and
indicates that this is the complete list of SyncObjects to be returned. |
|
SyncObjectList(SyncObject[] list,
boolean isDone)
Constructor that populates this object with an array of SyncObjects and
indicates whether or not this is the last list of SyncObjects to be returned. |
|
| Method Summary | |
boolean |
getDone()
Gets the boolean isDone flag. |
SyncObject[] |
getSyncObjects()
Gets the list of SyncObjects. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SyncObjectList(SyncObject[] list)
SyncObjects and
indicates that this is the complete list of SyncObjects to be returned.
list - the list of SyncObjects to be returned to the portal
public SyncObjectList(SyncObject[] list,
boolean isDone)
SyncObjects and
indicates whether or not this is the last list of SyncObjects to be returned.
list - the list of SyncObjects to be returned to the portalisDone - whether or not this is the last list of SyncObjects to be returned| Method Detail |
public SyncObject[] getSyncObjects()
SyncObjects.
public boolean getDone()
isDone flag.
SyncObjects
returned by the ISyncProvider implementation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.