com.filenet.api.engine
Class PrincipalInfoSet

java.lang.Object
  extended by com.filenet.api.engine.PrincipalInfoSet

public class PrincipalInfoSet
extends java.lang.Object

For Internal Use Only. Represents the collection of principals (users and groups) for a given realm.


Constructor Summary
PrincipalInfoSet()
           
 
Method Summary
 java.lang.String getContinueFrom()
          For Internal Use Only.
 PrincipalInfo[] getPrincipalInfos()
          For Internal Use Only.
 boolean isGroup()
          For Internal Use Only.
 void setContinueFrom(java.lang.String continueFrom)
          For Internal Use Only.
 void setGroup(boolean isGroup)
          For Internal Use Only.
 void setPrincipalInfos(PrincipalInfo[] principalsInfos)
          For Internal Use Only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalInfoSet

public PrincipalInfoSet()
Method Detail

getContinueFrom

public java.lang.String getContinueFrom()
For Internal Use Only.


setContinueFrom

public void setContinueFrom(java.lang.String continueFrom)
For Internal Use Only.

Parameters:
continueFrom -

isGroup

public boolean isGroup()
For Internal Use Only.


setGroup

public void setGroup(boolean isGroup)
For Internal Use Only.

Parameters:
isGroup -

getPrincipalInfos

public PrincipalInfo[] getPrincipalInfos()
For Internal Use Only. Returns PrincipalInfo array.


setPrincipalInfos

public void setPrincipalInfos(PrincipalInfo[] principalsInfos)
For Internal Use Only.

Parameters:
principalsInfos -


© Copyright IBM Corporation 2006, 2009. All rights reserved.