com.filenet.api.engine

Class PrincipalInfoSet

  • java.lang.Object
    • 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

      Constructors 
      Constructor and Description
      PrincipalInfoSet() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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, 2013. All rights reserved.