Package | Description |
---|---|
org.osid.personnel |
The Open Service Interface Definitions for the org.osid.personnel
service.
|
Modifier and Type | Method and Description |
---|---|
OrganizationList |
OrganizationHierarchySession.getChildOrganizations(Id organizationId)
Gets the children of the given organization.
|
OrganizationList |
OrganizationLookupSession.getOrganizations()
Gets all organizations.
|
OrganizationList |
OrganizationSearchResults.getOrganizations()
Gets the organization list resulting from a search.
|
OrganizationList |
OrganizationLookupSession.getOrganizationsByGenusType(Type organizationGenusType)
Gets an
OrganizationList corresponding to the given
organization genus Type which does not include
organizations of types derived from the specified Type. |
OrganizationList |
OrganizationLookupSession.getOrganizationsByIds(IdList organizationIds)
Gets an
OrganizationList corresponding to the given
IdList. |
OrganizationList |
OrganizationLookupSession.getOrganizationsByParentGenusType(Type organizationGenusType)
Gets an
OrganizationList corresponding to the given
organization genus Type and include any additional
organizations with genus types derived from the specified Type. |
OrganizationList |
OrganizationQuerySession.getOrganizationsByQuery(OrganizationQuery organizationQuery)
Gets a list of organizations matching the given organization query.
|
OrganizationList |
OrganizationRealmSession.getOrganizationsByRealm(Id realmId)
Gets the list of
Organizations associated with a
Realm. |
OrganizationList |
OrganizationRealmSession.getOrganizationsByRealms(IdList realmIds)
Gets the list of
Organizations corresponding to a list
of Realms. |
OrganizationList |
OrganizationLookupSession.getOrganizationsByRecordType(Type organizationRecordType)
Gets an
OrganizationList containing the given
organization record Type. |
OrganizationList |
OrganizationLookupSession.getOrganizationsOnDate(DateTime from,
DateTime to)
Gets an
OrganizationList effective during the entire
given date range inclusive but not confined to the date range. |
OrganizationList |
OrganizationHierarchySession.getParentOrganizations(Id organizationId)
Gets the parents of the given organization.
|
OrganizationList |
OrganizationHierarchySession.getRootOrganizations()
Gets the root organizations in this organization hierarchy.
|