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

Packages that use AccessPermissionList
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 AccessPermissionList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return AccessPermissionList
 AccessPermissionList ClassDefinition.get_DefaultInstancePermissions()
          Returns the value of the DefaultInstancePermissions property.
 AccessPermissionList ChoiceList.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList ClassDefinition.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList IndexArea.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList IndexJob.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList PropertyTemplate.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList StorageArea.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList StoragePolicy.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList TableDefinition.get_Permissions()
          Returns the value of the Permissions property.
 

Methods in com.filenet.api.admin with parameters of type AccessPermissionList
 void ClassDefinition.set_DefaultInstancePermissions(AccessPermissionList value)
          Sets the value of the DefaultInstancePermissions property.
 void ChoiceList.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void ClassDefinition.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void IndexArea.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void IndexJob.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void PropertyTemplate.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void StorageArea.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void StoragePolicy.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void TableDefinition.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 

Uses of AccessPermissionList in com.filenet.api.core
 

Methods in com.filenet.api.core that return AccessPermissionList
static AccessPermissionList Factory.AccessPermission.createList()
          Creates a new instance of this collection class.
 AccessPermissionList Annotation.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList Containable.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList Domain.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList Link.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList ObjectStore.get_Permissions()
          Returns the value of the Permissions property.
 

Methods in com.filenet.api.core with parameters of type AccessPermissionList
 void Annotation.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void Containable.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void Domain.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void Link.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void ObjectStore.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 

Uses of AccessPermissionList in com.filenet.api.events
 

Methods in com.filenet.api.events that return AccessPermissionList
 AccessPermissionList Action.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList ActionConsumer.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList Event.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList DocumentState.get_TemplatePermissions()
          Returns the value of the TemplatePermissions property.
 

Methods in com.filenet.api.events with parameters of type AccessPermissionList
 void Action.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void ActionConsumer.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void Event.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void DocumentState.set_TemplatePermissions(AccessPermissionList value)
          Sets the value of the TemplatePermissions property.
 

Uses of AccessPermissionList in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return AccessPermissionList
 AccessPermissionList ClassDescription.get_DefaultInstancePermissions()
          Returns the value of the DefaultInstancePermissions property.
 

Uses of AccessPermissionList in com.filenet.api.security
 

Methods in com.filenet.api.security that return AccessPermissionList
 AccessPermissionList Marking.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList SecurityPolicy.get_Permissions()
          Returns the value of the Permissions property.
 AccessPermissionList SecurityTemplate.get_TemplatePermissions()
          Returns the value of the TemplatePermissions property.
 

Methods in com.filenet.api.security with parameters of type AccessPermissionList
 void Marking.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void SecurityPolicy.set_Permissions(AccessPermissionList value)
          Sets the value of the Permissions property.
 void SecurityTemplate.set_TemplatePermissions(AccessPermissionList value)
          Sets the value of the TemplatePermissions property.
 



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