com.filenet.api.collection
Interface DependentObjectList
-
- All Superinterfaces:
- java.util.Collection, EngineCollection, java.lang.Iterable, java.util.List, java.io.Serializable
- All Known Subinterfaces:
- AccessPermissionDescriptionList, AccessPermissionList, ActiveMarkingList, AddOnInstallationRecordList, AuditDefinitionList, ChoiceList, CmAbstractDependentList, CmAbstractPermissionList, CmChangePreprocessorDefinitionList, CmElasticSearchIndexList, CmIdentityRuleList, CmIndexDefinitionList, CmIndexedColumnList, CmIndexPartitionConstraintList, CmLocalGroupMemberList, CmReplicaSynchronizationSiteSettingsList, CmRoleAccessDefinitionList, CmRoleMemberList, CmStorageDeviceConnectionList, CmTextIndexingPreprocessorDefinitionList, CmTextSearchIndexList, CmTextSearchPartitionPropertyList, CmTimeslotList, ColumnDefinitionList, ContentElementList, ContentTransferList, DirectoryConfigurationList, DiscretionaryPermissionList, DocumentStateList, ExternalAliasList, ExternalClassAliasList, ExternalIdentityList, ExternalPropertyAliasList, ExternalPropertyDescriptionList, ImageServicesClassDescriptionList, ImageServicesPropertyDescriptionList, IndexJobItemList, LocalizedStringList, MarkingList, PermissionDescriptionList, PermissionList, PropertyDefinitionList, PropertyDescriptionList, ReplicationParticipantList, SecurityTemplateList, SiteSettingsList, SubscribedEventList, SubsystemConfigurationList
public interface DependentObjectList extends EngineCollection, java.util.List
Represents a collection of dependent objects. You cannot create an instance of aDependentObjectList. This object is instantiated as the return value from a method call such asgetDependentObjectListValueon thePendingAction,Properties, andPropertyinterfaces orfetchDependentObjectListValueon thePropertyDependentObjectListinterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description DependentObjectListcopyForReuse()Creates a deep copy of this list in the correct state such that it can be applied to a different object than the one from which this instance was obtained.-
Methods inherited from interface com.filenet.api.collection.EngineCollection
isEmpty, iterator
-
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, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-
-
-
Method Detail
-
copyForReuse
DependentObjectList copyForReuse()
Creates a deep copy of this list in the correct state such that it can be applied to a different object than the one from which this instance was obtained.- Returns:
- The copy
DependentObjectListinstance.
-
-