com.filenet.api.admin
Interface SubsystemConfiguration

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable
All Known Subinterfaces:
AsyncProcessingConfiguration, CFSImportAgentConfiguration, ContentCacheConfiguration, ContentConfiguration, ImageServicesImportAgentConfiguration, PublishingConfiguration, ReplicationConfiguration, ServerCacheConfiguration, TraceLoggingConfiguration, VerityServerConfiguration

public interface SubsystemConfiguration
extends EngineObject, DependentObject

Represents a configuration object related to a particular subsystem or functional area that can be configured relative to a server hierarchy. This interface is the superclass for configuration objects. For each object in the hierarchy, there are a number of associated configuration objects. Each of these configuration objects has one or more attributes defining various configuration options for a particular subsystem area (such as content cache, server caching, trace logging, and so on).

All of the configuration objects available on the objects of the server hierarchy (Domain, Site, VirtualServer, and ServerInstance) are represented as a collection of dependent objects (SubsystemConfigurationList). To access a SubsystemConfiguration object, call get_SubsystemConfigurations to retrieve the SubsystemConfigurationList from the "host" independent object.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject


Method Summary
 Id get_Id()
          Returns the value of the Id property.
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.



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