public interface BallotConstrainerEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
BallotConstrainerEnablerQueryInspector |
getBallotConstrainerEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
BallotConstrainerEnablerList |
getBallotConstrainerEnablers()
Gets the
BallotConstrainerEnablerList resulting from a
search. |
BallotConstrainerEnablerSearchResultsRecord |
getBallotConstrainerEnablerSearchResultsRecord(Type ballotConstrainerEnablerSearchRecordType)
Gets the ballot constrainer enabler search results record
corresponding to the given ballot constrainer enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeBallotConstrainerEnablerList getBallotConstrainerEnablers()
BallotConstrainerEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. BallotConstrainerEnablerQueryInspector getBallotConstrainerEnablerQueryInspector()
mandatory - This method must be implemented. BallotConstrainerEnablerSearchResultsRecord getBallotConstrainerEnablerSearchResultsRecord(Type ballotConstrainerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method must be used to retrieve an object
implementing the requested record.ballotConstrainerEnablerSearchRecordType - a ballot constrainer
enabler search record typeNullArgumentException -
ballotConstrainerEnablerSearchRecordType is
null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(ballotConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.