|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface that allows a synchronization service to query for the users and groups under a group.
| Method Summary | |
ChildGroupList |
getChildGroups()
Returns a ChildGroupList object with an array of ChildGroups inside. |
ChildUserList |
getChildUsers()
Returns a ChildUserList object with an array of ChildUsers inside. |
| Method Detail |
public ChildGroupList getChildGroups()
throws ServiceException
ChildGroupList object with an array of ChildGroups inside.
The portal will continue calling getChildGroups until it receives a
ChildGroupList with the isDone flag set to true.
This is done using the constructor ChildGroupList(ChildGroup[] list, boolean isDone)
If the IGroup
implementation returns the ChildGroups in batches, it must
maintain state internally and return isDone=false until the last
batch.
ChildGroupList object containing ChildGroups
ServiceException - if an error occurredChildGroupList
public ChildUserList getChildUsers()
throws ServiceException
ChildUserList object with an array of ChildUsers inside.
The portal will continue calling getChildUsers until it receives a
ChildUserList with the isDone flag set to true.
This is done using the constructor ChildUserList(ChildUser[] list, boolean isDone)
If the IUser
implementation returns the ChildUsers in batches, it must
maintain state internally and return isDone=false until the last
batch.
ChildUserList object containing ChildUsers
ServiceException - if an error occurredChildUserList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.