|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.engine.PrincipalInfoSet
public class PrincipalInfoSet
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 |
---|
public PrincipalInfoSet()
Method Detail |
---|
public java.lang.String getContinueFrom()
public void setContinueFrom(java.lang.String continueFrom)
continueFrom
- public boolean isGroup()
public void setGroup(boolean isGroup)
isGroup
- public PrincipalInfo[] getPrincipalInfos()
public void setPrincipalInfos(PrincipalInfo[] principalsInfos)
principalsInfos
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |