Uses of Interface
org.osid.calendaring.Duration
Packages that use Duration
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.assessment
service.
The Open Service Interface Definitions for the org.osid.assessment.authoring
service.
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.configuration
service.
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.course
service.
The Open Service Interface Definitions for the org.osid.course.plan
service.
The Open Service Interface Definitions for the org.osid.course.program
service.
The Open Service Interface Definitions for the org.osid.course.requisite
service.
The Open Service Interface Definitions for the org.osid.course.syllabus
service.
The Open Service Interface Definitions for the org.osid.financials
service.
The Open Service Interface Definitions for the org.osid.locale
service.
The Open Service Interface Definitions for the org.osid.mapping.route
service.
The Open Service Interface Definitions for the org.osid.messaging
service.
The Open Service Interface Definitions for the org.osid.ordering
service.
The Open Service Interface Definitions for the org.osid.personnel
service.
The Open Service Interface Definitions for the org.osid.provisioning
service.
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
The Open Service Interface Definitions for the org.osid.recipe
service.
The Open Service Interface Definitions for the org.osid.resourcing
service.
-
Uses of Duration in org.osid
Modifier and TypeMethodDescriptionDuration[]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.Metadata.getMaximumDuration()Gets the maximum duration.OsidEffectuator.getMinimumContinuityGap()Gets the duration at which a newTemporalis created when theOsidEffectuatorrules result in a positive evaluation.Metadata.getMinimumDuration()Gets the minimum duration.Modifier and TypeMethodDescriptionvoidOsidEffectuatorQuery.matchMinimumContinuityGap(Duration from, Duration to, boolean match) MatchesOsidEffectuatorswith a minimum continuity gap between the given durations inclusive.voidOsidEffectuatorForm.setMinimumContinuityGap(Duration duration) Sets the minimum continuity gap. -
Uses of Duration in org.osid.assessment
Methods in org.osid.assessment that return DurationModifier and TypeMethodDescriptionAssessmentSection.getAllocatedTime()Gets the allocated time for this section.AssessmentOffered.getDuration()Gets the duration for this assessment.AssessmentTaken.getTimeSpent()Gets the total time spent taking this assessment.Methods in org.osid.assessment with parameters of type DurationModifier and TypeMethodDescriptionvoidAssessmentOfferedQuery.matchDuration(Duration low, Duration high, boolean match) Matches assessments whose duration falls between the specified range inclusive.voidAssessmentTakenQuery.matchTimeSpent(Duration low, Duration high, boolean match) Matches assessments where the time spent falls between the specified range inclusive.voidAssessmentOfferedForm.setDuration(Duration duration) Sets the assessment duration. -
Uses of Duration in org.osid.assessment.authoring
Methods in org.osid.assessment.authoring that return DurationModifier and TypeMethodDescriptionAssessmentPart.getAllocatedTime()Gets the allocated time for this part.Methods in org.osid.assessment.authoring with parameters of type DurationModifier and TypeMethodDescriptionvoidAssessmentPartQuery.matchAllocatedTime(Duration low, Duration high, boolean match) Matches assessment parts hose allocated time falls in between the given times inclusive.voidAssessmentPartForm.setAllocatedTime(Duration time) Sets the allocated time. -
Uses of Duration in org.osid.billing
Methods in org.osid.billing that return DurationMethods in org.osid.billing with parameters of type DurationModifier and TypeMethodDescriptionvoidItemQuery.matchRecurringInterval(Duration low, Duration high, boolean match) Matches the recurring interval between the given range inclusive.voidItemForm.setRecurringInterval(Duration interval) Sets the recurring interval. -
Uses of Duration in org.osid.binding.java
Subinterfaces with type arguments of type Duration in org.osid.binding.javaModifier and TypeInterfaceDescriptioninterfaceSupplements the OSID Duration interface for Java.Methods in org.osid.binding.java that return DurationModifier and TypeMethodDescriptionDuration.getLowerBound()Gets the lower bound of the duration.Duration.getUpperBound()Gets the upper bound of the duration.Methods in org.osid.binding.java with parameters of type DurationModifier and TypeMethodDescriptionintCompares this duration with the specifiedDurationto determine the natural order.booleanDuration.isExclusive(Duration duration) Tests if the range of this Duration, as specified by its granularity and uncertainty, does not overlap the given Duration.booleanTests if this Duration is greater than the given Duration.booleanDuration.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.booleanTests if this Duration is less than the given Duration. -
Uses of Duration in org.osid.calendaring
Methods in org.osid.calendaring that return DurationModifier and TypeMethodDescriptionEvent.getDuration(DateTimeResolution units) Gets the duration of the event.ScheduleSlot.getDuration()Gets the duration of the schedule slot.OffsetEvent.getFixedDuration(DateTimeResolution units) Gets the duration of the offset event.OffsetEvent.getFixedEndOffset()Gets the fixed ending time offset.ScheduleSlot.getFixedInterval()Gets the repeating interval.OffsetEvent.getFixedStartOffset()Gets the fixed starting time offset.DurationList.getNextDuration()Gets the nextDurationin this list.Duration[]DurationList.getNextDurations(long n) Gets the next set ofDurationelements in this list which must be less than or equal to the number returned fromavailable().Schedule.getTotalDuration()Gets a total duration for the entire schedule based on the duration of schedule slots and span of the schedule.Methods in org.osid.calendaring with parameters of type DurationModifier and TypeMethodDescriptionvoidEventQuery.matchDuration(Duration low, Duration high, boolean match) Matches the event duration between the given range inclusive.voidScheduleSlotQuery.matchDuration(Duration low, Duration high, boolean match) Matches the duration between the given range inclusive.voidTimePeriodQuery.matchDuration(Duration low, Duration high, boolean match) Matches the time period duration between the given range inclusive.voidOffsetEventQuery.matchFixedDuration(Duration low, Duration high, boolean match) Matches a fixed duration between the given range inclusive.voidOffsetEventQuery.matchFixedEndOffset(Duration from, Duration to, boolean match) Matches a fixed offset amount between the given range inclusive.voidScheduleSlotQuery.matchFixedInterval(Duration from, Duration to, boolean match) Matches schedules that have the given fixed interval in the given range inclusive.voidOffsetEventQuery.matchFixedStartOffset(Duration from, Duration to, boolean match) Matches a fixed offset amount between the given range inclusive.voidScheduleQuery.matchTotalDuration(Duration low, Duration high, boolean match) Matches the total duration between the given range inclusive.voidScheduleSlotForm.setDuration(Duration duration) Sets the duration.voidOffsetEventForm.setFixedDuration(Duration duration) Sets the fixed duration.voidOffsetEventForm.setFixedEndOffset(Duration offset) Sets the fixed end offset.voidScheduleSlotForm.setFixedInterval(Duration interval) Sets the fixed interval.voidOffsetEventForm.setFixedStartOffset(Duration offset) Sets the fixed start offset. -
Uses of Duration in org.osid.configuration
Methods in org.osid.configuration that return DurationMethods in org.osid.configuration with parameters of type DurationModifier and TypeMethodDescriptionvoidValueQuery.matchDurationValue(Duration low, Duration high, boolean match) Adds aDurationrange match within the given range inclusive.voidValueForm.setDurationValue(Duration value) Sets aDurationvalue. -
Uses of Duration in org.osid.control
Methods in org.osid.control that return DurationModifier and TypeMethodDescriptionAction.getDelay()Gets the delay before proceeding with execution.Setting.getRampRate()Gets the ramp rate from off to on to use for the transition for this setting.Methods in org.osid.control with parameters of type DurationModifier and TypeMethodDescriptionvoidActionQuery.matchDelay(Duration start, Duration end, boolean match) Matches delays between the given range inclusive.voidSettingQuery.matchRampRate(Duration start, Duration end, boolean match) Matches ramp rates between the given range inclusive.voidSets the delay.voidSettingForm.setRampRate(Duration rate) Sets the ramp rate. -
Uses of Duration in org.osid.course
Methods in org.osid.course that return DurationModifier and TypeMethodDescriptionActivity.getTotalTargetContactTime()Gets the total contact time for this activity.ActivityUnit.getTotalTargetContactTime()Gets the total contact time for this activity.Activity.getTotalTargetEffort()Gets the total time required for this activity.ActivityUnit.getTotalTargetEffort()Gets the total time required for this activity.Activity.getTotalTargetIndividualEffort()Gets the total individual time required for this activity.ActivityUnit.getTotalTargetIndividualEffort()Gets the total indivudal time required for this activity.Activity.getWeeklyContactTime()Gets the weekly contact time for ths activity.ActivityUnit.getWeeklyContactTime()Gets the weekly contact time for ths activity.Activity.getWeeklyEffort()Gets the time required for this recurring effort on a weekly basis.ActivityUnit.getWeeklyEffort()Gets the time required for this recurring effort on a weekly basis.Activity.getWeeklyIndividualEffort()Gets the weekly individual time for ths activity.ActivityUnit.getWeeklyIndividualEffort()Gets the weekly individual time for ths activity.Methods in org.osid.course with parameters of type DurationModifier and TypeMethodDescriptionvoidTermQuery.matchClassesDuration(Duration low, Duration high, boolean match) Matches the classes period duration between the given range inclusive.voidTermQuery.matchFinalExamDuration(Duration low, Duration high, boolean match) Matches the final exam period duration between the given range inclusive.voidTermQuery.matchRegistrationDuration(Duration low, Duration high, boolean match) Matches the registration period duration between the given range inclusive.voidActivityQuery.matchTotalTargetContactTime(Duration min, Duration max, boolean match) Matches activities with a total contact time between the given durations inclusive.voidActivityUnitQuery.matchTotalTargetContactTime(Duration min, Duration max, boolean match) Matches activity units with a total contact time between the given durations inclusive.voidActivityQuery.matchTotalTargetEffort(Duration min, Duration max, boolean match) Matches activities with a total effort between the given durations inclusive.voidActivityUnitQuery.matchTotalTargetEffort(Duration min, Duration max, boolean match) Matches activity units with a total effort between the given durations inclusive.voidActivityQuery.matchTotalTargetIndividualEffort(Duration min, Duration max, boolean match) Matches activities with an individual effort between the given durations inclusive.voidActivityUnitQuery.matchTotalTargetIndividualEffort(Duration min, Duration max, boolean match) Matches activity units with an individual effort between the given durations inclusive.voidActivityQuery.matchWeeklyContactTime(Duration min, Duration max, boolean match) Matches activities with a weekly contact time between the given durations inclusive.voidActivityUnitQuery.matchWeeklyContactTime(Duration min, Duration max, boolean match) Matches activity units with a weekly contact time between the given durations inclusive.voidActivityQuery.matchWeeklyEffort(Duration min, Duration max, boolean match) Matches activities with a weekly effort between the given durations inclusive.voidActivityUnitQuery.matchWeeklyEffort(Duration min, Duration max, boolean match) Matches activity units with a weekly effort between the given durations inclusive.voidActivityQuery.matchWeeklyIndividualEffort(Duration min, Duration max, boolean match) Matches activities with a weekly individual effort between the given durations inclusive.voidActivityUnitQuery.matchWeeklyIndividualEffort(Duration min, Duration max, boolean match) Matches activity units with a weekly individual effort between the given durations inclusive.voidActivityForm.setTotalTargetContactTime(Duration time) Sets the total contact time.voidActivityUnitForm.setTotalTargetContactTime(Duration time) Sets the total contact time.voidActivityForm.setTotalTargetEffort(Duration time) Sets the total effort.voidActivityUnitForm.setTotalTargetEffort(Duration time) Sets the total effort.voidActivityForm.setTotalTargetIndividualEffort(Duration time) Sets the total individual effort.voidActivityUnitForm.setTotalTargetIndividualEffort(Duration time) Sets the total individual effort.voidActivityForm.setWeeklyContactTime(Duration time) Sets the weekly contact time.voidActivityUnitForm.setWeeklyContactTime(Duration time) Sets the weekly contact time.voidActivityForm.setWeeklyEffort(Duration time) Sets the weekly effort.voidActivityUnitForm.setWeeklyEffort(Duration time) Sets the weekly effort.voidActivityForm.setWeeklyIndividualEffort(Duration time) Sets the weekly individual effort.voidActivityUnitForm.setWeeklyIndividualEffort(Duration time) Sets the weekly individual effort. -
Uses of Duration in org.osid.course.plan
Methods in org.osid.course.plan that return DurationModifier and TypeMethodDescriptionLesson.getActualEndTime()Gets the actual completion time.Lesson.getActualStartTime()Gets the actual start time.Lesson.getActualTimeSpent()Gets the actual duration of this lesson if it has completed, in progress, or skipped.Lesson.getPlannedStartTime()Gets the planned start time within the first activity as determined by theLessonscheduling.LessonAnchor.getTime()Gets the time offset from the start of the acttvity where the anchor exists.Methods in org.osid.course.plan with parameters of type DurationModifier and TypeMethodDescriptionvoidLessonAnchoringSession.addLessonAnchor(Id lessonId, Id activityId, Duration offset) Adds a lesson anchor.voidLessonAnchoringSession.clearLessonAnchorsForLessonByOffset(Id lessonId, Duration start, Duration end) Clears all lesson anchors within the given offset range inclusive.voidLessonQuery.matchActualEndTime(Duration from, Duration to, boolean match) Matches an actual ending time within the given date range inclusive.voidLessonQuery.matchActualStartTime(Duration from, Duration to, boolean match) Matches an actual start time within the given date range inclusive.voidLessonQuery.matchActualTimeSpent(Duration from, Duration to, boolean match) Matches an actual time spent within the given duration range inclusive.voidLessonQuery.matchPlannedStartTime(Duration from, Duration to, boolean match) Matches a planned start time within the given duration range inclusive.voidLessonForm.setActualEndTime(Duration time) Sets the actual end time.voidLessonForm.setActualStartTime(Duration time) Sets the actual start time.voidLessonForm.setActualTimeSpent(Duration duration) Sets the actual time spent.voidLessonForm.setPlannedStartTime(Duration time) Sets the planned start time. -
Uses of Duration in org.osid.course.program
Methods in org.osid.course.program that return DurationModifier and TypeMethodDescriptionCredential.getLifetime()Gets the lifetime of this credential once awarded.Methods in org.osid.course.program with parameters of type DurationModifier and TypeMethodDescriptionvoidCredentialQuery.matchLifetime(Duration low, Duration high, boolean match) Matches lifetimes between the given range inclusive.voidCredentialForm.setLifetime(Duration lifetime) Sets the lifetime. -
Uses of Duration in org.osid.course.requisite
Methods in org.osid.course.requisite that return DurationModifier and TypeMethodDescriptionAssessmentRequirement.getTimeframe()Gets the timeframe in which the assessment has to be completed.AwardRequirement.getTimeframe()Gets the timeframe in which the award has to be earned.CourseRequirement.getTimeframe()Gets the timeframe in which the course has to be completed.CredentialRequirement.getTimeframe()Gets the timeframe in which the credential has to be earned.ProgramRequirement.getTimeframe()Gets the timeframe in which the program has to be completed.Methods in org.osid.course.requisite with parameters of type DurationModifier and TypeMethodDescriptionvoidAssessmentRequirementForm.setTimeframe(Duration duration) Sets the timeframe.voidAwardRequirementForm.setTimeframe(Duration duration) Sets the timeframe.voidCourseRequirementForm.setTimeframe(Duration duration) Sets the timeframe.voidCredentialRequirementForm.setTimeframe(Duration duration) Sets the timeframe.voidProgramRequirementForm.setTimeframe(Duration duration) Sets the timeframe. -
Uses of Duration in org.osid.course.syllabus
Methods in org.osid.course.syllabus that return DurationMethods in org.osid.course.syllabus with parameters of type DurationModifier and TypeMethodDescriptionvoidDocetQuery.matchDuration(Duration from, Duration to, boolean match) Matches durations between the given durations inclusive.voidDocetForm.setDuration(Duration duration) Sets the duration. -
Uses of Duration in org.osid.financials
Methods in org.osid.financials with parameters of type DurationModifier and TypeMethodDescriptionvoidFiscalPeriodQuery.matchDuration(Duration from, Duration to, boolean match) Matches a fiscal period duratione within the given date range inclusive. -
Uses of Duration in org.osid.locale
Methods in org.osid.locale that return DurationModifier and TypeMethodDescriptionCalendarFormattingSession.stringToDuration(String s) Parses a duration string.Methods in org.osid.locale with parameters of type DurationModifier and TypeMethodDescriptionCalendarFormattingSession.durationToString(Duration duration) Gets a string representation of a duration. -
Uses of Duration in org.osid.mapping.route
Methods in org.osid.mapping.route that return DurationModifier and TypeMethodDescriptionRoute.getETA()Gets the estimated travel time across the entire route.RouteSegment.getETA()Gets the estimated travel time across the entire segment.RouteProgress.getETAToNextSegment()Gets the estimated travel time to the next route segment.RouteProgress.getTotalIdleTime()Gets the total idle time before completion of the route.RouteProgress.getTotalTravelTime()Gets the total travel time.Methods in org.osid.mapping.route with parameters of type DurationModifier and TypeMethodDescriptionvoidMatches routes that have the specified estimated travel time inclusive.voidMatches route segments with estimated ravel times in the specified range.voidSets the estimated travel time for this segment. -
Uses of Duration in org.osid.messaging
Methods in org.osid.messaging with parameters of type DurationModifier and TypeMethodDescriptionvoidMessageQuery.matchDeliveryTime(Duration start, Duration end, boolean match) Matches messages whose delivery duration is between the supplied range inclusive. -
Uses of Duration in org.osid.ordering
Methods in org.osid.ordering that return DurationMethods in org.osid.ordering with parameters of type DurationModifier and TypeMethodDescriptionvoidPriceQuery.matchRecurringInterval(Duration low, Duration high, boolean match) Matches the recurring interval between the given duration range inclusive.voidPriceForm.setRecurringInterval(Duration interval) Sets the recurring interval. -
Uses of Duration in org.osid.personnel
Methods in org.osid.personnel that return DurationModifier and TypeMethodDescriptionPosition.getCompensationFrequency()Gets the frequency of compensation.Methods in org.osid.personnel with parameters of type DurationModifier and TypeMethodDescriptionvoidPositionQuery.matchCompensationFrequency(Duration low, Duration high, boolean match) Matches a compensation frequency between the given range inclusive.voidPositionForm.setCompensationFrequency(Duration frequency) Sets the compensation frequency. -
Uses of Duration in org.osid.provisioning
Methods in org.osid.provisioning that return DurationModifier and TypeMethodDescriptionQueue.getEWA()Gets the estimated waiting time for new requests in this queue.Request.getEWA()Gets the estimated waiting time for a provision out of the pool.Provision.getRatePeriod()Gets the rate period.Methods in org.osid.provisioning with parameters of type DurationModifier and TypeMethodDescriptionvoidMatches queues whose estimated waiting time is in the given range inclusive,.voidMatches requests whose estimated waiting time is in the given range inclusive,.voidProvisionQuery.matchRatePeriod(Duration from, Duration to, boolean match) Matches leased provisions with a rate period within the given range inclusive.voidProvisionForm.setRatePeriod(Duration period) Sets the rate period. -
Uses of Duration in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return DurationModifier and TypeMethodDescriptionBrokerProcessor.getFixedLeaseDuration()Gets the fixed lease duration.Methods in org.osid.provisioning.rules with parameters of type DurationModifier and TypeMethodDescriptionvoidBrokerProcessorQuery.matchFixedLeaseDuration(Duration from, Duration to, boolean match) Matches brokers that issue fixed duration leases between the given durations inclusive. -
Uses of Duration in org.osid.recipe
Methods in org.osid.recipe that return DurationModifier and TypeMethodDescriptionDirection.getEstimatedDuration()Gets the estimated time required for this direction.Recipe.getTotalEstimatedDuration()Gets the overall time required for this recipe.Methods in org.osid.recipe with parameters of type DurationModifier and TypeMethodDescriptionvoidDirectionQuery.matchEstimatedDuration(Duration start, Duration end, boolean match) Matches directions with an estimated duration between the given range inclusive.voidRecipeQuery.matchTotalDuration(Duration start, Duration end, boolean match) Matches recipes with an estimated duration between the given range inclusive.voidRecipeQuery.matchTotalEstimatedDuration(Duration start, Duration end, boolean match) Matches recipes with an estimated duration between the given range inclusive.voidDirectionForm.setEstimatedDuration(Duration duration) Sets the estimated duration.voidRecipeForm.setTotalEstimatedDuration(Duration duration) Sets the estimated duration. -
Uses of Duration in org.osid.resourcing
Methods in org.osid.resourcing that return DurationMethods in org.osid.resourcing with parameters of type DurationModifier and TypeMethodDescriptionvoidEffortQuery.matchTimeSpent(Duration start, Duration end, boolean match) Matches the time spent between the given durations inclusive.voidEffortForm.setTimeSpent(Duration timeSpent) Sets the time spent. -
Uses of Duration in org.osid.search.terms
Methods in org.osid.search.terms that return DurationModifier and TypeMethodDescriptionDurationTerm.getDuration()Gets theDurationin this term.DurationRangeTerm.getDurationRangeEnd()Gets the end of theDurationrange in this term.DurationRangeTerm.getDurationRangeStart()Gets the start of theDurationrange in this term.