Uses of Interface
com.filenet.api.collection.AccessPermissionDescriptionList

Packages that use AccessPermissionDescriptionList
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.events Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to extend Content Engine functionality and invoke it through the event mechanism. 
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data. 
 

Uses of AccessPermissionDescriptionList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return AccessPermissionDescriptionList
 AccessPermissionDescriptionList ClassDefinition.get_DefaultInstancePermissionDescriptions()
          Returns the value of the DefaultInstancePermissionDescriptions property.
 

Uses of AccessPermissionDescriptionList in com.filenet.api.core
 

Methods in com.filenet.api.core that return AccessPermissionDescriptionList
 AccessPermissionDescriptionList Domain.get_PermissionDescriptions()
          Returns the value of the PermissionDescriptions property.
 

Uses of AccessPermissionDescriptionList in com.filenet.api.events
 

Methods in com.filenet.api.events that return AccessPermissionDescriptionList
 AccessPermissionDescriptionList DocumentState.get_TemplatePermissionDescriptions()
          Returns the value of the TemplatePermissionDescriptions property.
 

Uses of AccessPermissionDescriptionList in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return AccessPermissionDescriptionList
 AccessPermissionDescriptionList ClassDescription.get_PermissionDescriptions()
          Returns the value of the PermissionDescriptions property.
 

Uses of AccessPermissionDescriptionList in com.filenet.api.security
 

Methods in com.filenet.api.security that return AccessPermissionDescriptionList
 AccessPermissionDescriptionList SecurityTemplate.get_TemplatePermissionDescriptions()
          Returns the value of the TemplatePermissionDescriptions property.
 



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