Uses of Class
com.filenet.api.constants.SpecialPrincipal

Packages that use SpecialPrincipal
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
 

Uses of SpecialPrincipal in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as SpecialPrincipal
static SpecialPrincipal SpecialPrincipal.AUTHENTICATED_USERS
          Specifies a SpecialPrincipal that is a group of authenticated users.
static SpecialPrincipal SpecialPrincipal.CREATOR_OWNER
          Specifies a SpecialPrincipal that is the #CREATOR-OWNER account.
 

Methods in com.filenet.api.constants that return SpecialPrincipal
static SpecialPrincipal SpecialPrincipal.getInstanceFromString(java.lang.String value)
          Returns an instance of this class based on the specified value.
 



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