Uses of Class
org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
Packages that use ExtendedEventDto
Package
Description
-
Uses of ExtendedEventDto in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl that return types with arguments of type ExtendedEventDtoModifier and TypeMethodDescriptionGet the event with the given mediapackage id for the current organization.Get the event with the given mediapackage id and organization.SchedulerServiceDatabase.getEvents()Get all events from the scheduler for the current organizations.SchedulerServiceDatabase.getKnownRecordings()Retrieve all events which have a recording state and a recording last heard.SchedulerServiceDatabase.search(Optional<String> captureAgentId, Optional<Date> startsFrom, Optional<Date> startsTo, Optional<Date> endFrom, Optional<Date> endTo, Optional<Integer> limit) Retrieve all events matching given filter ordered by start time ascending. -
Uses of ExtendedEventDto in org.opencastproject.scheduler.impl.persistence
Methods in org.opencastproject.scheduler.impl.persistence that return types with arguments of type ExtendedEventDtoModifier and TypeMethodDescriptionSchedulerServiceDatabaseImpl.getEvents()SchedulerServiceDatabaseImpl.getKnownRecordings()SchedulerServiceDatabaseImpl.search(Optional<String> captureAgentId, Optional<Date> optStartsFrom, Optional<Date> optStartsTo, Optional<Date> optEndFrom, Optional<Date> optEndTo, Optional<Integer> limit)