OSID Logo
OSID Specifications
relationship rules package
Version 3.0.0
Interfaceosid.relationship.rules.RelationshipEnablerSearch
Implementsosid.OsidSearch
Used Byosid.relationship.rules.RelationshipEnablerSearchSession
Description

The search interface for governing relationship enabler searches.

MethodsearchAmongRelationshipEnablers
Description

Execute this search among the given list of relationship enablers.

Parametersosid.id.IdListrelationshipEnablerIdslist of relationship enablers
ErrorsNULL_ARGUMENTrelationshipEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderRelationshipEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.relationship.rules.RelationshipEnablerSearchOrderrelationshipEnablerSearchOrderrelationship enabler search order
ErrorsNULL_ARGUMENTrelationshipEnablerSearchOrder is null
UNSUPPORTEDrelationshipEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetRelationshipEnablerSearchRecord
Description

Gets the relationship enabler search record corresponding to the given relationship enabler search record Type . This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TyperelationshipEnablerSearchRecordTypea relationship enabler search record type
Returnosid.relationship.rules.records.RelationshipEnablerSearchRecordthe relationship enabler search record
ErrorsNULL_ARGUMENTrelationshipEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(relationshipEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.