public interface BallotConstrainerEnablerSearch extends OsidSearch
The search interface for governing ballot constrainer enabler searches.
Modifier and Type | Method and Description |
---|---|
BallotConstrainerEnablerSearchRecord |
getBallotConstrainerEnablerSearchRecord(Type ballotConstrainerEnablerSearchRecordType)
Gets the ballot constrainer enabler search record corresponding to the
given ballot constrainer enabler search record
Type. |
void |
orderBallotConstrainerEnablerResults(BallotConstrainerEnablerSearchOrder ballotConstrainerEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongBallotConstrainerEnablers(IdList ballotConstrainerEnablerIds)
Execute this search among the given list of ballot constrainer
enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongBallotConstrainerEnablers(IdList ballotConstrainerEnablerIds)
ballotConstrainerEnablerIds
- list of ballot constrainer
enablersNullArgumentException
-
ballotConstrainerEnablerIds
is null
mandatory
- This method must be implemented. void orderBallotConstrainerEnablerResults(BallotConstrainerEnablerSearchOrder ballotConstrainerEnablerSearchOrder)
ballotConstrainerEnablerSearchOrder
- ballot constrainer enabler
search orderNullArgumentException
-
ballotConstrainerEnablerSearchOrder
is null
UnsupportedException
-
ballotConstrainerEnablerSearchOrder
is not of this
servicemandatory
- This method must be implemented. BallotConstrainerEnablerSearchRecord getBallotConstrainerEnablerSearchRecord(Type ballotConstrainerEnablerSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object implementing the requested
record.ballotConstrainerEnablerSearchRecordType
- a ballot constrainer
enabler search record typeNullArgumentException
-
ballotConstrainerEnablerSearchRecordType
is
null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(ballotConstrainerEnablerSearchRecordType)
is false
mandatory
- This method must be implemented.