public interface BallotConstrainerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
BallotConstrainerQueryInspector |
getBallotConstrainerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
BallotConstrainerList |
getBallotConstrainers()
Gets the
BallotConstrainerList resulting from a search. |
BallotConstrainerSearchResultsRecord |
getBallotConstrainerSearchResultsRecord(Type ballotConstrainerSearchRecordType)
Gets the ballot constrainer search results record corresponding to the
given ballot constrainer search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
BallotConstrainerList getBallotConstrainers()
BallotConstrainerList
resulting from a search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. BallotConstrainerQueryInspector getBallotConstrainerQueryInspector()
mandatory
- This method must be implemented. BallotConstrainerSearchResultsRecord getBallotConstrainerSearchResultsRecord(Type ballotConstrainerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This
method must be used to retrieve an object implementing the requested
record.ballotConstrainerSearchRecordType
- a ballot constrainer search
record typeNullArgumentException
-
ballotConstrainerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(ballotConstrainerSearchRecordType)
is
false
mandatory
- This method must be implemented.