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

Packages that use SecurityTemplateList
com.filenet.api.collection Provides type-safe interfaces related to collections of objects. 
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.security Provides interfaces related to authentication, authorization, and user- and group-specific data. 
 

Uses of SecurityTemplateList in com.filenet.api.collection
 

Subinterfaces of SecurityTemplateList in com.filenet.api.collection
 interface ApplicationSecurityTemplateList
          Represents a collection of ApplicationSecurityTemplate objects.
 interface VersioningSecurityTemplateList
          Represents a collection of VersioningSecurityTemplate objects.
 

Uses of SecurityTemplateList in com.filenet.api.core
 

Methods in com.filenet.api.core that return SecurityTemplateList
static SecurityTemplateList Factory.SecurityTemplate.createList()
          Creates a new instance of this collection class.
 

Uses of SecurityTemplateList in com.filenet.api.security
 

Methods in com.filenet.api.security that return SecurityTemplateList
 SecurityTemplateList SecurityPolicy.get_SecurityTemplates()
          Returns the value of the SecurityTemplates property.
 

Methods in com.filenet.api.security with parameters of type SecurityTemplateList
 void SecurityPolicy.set_SecurityTemplates(SecurityTemplateList value)
          Sets the value of the SecurityTemplates property.
 



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