com.filenet.api.collection
Interface EngineSet

All Superinterfaces:
EngineCollection, java.io.Serializable
All Known Subinterfaces:
ActionConsumerSet, ActionSet, AddOnSet, AnnotationSet, AsyncUpgradeQueueItemSet, AuditConfigurationEventSet, CancelCheckoutEventSet, CenteraFixedContentDeviceSet, ChangeClassEventSet, ChangeStateEventSet, CheckinEventSet, CheckoutEventSet, ChoiceListSet, ClassDefinitionSet, ClassDescriptionSet, ClassifyCompleteEventSet, ClassSubscriptionSet, ClassWorkflowSubscriptionSet, CMODApplicationGroupSet, CMODFixedContentDeviceSet, CMODRepositorySet, CmTivoliManagementClassSet, CodeModuleSet, ComponentRelationshipSet, ContainableSet, ContainmentRelationshipSet, ContentCacheAreaSet, ContentFederatingRepositorySet, CreationEventSet, CustomEventSet, CustomObjectSet, DatabaseStorageAreaSet, DeletionEventSet, DemoteVersionEventSet, DITARenditionEngineConnectionSet, DocumentClassDefinitionSet, DocumentClassificationActionSet, DocumentClassificationQueueItemSet, DocumentLifecycleActionSet, DocumentLifecyclePolicySet, DocumentSet, DomainSet, DynamicReferentialContainmentRelationshipSet, EventActionSet, EventClassDefinitionSet, EventQueueItemSet, EventSet, ExternalClassDescriptionSet, ExternalRepositorySet, FileEventSet, FileStorageAreaSet, FixedContentDeviceSet, FixedStorageAreaSet, FolderSet, FreezeEventSet, GenericFixedContentDeviceSet, GetContentEventSet, GetObjectEventSet, GroupSet, IICEFixedContentDeviceSet, ImageServicesRepositorySet, IMFixedContentDeviceSet, IndependentObjectSet, IndexAreaSet, IndexJobSet, InstanceSubscriptionSet, InstanceWorkflowSubscriptionSet, IsolatedRegionSet, LinkSet, LockEventSet, MarkingSetSet, ObjectChangeEventSet, ObjectStoreSet, PEConnectionPointSet, PromoteVersionEventSet, PropertyTemplateBinarySet, PropertyTemplateBooleanSet, PropertyTemplateDateTimeSet, PropertyTemplateFloat64Set, PropertyTemplateIdSet, PropertyTemplateInteger32Set, PropertyTemplateObjectSet, PropertyTemplateSet, PropertyTemplateStringSet, PublishCompleteEventSet, PublishRequestEventSet, PublishRequestSet, PublishStyleTemplateSet, PublishTemplateSet, QueryEventSet, QueueItemSet, RealmSet, ReferentialContainmentRelationshipSet, RelationshipSet, RenditionEngineConnectionSet, ReplicableClassDefinitionSet, ReplicableSet, ReplicationGroupSet, ReplicationJournalEntrySet, RepositoryRowSet, RepositorySet, RetrievalEventSet, SecurityPolicySet, SecurityPrincipalSet, SecurityPropagationQueueItemSet, ServerInstanceSet, SiteSet, SnapLockFixedContentDeviceSet, StorageAreaSet, StoragePolicySet, SubscribableClassDefinitionSet, SubscribableSet, SubscriptionSet, TableDefinitionSet, TakeFederatedOwnershipEventSet, TivoliFixedContentDeviceSet, UnfileEventSet, UnlockEventSet, UpdateEventSet, UpdateSecurityEventSet, UpgradeAddOnSet, UserSet, VerityDomainConfigurationSet, VerityIndexAreaSet, VersionableClassDefinitionSet, VersionableSet, VersionSeriesSet, VirtualServerSet, WorkflowDefinitionSet, WorkflowEventActionSet, XMLPropertyMappingScriptSet

public interface EngineSet
extends EngineCollection

Defines collection functionality common only to sets. A set is a collection of independent objects, the elements of which are unordered and unique. A set may not be directly updated. You can iterate a set one page at a time (instead of one object or one row at a time).

See Also:
EngineCollection

Method Summary
 PageIterator pageIterator()
          Returns a PageIterator object for iterating through a set-type collection.
 
Methods inherited from interface com.filenet.api.collection.EngineCollection
isEmpty, iterator
 

Method Detail

pageIterator

PageIterator pageIterator()
Returns a PageIterator object for iterating through a set-type collection.

Returns:
A PageIterator object.


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