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

Packages that use DependentObjectList
com.filenet.api.collection Provides type-safe interfaces related to collections of objects. 
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
com.filenet.api.property Provides classes and interfaces related to Content Engine object properties. 
 

Uses of DependentObjectList in com.filenet.api.collection
 

Subinterfaces of DependentObjectList in com.filenet.api.collection
 interface AccessPermissionDescriptionList
          Represents a collection of AccessPermissionDescription objects.
 interface AccessPermissionList
          Represents a collection of AccessPermission objects.
 interface ActiveMarkingList
          Represents a collection of ActiveMarking objects.
 interface AddOnInstallationRecordList
          Represents a collection of AddOnInstallationRecord objects.
 interface ApplicationSecurityTemplateList
          Represents a collection of ApplicationSecurityTemplate objects.
 interface AsyncProcessingConfigurationList
          Represents a collection of AsyncProcessingConfiguration objects.
 interface AuditDefinitionList
          Represents a collection of AuditDefinitionList objects.
 interface CenteraSiteSettingsList
          Represents a collection of CenteraSiteSettings objects.
 interface CFSImportAgentConfigurationList
          Represents a collection of CFSImportAgentConfiguration objects.
 interface CFSSiteSettingsList
          Represents a collection of CFSSiteSettings objects.
 interface ChoiceList
          Represents a collection of Choice objects.
 interface CmDirectoryConfigurationOIDList
          Collection comment TBD
 interface ColumnDefinitionList
          Represents a collection of ColumnDefinition objects.
 interface ContentCacheConfigurationList
          Represents a collection of ContentCacheConfiguration objects.
 interface ContentConfigurationList
          Represents a collection of ContentConfiguration objects.
 interface ContentElementList
          Represents a collection of objects, each of which is either a ContentReference or a ContentTransfer object.
 interface ContentReferenceList
          Represents a collection of ContentReference objects.
 interface ContentTransferList
          Represents a collection of ContentTransfer objects.
 interface DirectoryConfigurationAdamList
          Contains the group of DirectoryConfigurationAdam objects defined for a given FileNet P8 domain.
 interface DirectoryConfigurationADList
          Contains the group of DirectoryConfigurationAD objects defined for a given FileNet P8 domain.
 interface DirectoryConfigurationCAList
          This interface is not supported.
 interface DirectoryConfigurationIBMList
          Contains the group of DirectoryConfigurationIBM objects defined for a given FileNet P8 domain.
 interface DirectoryConfigurationList
          Specifies the collection of DirectoryConfiguration objects defined for a given FileNet P8 domain.
 interface DirectoryConfigurationNovellList
          Contains the group of DirectoryConfigurationNovell objects defined for a given FileNet P8 domain.
 interface DirectoryConfigurationSunOneList
          Contains the group of DirectoryConfigurationSunOne objects defined for a given FileNet P8 domain.
 interface DiscretionaryPermissionList
          Represents a collection of DiscretionaryPermission objects.
 interface DocumentStateList
          Represents a collection of DocumentState objects.
 interface ExternalAliasList
          Represents a collection of ExternalAlias objects.
 interface ExternalClassAliasList
          Represents a collection of ExternalClassAlias objects.
 interface ExternalIdentityList
          Represents a collection of ExternalIdentity objects.
 interface ExternalParticipantList
          This interface is not supported.
 interface ExternalPropertyAliasList
          Represents a collection of ExternalPropertyAlias objects.
 interface ExternalPropertyDescriptionList
          Represents a collection of ExternalPropertyDescription objects.
 interface ImageServicesClassDescriptionList
          Represents a collection of ImageServicesClassDescription objects.
 interface ImageServicesImportAgentConfigurationList
          Represents a collection of ImageServicesImportAgentConfiguration objects.
 interface ImageServicesPropertyDescriptionList
          Represents a collection of ImageServicesPropertyDescription objects.
 interface ImageServicesSiteSettingsList
          Represents a collection of ImageServicesSiteSettings objects.
 interface IndexJobClassItemList
          Represents a collection of IndexJobClassItem objects.
 interface IndexJobCollectionItemList
          Represents a collection of IndexJobCollectionItem objects.
 interface IndexJobItemList
          Represents a collection of IndexJobItem objects.
 interface IndexJobSingleItemList
          Represents a collection of IndexJobSingleItem objects.
 interface LocalizedStringList
          Represents a collection of LocalizedString objects.
 interface MarkingList
          Represents a collection of Marking objects.
 interface ObjectStoreParticipantList
          Represents a collection of ObjectStoreParticipant objects.
 interface PermissionDescriptionList
          Represents a collection of PermissionDescription objects.
 interface PermissionList
          Represents a collection of Permission objects.
 interface PropertyDefinitionBinaryList
          Represents a collection of PropertyDefinitionBinary objects.
 interface PropertyDefinitionBooleanList
          Represents a collection of PropertyDefinitionBoolean objects.
 interface PropertyDefinitionDateTimeList
          Represents a collection of PropertyDefinitionDateTime objects.
 interface PropertyDefinitionFloat64List
          Represents a collection of PropertyDefinitionFloat64 objects.
 interface PropertyDefinitionIdList
          Represents a collection of PropertyDefinitionId objects.
 interface PropertyDefinitionInteger32List
          Represents a collection of PropertyDefinitionInteger32 objects.
 interface PropertyDefinitionList
          Represents a collection of objects, each of which is an instance of a PropertyDefinition subclass (PropertyDefinitionBinary, PropertyDefinitionBoolean, and so on).
 interface PropertyDefinitionObjectList
          Represents a collection of PropertyDefinitionObject objects.
 interface PropertyDefinitionStringList
          Represents a collection of PropertyDefinitionString objects.
 interface PropertyDescriptionBinaryList
          Represents a collection of PropertyDescriptionBinary objects.
 interface PropertyDescriptionBooleanList
          Represents a collection of PropertyDescriptionBoolean objects.
 interface PropertyDescriptionDateTimeList
          Represents a collection of PropertyDescriptionDateTime objects.
 interface PropertyDescriptionFloat64List
          Represents a collection of PropertyDescriptionFloat64 objects.
 interface PropertyDescriptionIdList
          Represents a collection of PropertyDescriptionId objects.
 interface PropertyDescriptionInteger32List
          Represents a collection of PropertyDescriptionInteger32 objects.
 interface PropertyDescriptionList
          Represents a collection of objects, each of which is an instance of a PropertyDescription subclass (PropertyDescriptionBinary, PropertyDescriptionBoolean, and so on).
 interface PropertyDescriptionObjectList
          Represents a collection of PropertyDescriptionObject objects.
 interface PropertyDescriptionStringList
          Represents a collection of PropertyDescriptionString objects.
 interface PublishingConfigurationList
          Represents a collection of PublishingConfiguration objects.
 interface ReplicationConfigurationList
          Represents a collection of ReplicationConfiguration objects.
 interface ReplicationParticipantList
          Represents a collection of ReplicationParticipant objects.
 interface SecurityTemplateList
          Represents a collection of SecurityTemplate objects.
 interface ServerCacheConfigurationList
          Represents a collection of ServerCacheConfiguration objects.
 interface SiteSettingsList
          Represents a collection of subclassed SiteSettings objects.
 interface SubscribedEventList
          Represents a collection of SubscribedEvent objects.
 interface SubsystemConfigurationList
          Represents a collection of SubsystemConfiguration objects.
 interface TraceLoggingConfigurationList
          Represents a collection of TraceLoggingConfiguration objects.
 interface VerityCollectionList
          Represents a collection of VerityCollection objects.
 interface VerityServerConfigurationList
          Represents a collection of VerityServerConfiguration objects.
 interface VersioningSecurityTemplateList
          Represents a collection of VersioningSecurityTemplate objects.
 

Uses of DependentObjectList in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return DependentObjectList
 DependentObjectList PropertyDescriptionObject.get_PropertySelectionsObject()
          Returns the value of the PropertySelectionsObject property.
 

Uses of DependentObjectList in com.filenet.api.property
 

Methods in com.filenet.api.property that return DependentObjectList
 DependentObjectList PropertyDependentObjectList.fetchDependentObjectListValue(PropertyFilter filter)
          Retrieves the value of this PropertyDependentObjectList property by making a roundtrip to the server using an optional property filter.
 DependentObjectList Property.getDependentObjectListValue()
          Returns the list of values held by the Content Engine property collection represented by this PropertyDependentObjectList object.
 DependentObjectList Properties.getDependentObjectListValue(java.lang.String propertyName)
          Locates a PropertyDependentObjectList property by name in this Properties collection and returns the value it holds.
 

Methods in com.filenet.api.property with parameters of type DependentObjectList
 void Properties.putValue(java.lang.String propertyName, DependentObjectList value)
          Creates or updates a PropertyDependentObjectList instance in this Properties collection.
 void PropertyDependentObjectList.setValue(DependentObjectList val)
          Sets the value of this Content Engine property.
 



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