Package | Description |
---|---|
org.osid |
The Open Service Interface Definitions for the org.osid
service.
|
org.osid.assessment |
The Open Service Interface Definitions for the org.osid.assessment
service.
|
org.osid.assessment.authoring |
The Open Service Interface Definitions for the org.osid.assessment.authoring
service.
|
org.osid.billing |
The Open Service Interface Definitions for the org.osid.billing
service.
|
org.osid.binding.java | |
org.osid.calendaring |
The Open Service Interface Definitions for the org.osid.calendaring
service.
|
org.osid.configuration |
The Open Service Interface Definitions for the org.osid.configuration
service.
|
org.osid.control |
The Open Service Interface Definitions for the org.osid.control
service.
|
org.osid.course |
The Open Service Interface Definitions for the org.osid.course
service.
|
org.osid.course.plan |
The Open Service Interface Definitions for the org.osid.course.plan
service.
|
org.osid.course.program |
The Open Service Interface Definitions for the org.osid.course.program
service.
|
org.osid.course.requisite |
The Open Service Interface Definitions for the org.osid.course.requisite
service.
|
org.osid.course.syllabus |
The Open Service Interface Definitions for the org.osid.course.syllabus
service.
|
org.osid.financials |
The Open Service Interface Definitions for the org.osid.financials
service.
|
org.osid.locale |
The Open Service Interface Definitions for the org.osid.locale
service.
|
org.osid.mapping.route |
The Open Service Interface Definitions for the org.osid.mapping.route
service.
|
org.osid.messaging |
The Open Service Interface Definitions for the org.osid.messaging
service.
|
org.osid.ordering |
The Open Service Interface Definitions for the org.osid.ordering
service.
|
org.osid.personnel |
The Open Service Interface Definitions for the org.osid.personnel
service.
|
org.osid.provisioning |
The Open Service Interface Definitions for the org.osid.provisioning
service.
|
org.osid.provisioning.rules |
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
|
org.osid.recipe |
The Open Service Interface Definitions for the org.osid.recipe
service.
|
org.osid.resourcing |
The Open Service Interface Definitions for the org.osid.resourcing
service.
|
org.osid.search.terms |
Modifier and Type | Method and Description |
---|---|
Duration[] |
Metadata.getDefaultDurationValues()
Gets the default duration values.
|
Duration[] |
Metadata.getDurationSet()
Gets the set of acceptable duration values.
|
Duration[] |
Metadata.getExistingDurationValues()
Gets the existing duration values.
|
Duration |
Metadata.getMaximumDuration()
Gets the maximum duration.
|
Duration |
Metadata.getMinimumDuration()
Gets the minimum duration.
|
Modifier and Type | Method and Description |
---|---|
Duration |
AssessmentSection.getAllocatedTime()
Gets the allocated time for this section.
|
Duration |
AssessmentOffered.getDuration()
Gets the duration for this assessment.
|
Duration |
AssessmentTaken.getTimeSpent()
Gets the total time spent taking this assessment.
|
Modifier and Type | Method and Description |
---|---|
void |
AssessmentOfferedQuery.matchDuration(Duration low,
Duration high,
boolean match)
Matches assessments whose duration falls between the specified range
inclusive.
|
void |
AssessmentTakenQuery.matchTimeSpent(Duration low,
Duration high,
boolean match)
Matches assessments where the time spent falls between the specified
range inclusive.
|
void |
AssessmentOfferedForm.setDuration(Duration duration)
Sets the assessment duration.
|
Modifier and Type | Method and Description |
---|---|
Duration |
AssessmentPart.getAllocatedTime()
Gets the allocated time for this part.
|
Modifier and Type | Method and Description |
---|---|
void |
AssessmentPartQuery.matchAllocatedTime(Duration low,
Duration high,
boolean match)
Matches assessment parts hose allocated time falls in between the
given times inclusive.
|
void |
AssessmentPartForm.setAllocatedTime(Duration time)
Sets the allocated time.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Item.getRecurringInterval()
Gets the recurring interval.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemQuery.matchRecurringInterval(Duration low,
Duration high,
boolean match)
Matches the recurring interval between the given range inclusive.
|
void |
ItemForm.setRecurringInterval(Duration interval)
Sets the recurring interval.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Duration.getLowerBound()
Gets the lower bound of the duration.
|
Duration |
Duration.getUpperBound()
Gets the upper bound of the duration.
|
Modifier and Type | Method and Description |
---|---|
int |
Duration.compareTo(Duration duration)
Compares this duration with the specified
Duration
to determine the natural order. |
boolean |
Duration.isExclusive(Duration duration)
Tests if the range of this Duration, as specified by its
granularity and uncertainty, does not overlap the given
Duration.
|
boolean |
Duration.isGreater(Duration duration)
Tests if this Duration is greater than the given Duration.
|
boolean |
Duration.isInclusive(Duration duration)
Tests if the range of this Duration, as specified by its
granularity and uncertainty, includes the given Duration
ranged by its grabularity and uncertainty.
|
boolean |
Duration.isLess(Duration duration)
Tests if this Duration is less than the given Duration.
|
Modifier and Type | Method and Description |
---|---|
Duration |
ScheduleSlot.getDuration()
Gets the duration of the schedule slot.
|
Duration |
Event.getDuration(DateTimeResolution units)
Gets the duration of the event.
|
Duration |
OffsetEvent.getFixedDuration(DateTimeResolution units)
Gets the duration of the offset event.
|
Duration |
OffsetEvent.getFixedEndOffset()
Gets the fixed ending time offset.
|
Duration |
ScheduleSlot.getFixedInterval()
Gets the repeating interval.
|
Duration |
OffsetEvent.getFixedStartOffset()
Gets the fixed starting time offset.
|
Duration |
DurationList.getNextDuration()
Gets the next
Duration in this list. |
Duration[] |
DurationList.getNextDurations(long n)
Gets the next set of
Duration elements in this list
which must be less than or equal to the number returned from
available(). |
Duration |
Schedule.getTotalDuration()
Gets a total duration for the entire schedule based on the duration of
schedule slots and span of the schedule.
|
Modifier and Type | Method and Description |
---|---|
void |
EventQuery.matchDuration(Duration low,
Duration high,
boolean match)
Matches the event duration between the given range inclusive.
|
void |
ScheduleSlotQuery.matchDuration(Duration low,
Duration high,
boolean match)
Matches the duration between the given range inclusive.
|
void |
TimePeriodQuery.matchDuration(Duration low,
Duration high,
boolean match)
Matches the time period duration between the given range inclusive.
|
void |
OffsetEventQuery.matchFixedDuration(Duration low,
Duration high,
boolean match)
Matches a fixed duration between the given range inclusive.
|
void |
OffsetEventQuery.matchFixedEndOffset(Duration from,
Duration to,
boolean match)
Matches a fixed offset amount between the given range inclusive.
|
void |
ScheduleSlotQuery.matchFixedInterval(Duration from,
Duration to,
boolean match)
Matches schedules that have the given fixed interval in the given
range inclusive.
|
void |
OffsetEventQuery.matchFixedStartOffset(Duration from,
Duration to,
boolean match)
Matches a fixed offset amount between the given range inclusive.
|
void |
ScheduleQuery.matchTotalDuration(Duration low,
Duration high,
boolean match)
Matches the total duration between the given range inclusive.
|
void |
ScheduleSlotForm.setDuration(Duration duration)
Sets the duration.
|
void |
OffsetEventForm.setFixedDuration(Duration duration)
Sets the fixed duration.
|
void |
OffsetEventForm.setFixedEndOffset(Duration offset)
Sets the fixed end offset.
|
void |
ScheduleSlotForm.setFixedInterval(Duration interval)
Sets the fixed interval.
|
void |
OffsetEventForm.setFixedStartOffset(Duration offset)
Sets the fixed start offset.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Value.getDurationValue()
Gets the value if it is a
Duration. |
Modifier and Type | Method and Description |
---|---|
void |
ValueQuery.matchDurationValue(Duration low,
Duration high,
boolean match)
Adds a
Duration range match within the given range
inclusive. |
void |
ValueForm.setDurationValue(Duration value)
Sets a
Duration value. |
Modifier and Type | Method and Description |
---|---|
Duration |
Action.getDelay()
Gets the delay before proceeding with execution.
|
Duration |
Setting.getRampRate()
Gets the ramp rate from off to on to use for the transition for this
setting.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionQuery.matchDelay(Duration start,
Duration end,
boolean match)
Matches delays between the given range inclusive.
|
void |
SettingQuery.matchRampRate(Duration start,
Duration end,
boolean match)
Matches ramp rates between the given range inclusive.
|
void |
ActionForm.setDelay(Duration delay)
Sets the delay.
|
void |
SettingForm.setRampRate(Duration rate)
Sets the ramp rate.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Activity.getTotalTargetContactTime()
Gets the total contact time for this activity.
|
Duration |
ActivityUnit.getTotalTargetContactTime()
Gets the total contact time for this activity.
|
Duration |
Activity.getTotalTargetEffort()
Gets the total time required for this activity.
|
Duration |
ActivityUnit.getTotalTargetEffort()
Gets the total time required for this activity.
|
Duration |
Activity.getTotalTargetIndividualEffort()
Gets the total individual time required for this activity.
|
Duration |
ActivityUnit.getTotalTargetIndividualEffort()
Gets the total indivudal time required for this activity.
|
Duration |
Activity.getWeeklyContactTime()
Gets the weekly contact time for ths activity.
|
Duration |
ActivityUnit.getWeeklyContactTime()
Gets the weekly contact time for ths activity.
|
Duration |
Activity.getWeeklyEffort()
Gets the time required for this recurring effort on a weekly basis.
|
Duration |
ActivityUnit.getWeeklyEffort()
Gets the time required for this recurring effort on a weekly basis.
|
Duration |
Activity.getWeeklyIndividualEffort()
Gets the weekly individual time for ths activity.
|
Duration |
ActivityUnit.getWeeklyIndividualEffort()
Gets the weekly individual time for ths activity.
|
Modifier and Type | Method and Description |
---|---|
void |
TermQuery.matchClassesDuration(Duration low,
Duration high,
boolean match)
Matches the classes period duration between the given range inclusive.
|
void |
TermQuery.matchFinalExamDuration(Duration low,
Duration high,
boolean match)
Matches the final exam period duration between the given range
inclusive.
|
void |
TermQuery.matchRegistrationDuration(Duration low,
Duration high,
boolean match)
Matches the registration period duration between the given range
inclusive.
|
void |
ActivityQuery.matchTotalTargetContactTime(Duration min,
Duration max,
boolean match)
Matches activities with a total contact time between the given
durations inclusive.
|
void |
ActivityUnitQuery.matchTotalTargetContactTime(Duration min,
Duration max,
boolean match)
Matches activity units with a total contact time between the given
durations inclusive.
|
void |
ActivityQuery.matchTotalTargetEffort(Duration min,
Duration max,
boolean match)
Matches activities with a total effort between the given durations
inclusive.
|
void |
ActivityUnitQuery.matchTotalTargetEffort(Duration min,
Duration max,
boolean match)
Matches activity units with a total effort between the given durations
inclusive.
|
void |
ActivityQuery.matchTotalTargetIndividualEffort(Duration min,
Duration max,
boolean match)
Matches activities with a individual effort between the given
durations inclusive.
|
void |
ActivityUnitQuery.matchTotalTargetIndividualEffort(Duration min,
Duration max,
boolean match)
Matches activity units with a individual effort between the given
durations inclusive.
|
void |
ActivityQuery.matchWeeklyContactTime(Duration min,
Duration max,
boolean match)
Matches activities with a weekly contact time between the given
durations inclusive.
|
void |
ActivityUnitQuery.matchWeeklyContactTime(Duration min,
Duration max,
boolean match)
Matches activity units with a weekly contact time between the given
durations inclusive.
|
void |
ActivityQuery.matchWeeklyEffort(Duration min,
Duration max,
boolean match)
Matches activities with a weekly effort between the given durations
inclusive.
|
void |
ActivityUnitQuery.matchWeeklyEffort(Duration min,
Duration max,
boolean match)
Matches activity units with a weekly effort between the given
durations inclusive.
|
void |
ActivityQuery.matchWeeklyIndividualEffort(Duration min,
Duration max,
boolean match)
Matches activities with a weekly individual effort between the given
durations inclusive.
|
void |
ActivityUnitQuery.matchWeeklyIndividualEffort(Duration min,
Duration max,
boolean match)
Matches activity units with a weekly individual effort between the
given durations inclusive.
|
void |
ActivityForm.setTotalTargetContactTime(Duration time)
Sets the total contact time.
|
void |
ActivityUnitForm.setTotalTargetContactTime(Duration time)
Sets the total contact time.
|
void |
ActivityForm.setTotalTargetEffort(Duration time)
Sets the total effort.
|
void |
ActivityUnitForm.setTotalTargetEffort(Duration time)
Sets the total effort.
|
void |
ActivityForm.setTotalTargetIndividualEffort(Duration time)
Sets the total individual effort.
|
void |
ActivityUnitForm.setTotalTargetIndividualEffort(Duration time)
Sets the total individual effort.
|
void |
ActivityForm.setWeeklyContactTime(Duration time)
Sets the weekly contact time.
|
void |
ActivityUnitForm.setWeeklyContactTime(Duration time)
Sets the weekly contact time.
|
void |
ActivityForm.setWeeklyEffort(Duration time)
Sets the weekly effort.
|
void |
ActivityUnitForm.setWeeklyEffort(Duration time)
Sets the weekly effort.
|
void |
ActivityForm.setWeeklyIndividualEffort(Duration time)
Sets the weekly individual effort.
|
void |
ActivityUnitForm.setWeeklyIndividualEffort(Duration time)
Sets the weekly individual effort.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Lesson.getActualEndTime()
Gets the actual completion time.
|
Duration |
Lesson.getActualStartTime()
Gets the actual start time.
|
Duration |
Lesson.getActualTimeSpent()
Gets the actual duration of this lesson if it has completed, in
progress, or skipped.
|
Duration |
Lesson.getPlannedStartTime()
Gets the planned start time within the first activity as deteremined
by the
Lesson scheduling. |
Duration |
LessonAnchor.getTime()
Gets the time offset from the start of the acttvity where the anchor
exists.
|
Modifier and Type | Method and Description |
---|---|
void |
LessonAnchoringSession.addLessonAnchor(Id lessonId,
Id activityId,
Duration offset)
Adds a lesson anchor.
|
void |
LessonAnchoringSession.clearLessonAnchorsForLessonByOffset(Id lessonId,
Duration start,
Duration end)
Clears all lesson anchors within the given offset range inclusive.
|
void |
LessonQuery.matchActualEndTime(Duration from,
Duration to,
boolean match)
Matches an actual ending time within the given date range inclusive.
|
void |
LessonQuery.matchActualStartTime(Duration from,
Duration to,
boolean match)
Matches an actual start time within the given date range inclusive.
|
void |
LessonQuery.matchActualTimeSpent(Duration from,
Duration to,
boolean match)
Matches an actual time spent within the given duration range
inclusive.
|
void |
LessonQuery.matchPlannedStartTime(Duration from,
Duration to,
boolean match)
Matches a planned start time within the given duration range
inclusive.
|
void |
LessonForm.setActualEndTime(Duration time)
Sets the actual end time.
|
void |
LessonForm.setActualStartTime(Duration time)
Sets the actual start time.
|
void |
LessonForm.setActualTimeSpent(Duration duration)
Sets the actual time spent.
|
void |
LessonForm.setPlannedStartTime(Duration time)
Sets the planned start time.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Credential.getLifetime()
Gets the lifetime of this credential once awarded.
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialQuery.matchLifetime(Duration low,
Duration high,
boolean match)
Matches lifetimes between the given range inclusive.
|
void |
CredentialForm.setLifetime(Duration lifetime)
Sets the lifetime.
|
Modifier and Type | Method and Description |
---|---|
Duration |
AssessmentRequirement.getTimeframe()
Gets the timeframe in which the assessment has to be completed.
|
Duration |
AwardRequirement.getTimeframe()
Gets the timeframe in which the award has to be earned.
|
Duration |
CourseRequirement.getTimeframe()
Gets the timeframe in which the course has to be completed.
|
Duration |
CredentialRequirement.getTimeframe()
Gets the timeframe in which the credential has to be earned.
|
Duration |
ProgramRequirement.getTimeframe()
Gets the timeframe in which the program has to be completed.
|
Modifier and Type | Method and Description |
---|---|
void |
AssessmentRequirementForm.setTimeframe(Duration duration)
Sets the timeframe.
|
void |
AwardRequirementForm.setTimeframe(Duration duration)
Sets the timeframe.
|
void |
CourseRequirementForm.setTimeframe(Duration duration)
Sets the timeframe.
|
void |
CredentialRequirementForm.setTimeframe(Duration duration)
Sets the timeframe.
|
void |
ProgramRequirementForm.setTimeframe(Duration duration)
Sets the timeframe.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Docet.getDuration()
Gets the estimated duration.
|
Modifier and Type | Method and Description |
---|---|
void |
DocetQuery.matchDuration(Duration from,
Duration to,
boolean match)
Matches durations between the given durations inclusive.
|
void |
DocetForm.setDuration(Duration duration)
Sets the duration.
|
Modifier and Type | Method and Description |
---|---|
void |
FiscalPeriodQuery.matchDuration(Duration from,
Duration to,
boolean match)
Matches a fiscal period duratione within the given date range
inclusive.
|
Modifier and Type | Method and Description |
---|---|
Duration |
CalendarFormattingSession.stringToDuration(java.lang.String s)
Parses a duration string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
CalendarFormattingSession.durationToString(Duration duration)
Gets a string representation of a duration.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Route.getETA()
Gets the estimated travel time across the entire route.
|
Duration |
RouteSegment.getETA()
Gets the estimated travel time across the entire segment.
|
Duration |
RouteProgress.getETAToNextSegment()
Gets the estimated travel time to the next route segment.
|
Duration |
RouteProgress.getTotalIdleTime()
Gets the total idle time before completion of the route.
|
Duration |
RouteProgress.getTotalTravelTime()
Gets the total travel time.
|
Modifier and Type | Method and Description |
---|---|
void |
RouteQuery.matchETA(Duration from,
Duration to,
boolean match)
Matches routes that have the specified estimated travel time
inclusive.
|
void |
RouteSegmentQuery.matchETA(Duration from,
Duration to,
boolean match)
Matches route segments with estimated ravel times in the specified
range.
|
void |
RouteSegmentForm.setETA(Duration eta)
Sets the estimated travel time for this segment.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageQuery.matchDeliveryTime(Duration start,
Duration end,
boolean match)
Matches messages whose delivery duration is between the supplied range
inclusive.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Price.getRecurringInterval()
Gets the recurring interval.
|
Modifier and Type | Method and Description |
---|---|
void |
PriceQuery.matchRecurringInterval(Duration low,
Duration high,
boolean match)
Matches the recurring interval between the given duration range
inclusive.
|
void |
PriceForm.setRecurringInterval(Duration interval)
Sets the recurring interval.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Position.getCompensationFrequency()
Gets the frequency of compensation.
|
Modifier and Type | Method and Description |
---|---|
void |
PositionQuery.matchCompensationFrequency(Duration low,
Duration high,
boolean match)
Matches a compensation frequency between the given range inclusive.
|
void |
PositionForm.setCompensationFrequency(Duration frequency)
Sets the compensation frequency.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Queue.getEWA()
Gets the estimated waiting time for new requests in this queue.
|
Duration |
Request.getEWA()
Gets the estimated waiting time for a provision out of the pool.
|
Duration |
Provision.getRatePeriod()
Gets the rate period.
|
Modifier and Type | Method and Description |
---|---|
void |
QueueQuery.matchEWA(Duration start,
Duration end,
boolean match)
Matches queues whose estimated waiting time is in the given range
inclusive,.
|
void |
RequestQuery.matchEWA(Duration start,
Duration end,
boolean match)
Matches requests whose estimated waiting time is in the given range
inclusive,.
|
void |
ProvisionQuery.matchRatePeriod(Duration from,
Duration to,
boolean match)
Matches leased provisions with a rate period within the given range
inclusive.
|
void |
ProvisionForm.setRatePeriod(Duration period)
Sets the rate period.
|
Modifier and Type | Method and Description |
---|---|
Duration |
BrokerProcessor.getFixedLeaseDuration()
Gets the fixed lease duration.
|
Modifier and Type | Method and Description |
---|---|
void |
BrokerProcessorQuery.matchFixedLeaseDuration(Duration from,
Duration to,
boolean match)
Matches brokers that issue fixed duration leases between the given
durations inclusive.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Direction.getEstimatedDuration()
Gets the estimated time required for this direction.
|
Duration |
Recipe.getTotalEstimatedDuration()
Gets the overall time required for this recipe.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectionQuery.matchEstimatedDuration(Duration start,
Duration end,
boolean match)
Matches directions with an estimated duration between the given range
inclusive.
|
void |
RecipeQuery.matchTotalDuration(Duration start,
Duration end,
boolean match)
Matches recipies with an estimated duration between the given range
inclusive.
|
void |
RecipeQuery.matchTotalEstimatedDuration(Duration start,
Duration end,
boolean match)
Matches recipies with an estimated duration between the given range
inclusive.
|
void |
DirectionForm.setEstimatedDuration(Duration duration)
Sets the estimated duration.
|
void |
RecipeForm.setTotalEstimatedDuration(Duration duration)
Sets the estimated duration.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Effort.getTimeSpent()
Gets the time spent on this commission.
|
Modifier and Type | Method and Description |
---|---|
void |
EffortQuery.matchTimeSpent(Duration start,
Duration end,
boolean match)
Matches the time spent between the given durations inclusive.
|
void |
EffortForm.setTimeSpent(Duration timeSpent)
Sets the time spent.
|
Modifier and Type | Method and Description |
---|---|
Duration |
DurationTerm.getDuration()
Gets the
Duration in this term. |
Duration |
DurationRangeTerm.getDurationRangeEnd()
Gets the end of the
Duration range in this term. |
Duration |
DurationRangeTerm.getDurationRangeStart()
Gets the start of the
Duration range in this term. |