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

Packages that use SecurityProxyType
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
 

Uses of SecurityProxyType in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return SecurityProxyType
 SecurityProxyType PropertyDefinitionObject.get_SecurityProxyType()
          Returns the value of the SecurityProxyType property.
 SecurityProxyType PropertyTemplateObject.get_SecurityProxyType()
          Returns the value of the SecurityProxyType property.
 

Methods in com.filenet.api.admin with parameters of type SecurityProxyType
 void PropertyTemplateObject.set_SecurityProxyType(SecurityProxyType value)
          Sets the value of the SecurityProxyType property.
 

Uses of SecurityProxyType in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as SecurityProxyType
static SecurityProxyType SecurityProxyType.FULL
          Delegates security to a proxy object.
static SecurityProxyType SecurityProxyType.INHERITANCE
          Inherits security from a parent object.
static SecurityProxyType SecurityProxyType.NONE
          No security proxy behavior is associated with the described property.
 

Methods in com.filenet.api.constants that return SecurityProxyType
static SecurityProxyType SecurityProxyType.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of SecurityProxyType in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return SecurityProxyType
 SecurityProxyType PropertyDescriptionObject.get_SecurityProxyType()
          Returns the value of the SecurityProxyType property.
 



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