public class MappingResolvedConceptReferenceIterator extends IteratorBackedResolvedConceptReferencesIterator
UNKNOWN_NUMBER
Constructor and Description |
---|
MappingResolvedConceptReferenceIterator() |
MappingResolvedConceptReferenceIterator(java.util.Iterator<ResolvedConceptReference> iterator,
int count,
boolean areAllCodedNodeSetsNull,
java.lang.String mappingUri,
java.lang.String mappingVersion,
java.lang.String relationsContainerName,
java.util.List<MappingExtension.MappingSortOption> sortOptionList,
CodedNodeSet sourceCodesCodedNodeSet,
CodedNodeSet targetCodesCodedNodeSet,
CodedNodeSet sourceOrTargetCodesCodedNodeSet,
java.util.List<CodedNodeSetBackedMapping.RelationshipRestriction> relationshipRestrictions) |
Modifier and Type | Method and Description |
---|---|
ResolvedConceptReferenceList |
get(int start,
int end)
Return concept references from the underlying list, from the start point (inclusive)
to the end point (exclusive).
|
getNext, hasNext, next, next, numberRemaining, release, scroll
public MappingResolvedConceptReferenceIterator()
public MappingResolvedConceptReferenceIterator(java.util.Iterator<ResolvedConceptReference> iterator, int count, boolean areAllCodedNodeSetsNull, java.lang.String mappingUri, java.lang.String mappingVersion, java.lang.String relationsContainerName, java.util.List<MappingExtension.MappingSortOption> sortOptionList, CodedNodeSet sourceCodesCodedNodeSet, CodedNodeSet targetCodesCodedNodeSet, CodedNodeSet sourceOrTargetCodesCodedNodeSet, java.util.List<CodedNodeSetBackedMapping.RelationshipRestriction> relationshipRestrictions)
public ResolvedConceptReferenceList get(int start, int end) throws LBResourceUnavailableException, LBInvocationException, LBParameterException
ResolvedConceptReferencesIterator
get
in interface ResolvedConceptReferencesIterator
get
in class IteratorBackedResolvedConceptReferencesIterator
start
- The start point of the range of results to return - inclusive. The entries
list is 0 indexed - so to get the first result, you should start with '0'.
LBParameterException is thrown if the start position is > the last item
available.end
- The end point of the range of results to return - exclusive. A range request
of (0, 50) will return 50 items (0 through 49 in an array)LBResourceUnavailableException
LBInvocationException
LBParameterException