Package | Description |
---|---|
org.osid.resourcing |
The Open Service Interface Definitions for the org.osid.resourcing
service.
|
org.osid.resourcing.rules |
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
|
Modifier and Type | Method and Description |
---|---|
AvailabilityList |
AvailabilityLookupSession.getAvailabilities()
Gets all availabilities.
|
AvailabilityList |
AvailabilitySearchResults.getAvailabilities()
Gets the availability list resulting from a search.
|
AvailabilityList |
AvailabilityFoundrySession.getAvailabilitiesByFoundries(IdList foundryIds)
Gets the list of
Availabilities corresponding to a list
of Foundries. |
AvailabilityList |
AvailabilityFoundrySession.getAvailabilitiesByFoundry(Id foundryId)
Gets the list of
Availabilities associated with a
Foundry. |
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesByGenusType(Type availabilityGenusType)
Gets an
AvailabilityList corresponding to the given
availability genus Type which does not include
availabilities of types derived from the specified Type. |
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesByIds(IdList availabilityIds)
Gets an
AvailabilityList corresponding to the given
IdList. |
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesByParentGenusType(Type availabilityGenusType)
Gets an
AvailabilityList corresponding to the given
availability genus Type and include any additional
availabilities with genus types derived from the specified
Type. |
AvailabilityList |
AvailabilityQuerySession.getAvailabilitiesByQuery(AvailabilityQuery availabilityQuery)
Gets a list of
Availabilities matching the given
availability query. |
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesByRecordType(Type availabilityRecordType)
Gets an
AvailabilityList containing the given
availability record Type. |
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesForJob(Id jobId)
Gets a list of availabilities for a job.
|
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesForJobOnDate(Id jobId,
DateTime from,
DateTime to)
Gets a list of availabilities for a job and effective during the
entire given date range inclusive but not confined to the date range.
|
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesForResource(Id resourceId)
Gets a list of availabilities for a resource.
|
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesForResourceAndJob(Id resourceId,
Id jobId)
Gets a list of availabilities for a resource and job.
|
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesForResourceAndJobOnDate(Id resourceId,
Id jobId,
DateTime from,
DateTime to)
Gets a list of availabilities for a resource and job and effective
during the entire given date range inclusive but not confined to the
date range.
|
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesForResourceOnDate(Id resourceId,
DateTime from,
DateTime to)
Gets a list of availabilities for a resource and effective during the
entire given date range inclusive but not confined to the date range.
|
AvailabilityList |
AvailabilityLookupSession.getAvailabilitiesOnDate(DateTime from,
DateTime to)
Gets a list of availabilities effective during the entire given date
range inclusive but not confined to the date range.
|
AvailabilityList |
MyWorkSession.getMyAvailabilities()
Gets the availabilities for the resource related to this agent.
|
Modifier and Type | Method and Description |
---|---|
AvailabilityList |
AvailabilityEnablerRuleLookupSession.getAvailabilitiesForAvailabilityEnabler(Id availabilityEnablerId)
Gets the
Availabilities mapped to an
AvailabilityEnabler. |