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

Packages that use SubsystemConfigurationList
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
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. 
 

Uses of SubsystemConfigurationList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return SubsystemConfigurationList
 SubsystemConfigurationList ServerInstance.get_SubsystemConfigurations()
          Returns the value of the SubsystemConfigurations property.
 SubsystemConfigurationList Site.get_SubsystemConfigurations()
          Returns the value of the SubsystemConfigurations property.
 SubsystemConfigurationList VirtualServer.get_SubsystemConfigurations()
          Returns the value of the SubsystemConfigurations property.
 

Methods in com.filenet.api.admin with parameters of type SubsystemConfigurationList
 void ServerInstance.set_SubsystemConfigurations(SubsystemConfigurationList value)
          Sets the value of the SubsystemConfigurations property.
 void Site.set_SubsystemConfigurations(SubsystemConfigurationList value)
          Sets the value of the SubsystemConfigurations property.
 void VirtualServer.set_SubsystemConfigurations(SubsystemConfigurationList value)
          Sets the value of the SubsystemConfigurations property.
 

Uses of SubsystemConfigurationList in com.filenet.api.collection
 

Subinterfaces of SubsystemConfigurationList in com.filenet.api.collection
 interface AsyncProcessingConfigurationList
          Represents a collection of AsyncProcessingConfiguration objects.
 interface CFSImportAgentConfigurationList
          Represents a collection of CFSImportAgentConfiguration objects.
 interface ContentCacheConfigurationList
          Represents a collection of ContentCacheConfiguration objects.
 interface ContentConfigurationList
          Represents a collection of ContentConfiguration objects.
 interface ImageServicesImportAgentConfigurationList
          Represents a collection of ImageServicesImportAgentConfiguration objects.
 interface PublishingConfigurationList
          Represents a collection of PublishingConfiguration objects.
 interface ReplicationConfigurationList
          Represents a collection of ReplicationConfiguration objects.
 interface ServerCacheConfigurationList
          Represents a collection of ServerCacheConfiguration objects.
 interface TraceLoggingConfigurationList
          Represents a collection of TraceLoggingConfiguration objects.
 interface VerityServerConfigurationList
          Represents a collection of VerityServerConfiguration objects.
 

Uses of SubsystemConfigurationList in com.filenet.api.core
 

Methods in com.filenet.api.core that return SubsystemConfigurationList
static SubsystemConfigurationList Factory.SubsystemConfiguration.createList()
          Creates a new instance of this collection class.
 SubsystemConfigurationList Domain.get_SubsystemConfigurations()
          Returns the value of the SubsystemConfigurations property.
 

Methods in com.filenet.api.core with parameters of type SubsystemConfigurationList
 void Domain.set_SubsystemConfigurations(SubsystemConfigurationList value)
          Sets the value of the SubsystemConfigurations property.
 



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