com.plumtree.remote.auth
Class ChildGroupList

java.lang.Object
  extended bycom.plumtree.remote.auth.ChildGroupList

public class ChildGroupList
extends java.lang.Object

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

ChildGroupList

public 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.

Parameters:
list - the list of ChildGroups to be returned to the portal

ChildGroupList

public 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.

Parameters:
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

getChildGroups

public ChildGroup[] getChildGroups()
Gets the list of ChildGroups.

Returns:
an array of ChildGroup objects

getDone

public boolean getDone()
Returns:
true if this is the complete list of ChildGroups returned by an IGroup implementation


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.