public interface SequenceRuleSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SequenceRuleQueryInspector |
getSequenceRuleQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
SequenceRuleList |
getSequenceRules()
Gets the
SequenceRuleList resulting from a search. |
SequenceRuleSearchResultsRecord |
getSequenceRuleSearchResultsRecord(Type sequenceRuleSearchRecordType)
Gets the sequence rule search results record corresponding to the
given sequence rule search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSequenceRuleList getSequenceRules()
SequenceRuleList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. SequenceRuleQueryInspector getSequenceRuleQueryInspector()
mandatory - This method must be implemented. SequenceRuleSearchResultsRecord getSequenceRuleSearchResultsRecord(Type sequenceRuleSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.sequenceRuleSearchRecordType - a sequence rule search record
typeNullArgumentException -
sequenceRuleSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(sequenceRuleSearchRecordType) is
false mandatory - This method must be implemented.