seIterator
Generalized iterator for seObjects.
- Used to iterate through component objects, associate objects, and aggregate objects.
Much simpler than the C API iterator concepts:
- Only one level deep
- Can only filter by DRM class type
- ITR behaviour is set at the workspace level
Created by the seObject and one special case:
- seObject::getComponentIterator
- seTransmittal::getPublishedObjectsIterator
Functions
- seIterator::isCompleted
- seIterator::getCount
- seIterator::getNext
- With or without a link object parameter
- seIterator::getNthNext
- With or without a link object parameter