com.filenet.api.collection
Interface SubsystemConfigurationList
-
- All Superinterfaces:
- java.util.Collection, DependentObjectList, EngineCollection, java.lang.Iterable, java.util.List, java.io.Serializable
- All Known Subinterfaces:
- AsyncProcessingConfigurationList, CFSImportAgentConfigurationList, ContentCacheConfigurationList, ContentConfigurationList, ImageServicesImportAgentConfigurationList, PublishingConfigurationList, ReplicationConfigurationList, ServerCacheConfigurationList, TraceLoggingConfigurationList, VerityServerConfigurationList
public interface SubsystemConfigurationList extends EngineCollection, DependentObjectList
Represents a collection ofSubsystemConfigurationobjects. The elements of this collection are the configuration objects available on the objects of the server hierarchy (Domain,Site,VirtualServer, andServerInstance).You can create a new, empty instance of this collection by calling
createList()on a "host"Site,VirtualServer, orServerInstanceindependent object. You can then add instances ofSubsystemConfigurationobjects to the collection.For
Domain, the Content Engine server automatically generatesSubsystemConfigurationinstances and pre-fills theSubsystemConfigurationListproperty of theDomainobject when the FileNet P8 domain is created. This pre-filled list cannot be modified (you cannot add or delete elements), although the objects within the list can be modified.You can call
get_SubsystemConfigurationsto retrieve theSubsystemConfigurationListfrom the "host" independent object.
-
-
Method Summary
-
Methods inherited from interface com.filenet.api.collection.EngineCollection
isEmpty, iterator
-
-