|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubsystemConfigurationList
Represents a collection of SubsystemConfiguration
objects. The elements of this
collection are the configuration objects available on the objects of the server hierarchy (Domain
,
Site
, VirtualServer
, and ServerInstance
).
You can create a new, empty instance of this collection by calling createList()
on a
"host" Site
, VirtualServer
, or ServerInstance
independent object. You can
then add instances of SubsystemConfiguration
objects to the collection.
For Domain
, the Content Engine server
automatically generates SubsystemConfiguration
instances and pre-fills the SubsystemConfigurationList
property of the Domain
object 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_SubsystemConfigurations
to retrieve the SubsystemConfigurationList
from the "host" independent object.
Method Summary |
---|
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |