Package | Description |
---|---|
org.osid.personnel |
The Open Service Interface Definitions for the org.osid.personnel
service.
|
Modifier and Type | Method and Description |
---|---|
RealmList |
RealmHierarchySession.getChildRealms(Id realmId)
Gets the child realms of the given
id. |
RealmList |
RealmHierarchySession.getParentRealms(Id realmId)
Gets the parent realms of the given
id. |
RealmList |
RealmLookupSession.getRealms()
Gets all
Realms. |
RealmList |
RealmSearchResults.getRealms()
Gets the realm list resulting from a search.
|
RealmList |
AppointmentRealmSession.getRealmsByAppointment(Id appointmentId)
Gets the list of
Realm objects mapped to an
Appointment. |
RealmList |
RealmLookupSession.getRealmsByGenusType(Type realmGenusType)
Gets a
RealmList corresponding to the given realm genus
Type which does not include realms of genus types
derived from the specified Type. |
RealmList |
RealmLookupSession.getRealmsByIds(IdList realmIds)
Gets a
RealmList corresponding to the given
IdList. |
RealmList |
OrganizationRealmSession.getRealmsByOrganization(Id organizationId)
Gets the list of
Realm objects mapped to an
Organization. |
RealmList |
RealmLookupSession.getRealmsByParentGenusType(Type realmGenusType)
Gets a
RealmList corresponding to the given realm genus
Type and include any additional realms with genus types
derived from the specified Type. |
RealmList |
PersonRealmSession.getRealmsByPerson(Id personId)
Gets the list of
Realm objects mapped to a
Person. |
RealmList |
PositionRealmSession.getRealmsByPosition(Id positionId)
Gets the list of
Realm objects mapped to a
Position. |
RealmList |
RealmLookupSession.getRealmsByProvider(Id resourceId)
Gets a
RealmList for the given provider. |
RealmList |
RealmQuerySession.getRealmsByQuery(RealmQuery realmQuery)
Gets a list of
Realms matching the given search. |
RealmList |
RealmLookupSession.getRealmsByRecordType(Type realmRecordType)
Gets a
RealmList containing the given realm record
Type. |
RealmList |
RealmHierarchySession.getRootRealms()
Gets the root realms in the realm hierarchy.
|