Uses of Class
org.opencastproject.external.util.SchedulingUtils.SchedulingInfo
Packages that use SchedulingUtils.SchedulingInfo
-
Uses of SchedulingUtils.SchedulingInfo in org.opencastproject.external.util
Methods in org.opencastproject.external.util that return SchedulingUtils.SchedulingInfoModifier and TypeMethodDescriptionSchedulingUtils.SchedulingInfo.merge(org.opencastproject.scheduler.api.TechnicalMetadata metadata) Creates a new SchedulingInfo of this instance which uses start date, end date, and agent id form the givenTechnicalMetadataif they are not present in this instance.SchedulingUtils.SchedulingInfo.of(String eventId, org.opencastproject.scheduler.api.SchedulerService schedulerService) Get the SchedulingInfo for the given event id.SchedulingUtils.SchedulingInfo.of(org.json.simple.JSONObject json) Parse the given json and create a new SchedulingInfo.Methods in org.opencastproject.external.util with parameters of type SchedulingUtils.SchedulingInfoModifier and TypeMethodDescriptionstatic List<org.opencastproject.mediapackage.MediaPackage> SchedulingUtils.getConflictingEvents(SchedulingUtils.SchedulingInfo schedulingInfo, org.opencastproject.capture.admin.api.CaptureAgentStateService agentStateService, org.opencastproject.scheduler.api.SchedulerService schedulerService) Get the conflicting events for the given SchedulingInfo.Constructors in org.opencastproject.external.util with parameters of type SchedulingUtils.SchedulingInfoModifierConstructorDescriptionCopy the given SchedulingInfo object.