Uses of Class
org.opencastproject.scheduler.api.SchedulerException
Packages that use SchedulerException
Package
Description
-
Uses of SchedulerException in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint that throw SchedulerExceptionModifier and TypeMethodDescriptionprotected com.entwinemedia.fn.data.json.JValueEventsEndpoint.eventToJSON(Event event, Boolean withAcl, Boolean withMetadata, Boolean withScheduling, Boolean withPublications, Boolean includeInternalPublication, Boolean withSignedUrls, ApiVersion requestedVersion) Transform anEventto Jsonprotected javax.ws.rs.core.ResponseEventsEndpoint.getJsonEvents(String acceptHeader, List<IndexObject> events, Boolean withAcl, Boolean withMetadata, Boolean withScheduling, Boolean withPublications, Boolean includeInternalPublication, Boolean withSignedUrls, ApiVersion requestedVersion) Render a collection ofEvents into a json array. -
Uses of SchedulerException in org.opencastproject.external.util
Methods in org.opencastproject.external.util that throw SchedulerExceptionModifier and TypeMethodDescriptionstatic List<MediaPackage> SchedulingUtils.getConflictingEvents(SchedulingUtils.SchedulingInfo schedulingInfo, CaptureAgentStateService agentStateService, SchedulerService schedulerService) Get the conflicting events for the given SchedulingInfo.SchedulingUtils.SchedulingInfo.of(String eventId, SchedulerService schedulerService) Get the SchedulingInfo for the given event id. -
Uses of SchedulerException in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api that throw SchedulerExceptionModifier and TypeMethodDescriptionIndexService.createEvent(EventHttpServletRequest eventHttpServletRequest) Create a new event using aEventHttpServletRequest. -
Uses of SchedulerException in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that throw SchedulerExceptionModifier and TypeMethodDescriptionIndexServiceImpl.createEvent(org.json.simple.JSONObject metadataJson, MediaPackage mp) IndexServiceImpl.createEvent(EventHttpServletRequest eventHttpServletRequest) -
Uses of SchedulerException in org.opencastproject.ingest.api
Methods in org.opencastproject.ingest.api that throw SchedulerException -
Uses of SchedulerException in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl that throw SchedulerException -
Uses of SchedulerException in org.opencastproject.scheduler.api
Subclasses of SchedulerException in org.opencastproject.scheduler.apiModifier and TypeClassDescriptionclassThrown when a scheduled event can not be added or updated because of a conflict.Methods in org.opencastproject.scheduler.api that throw SchedulerExceptionModifier and TypeMethodDescriptionvoidSchedulerService.addEvent(Date startDateTime, Date endDateTime, String captureAgentId, Set<String> userIds, MediaPackage mediaPackage, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) Creates new event using specified mediapackage, workflow configuration and capture agent configuration.SchedulerService.addMultipleEvents(net.fortuna.ical4j.model.property.RRule rRule, Date start, Date end, Long duration, TimeZone tz, String captureAgentId, Set<String> userIds, MediaPackage templateMp, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) Creates a group of new event using specified mediapackage, workflow configuration and capture agent configuration.SchedulerService.findConflictingEvents(String captureDeviceID, Date startDate, Date endDate) Returns list of all conflicting events, i.e. all events that ends after start date and begins before end date.SchedulerService.findConflictingEvents(String captureAgentId, net.fortuna.ical4j.model.property.RRule rrule, Date startDate, Date endDate, long duration, TimeZone timezone) Returns list of all conflicting events.SchedulerService.getCalendar(Optional<String> captureAgentId, Optional<String> seriesId, Optional<Date> cutoff) Generates calendar for specified capture agent.SchedulerService.getCaptureAgentConfiguration(String mediaPackageId) Retrieves capture agent configuration for specified event.SchedulerService.getCurrentRecording(String captureAgentId) Retrieves the currently active recording for the given capture agent (if any).SchedulerService.getDublinCore(String mediaPackageId) Retrieves dublin core catalog associated with specified event ID.intSchedulerService.getEventCount()Returns the number of scheduled events.SchedulerService.getKnownRecordings()Gets the state of all recordings in the system.SchedulerService.getMediaPackage(String mediaPackageId) Retrieves mediapackage associated with specified event ID.SchedulerService.getRecordingState(String mediaPackageId) Gets the state of a recording, if it exists.SchedulerService.getScheduleLastModified(String captureAgentId) Returns hash of last modification of event belonging to specified capture agent.SchedulerService.getTechnicalMetadata(String mediaPackageId) Retrieves the technical metadata associated with specified event ID.SchedulerService.getUpcomingRecording(String captureAgentId) Retrieves the upcoming recording for the given capture agent (if any).SchedulerService.getWorkflowConfig(String mediaPackageId) Retrieves workflow configuration associated with specified event ID.voidSchedulerService.removeEvent(String mediaPackageId) Removes event with specified ID.voidSchedulerService.removeRecording(String mediaPackageId) Removes a recording from the system, if the recording exists.voidSchedulerService.removeScheduledRecordingsBeforeBuffer(long buffer) Remove all of the scheduled events before a buffer.SchedulerService.search(Optional<String> captureAgentId, Optional<Date> startsFrom, Optional<Date> startsTo, Optional<Date> endFrom, Optional<Date> endTo) Retrieves all events matching given filter.voidSchedulerService.updateEvent(String mediaPackageId, Optional<Date> startDateTime, Optional<Date> endDateTime, Optional<String> captureAgentId, Optional<Set<String>> userIds, Optional<MediaPackage> mediaPackage, Optional<Map<String, String>> wfProperties, Optional<Map<String, String>> caMetadata) Updates event with specified ID and check for conflicts.voidSchedulerService.updateEvent(String mediaPackageId, Optional<Date> startDateTime, Optional<Date> endDateTime, Optional<String> captureAgentId, Optional<Set<String>> userIds, Optional<MediaPackage> mediaPackage, Optional<Map<String, String>> wfProperties, Optional<Map<String, String>> caMetadata, boolean allowConflict) Updates event with specified ID and possibly checking for conflicts.booleanSchedulerService.updateRecordingState(String mediaPackageId, String state) Updates the state of a recording with the given state, if it exists. -
Uses of SchedulerException in org.opencastproject.scheduler.endpoint
Methods in org.opencastproject.scheduler.endpoint that throw SchedulerExceptionModifier and TypeMethodDescriptionSchedulerRestService.getEventListAsJsonString(List<MediaPackage> mpList) Serializes mediapackage schedule metadata into JSON array string. -
Uses of SchedulerException in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl that throw SchedulerExceptionModifier and TypeMethodDescriptionvoidSchedulerServiceImpl.addEvent(Date startDateTime, Date endDateTime, String captureAgentId, Set<String> userIds, MediaPackage mediaPackage, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) SchedulerServiceImpl.addMultipleEvents(net.fortuna.ical4j.model.property.RRule rRule, Date start, Date end, Long duration, TimeZone tz, String captureAgentId, Set<String> userIds, MediaPackage templateMp, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) SchedulerServiceImpl.findConflictingEvents(String captureDeviceID, Date startDate, Date endDate) SchedulerServiceImpl.findConflictingEvents(String captureAgentId, net.fortuna.ical4j.model.property.RRule rrule, Date start, Date end, long duration, TimeZone tz) SchedulerServiceImpl.getCalendar(Optional<String> captureAgentId, Optional<String> seriesId, Optional<Date> cutoff) SchedulerServiceImpl.getCaptureAgentConfiguration(String mediaPackageId) CaptureNowProlongingService.getCurrentRecording(String agentId) Returns the current event for the given capture agent.SchedulerServiceImpl.getCurrentRecording(String captureAgentId) SchedulerServiceImpl.getDublinCore(String mediaPackageId) intSchedulerServiceImpl.getEventCount()SchedulerServiceImpl.getKnownRecordings()SchedulerServiceImpl.getMediaPackage(String mediaPackageId) SchedulerServiceImpl.getRecordingState(String id) SchedulerServiceImpl.getScheduleLastModified(String captureAgentId) SchedulerServiceImpl.getTechnicalMetadata(String mediaPackageId) SchedulerServiceImpl.getUpcomingRecording(String captureAgentId) SchedulerServiceImpl.getWorkflowConfig(String mediaPackageId) voidCaptureNowProlongingService.prolongEvent(MediaPackage event, DublinCoreCatalog dublinCore, String agentId) Extends the current recording.voidSchedulerServiceImpl.removeEvent(String mediaPackageId) voidSchedulerServiceImpl.removeRecording(String id) voidSchedulerServiceImpl.removeScheduledRecordingsBeforeBuffer(long buffer) SchedulerServiceImpl.search(Optional<String> captureAgentId, Optional<Date> startsFrom, Optional<Date> startsTo, Optional<Date> endFrom, Optional<Date> endTo) voidSchedulerServiceImpl.updateEvent(String mpId, Optional<Date> startDateTime, Optional<Date> endDateTime, Optional<String> captureAgentId, Optional<Set<String>> userIds, Optional<MediaPackage> mediaPackage, Optional<Map<String, String>> wfProperties, Optional<Map<String, String>> caMetadata) voidSchedulerServiceImpl.updateEvent(String mpId, Optional<Date> startDateTime, Optional<Date> endDateTime, Optional<String> captureAgentId, Optional<Set<String>> userIds, Optional<MediaPackage> mediaPackage, Optional<Map<String, String>> wfProperties, Optional<Map<String, String>> caMetadata, boolean allowConflict) booleanSchedulerServiceImpl.updateRecordingState(String id, String state) -
Uses of SchedulerException in org.opencastproject.scheduler.remote
Methods in org.opencastproject.scheduler.remote that throw SchedulerExceptionModifier and TypeMethodDescriptionvoidSchedulerServiceRemoteImpl.addEvent(Date startDateTime, Date endDateTime, String captureAgentId, Set<String> userIds, MediaPackage mediaPackage, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) SchedulerServiceRemoteImpl.addMultipleEvents(net.fortuna.ical4j.model.property.RRule rRule, Date start, Date end, Long duration, TimeZone tz, String captureAgentId, Set<String> userIds, MediaPackage templateMp, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) SchedulerServiceRemoteImpl.findConflictingEvents(String captureDeviceID, Date startDate, Date endDate) SchedulerServiceRemoteImpl.findConflictingEvents(String captureAgentId, net.fortuna.ical4j.model.property.RRule rrule, Date startDate, Date endDate, long duration, TimeZone timezone) SchedulerServiceRemoteImpl.getCalendar(Optional<String> captureAgentId, Optional<String> seriesId, Optional<Date> cutoff) SchedulerServiceRemoteImpl.getCaptureAgentConfiguration(String eventId) SchedulerServiceRemoteImpl.getCurrentRecording(String captureAgentId) SchedulerServiceRemoteImpl.getDublinCore(String eventId) intSchedulerServiceRemoteImpl.getEventCount()SchedulerServiceRemoteImpl.getKnownRecordings()SchedulerServiceRemoteImpl.getMediaPackage(String eventId) SchedulerServiceRemoteImpl.getRecordingState(String id) SchedulerServiceRemoteImpl.getScheduleLastModified(String agentId) SchedulerServiceRemoteImpl.getTechnicalMetadata(String eventId) SchedulerServiceRemoteImpl.getUpcomingRecording(String captureAgentId) SchedulerServiceRemoteImpl.getWorkflowConfig(String eventId) voidSchedulerServiceRemoteImpl.removeEvent(String eventId) voidSchedulerServiceRemoteImpl.removeRecording(String eventId) voidSchedulerServiceRemoteImpl.removeScheduledRecordingsBeforeBuffer(long buffer) SchedulerServiceRemoteImpl.search(Optional<String> captureAgentId, Optional<Date> startsFrom, Optional<Date> startsTo, Optional<Date> endFrom, Optional<Date> endTo) voidSchedulerServiceRemoteImpl.updateEvent(String eventId, Optional<Date> startDateTime, Optional<Date> endDateTime, Optional<String> captureAgentId, Optional<Set<String>> userIds, Optional<MediaPackage> mediaPackage, Optional<Map<String, String>> wfProperties, Optional<Map<String, String>> caMetadata) voidSchedulerServiceRemoteImpl.updateEvent(String eventId, Optional<Date> startDateTime, Optional<Date> endDateTime, Optional<String> captureAgentId, Optional<Set<String>> userIds, Optional<MediaPackage> mediaPackage, Optional<Map<String, String>> wfProperties, Optional<Map<String, String>> caMetadata, boolean allowConflict) booleanSchedulerServiceRemoteImpl.updateRecordingState(String mediapackageId, String state)