com.filenet.api.collection
Interface DirectoryConfigurationList

All Superinterfaces:
java.util.Collection, DependentObjectList, EngineCollection, java.lang.Iterable, java.util.List, java.io.Serializable
All Known Subinterfaces:
CmDirectoryConfigurationOIDList, DirectoryConfigurationAdamList, DirectoryConfigurationADList, DirectoryConfigurationCAList, DirectoryConfigurationIBMList, DirectoryConfigurationNovellList, DirectoryConfigurationSunOneList

public interface DirectoryConfigurationList
extends EngineCollection, DependentObjectList

Specifies the collection of DirectoryConfiguration objects defined for a given FileNet P8 domain.

To create a new, empty instance of this class, call Factory.DirectoryConfiguration.createList(). Then create one or more DirectoryConfiguration objects, set their properties, and add the objects to this list. To associate the set of DirectoryConfiguration objects to the FileNet P8 domain, set the DirectoryConfigurations property on the Domain object in this manner, where dcList is the value of the DirectoryConfigurationList property:

 domain.set_DirectoryConfigurations(dcList);
 domain.save(RefreshMode.REFRESH);


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
 



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