Returns a SyncObjectList
object with an array of SyncObject
s inside representing groups.
A SyncObjectList
object containing SyncObject
s that represent groups.
The portal will continue calling GetGroups
until it receives a SyncObjectList
with the isDone
flag set to true. If the ISyncProvider
implementation returns these SyncObject
s in batches, it must maintain state internally and return isDone=false
until the last batch.
Exception Type | Condition |
---|---|
ServiceException | An error occurred. |
ISyncProvider Interface | Plumtree.Remote.Auth Namespace