com.plumtree.remote.auth
Class ChildUserList

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

public class ChildUserList
extends java.lang.Object

A wrapper for an array of ChildUser objects. This object also contains a boolean flag that indicates whether or not this is the complete list of ChildUsers to be returned from the IGroup implementation.


Constructor Summary
ChildUserList(ChildUser[] list)
          Constructor that populates this object with an array of ChildUsers and indicates that this is the complete list of ChildUsers to be returned.
ChildUserList(ChildUser[] list, boolean isDone)
          Constructor which populates this object with an array of ChildUsers and indicates whether or not this is the last list of ChildUsers to be returned.
 
Method Summary
 ChildUser[] getChildUsers()
          Gets the list of ChildUsers.
 boolean getDone()
          Gets the boolean isDone flag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildUserList

public ChildUserList(ChildUser[] list)
Constructor that populates this object with an array of ChildUsers and indicates that this is the complete list of ChildUsers to be returned.

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

ChildUserList

public ChildUserList(ChildUser[] list,
                     boolean isDone)
Constructor which populates this object with an array of ChildUsers and indicates whether or not this is the last list of ChildUsers to be returned.

Parameters:
list - the list of ChildUsers to be returned to the portal. Null lists are treated as zero-length ChildUser arrays.
isDone - whether this is the last list of ChildUsers to be returned
Method Detail

getChildUsers

public ChildUser[] getChildUsers()
Gets the list of ChildUsers.

Returns:
an array of ChildUser objects

getDone

public boolean getDone()
Gets the boolean isDone flag.

Returns:
true if this is the complete list of ChildUsers returned by the 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.