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