public interface ActivityRegistrationSearch extends OsidSearch
The search interface for governing activity registration searches.
Modifier and Type | Method and Description |
---|---|
ActivityRegistrationSearchRecord |
getActivityRegistrationSearchRecord(Type activityRegistrationSearchRecordType)
Gets the activity registration search record corresponding to the
given activity registration search record
Type. |
void |
orderActivityRegistrationResults(ActivityRegistrationSearchOrder activityRegistrationSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongActivityRegistrations(IdList activityRegistrationIds)
Execute this search among the given list of activity registrations.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongActivityRegistrations(IdList activityRegistrationIds)
activityRegistrationIds
- list of activity registrationsNullArgumentException
- activityRegistrationIds
is null
mandatory
- This method must be implemented. void orderActivityRegistrationResults(ActivityRegistrationSearchOrder activityRegistrationSearchOrder)
activityRegistrationSearchOrder
- activity registration search
orderNullArgumentException
-
activityRegistrationSearchOrder
is null
UnsupportedException
-
activityRegistrationSearchOrder
is not of this servicemandatory
- This method must be implemented. ActivityRegistrationSearchRecord getActivityRegistrationSearchRecord(Type activityRegistrationSearchRecordType) throws OperationFailedException
Type.
This
method is used to retrieve an object implementing the requested
record.activityRegistrationSearchRecordType
- a activity registration
search record typeNullArgumentException
-
activityRegistrationSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(activityRegistrationSearchRecordType)
is
false
mandatory
- This method must be implemented.