public interface OrganizationSearch extends OsidSearch
The search interface for governing organization searches.
Modifier and Type | Method and Description |
---|---|
OrganizationSearchRecord |
getOrganizationSearchRecord(Type organizationSearchRecordType)
Gets the record corresponding to the given organization search record
Type. |
void |
orderOrganizationResults(OrganizationSearchOrder organizationSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongOrganizations(IdList organizationIds)
Execute this search among the given list of organizations.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongOrganizations(IdList organizationIds)
organizationIds
- list of organizationsNullArgumentException
- organizationIds
is null
mandatory
- This method must be implemented. void orderOrganizationResults(OrganizationSearchOrder organizationSearchOrder)
organizationSearchOrder
- organization search orderNullArgumentException
- organizationSearchOrder
is null
UnsupportedException
- organizationSearchOrder
is not of this servicemandatory
- This method must be implemented. OrganizationSearchRecord getOrganizationSearchRecord(Type organizationSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object
implementing the requested record.organizationSearchRecordType
- an organization search record
typeNullArgumentException
-
organizationSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(organizationSearchRecordType)
is
false
mandatory
- This method must be implemented.