Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- activate(ComponentContext) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
The method that will be called, if the service will be activated
- activate(ComponentContext) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Activates the component
- activate(ComponentContext) - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- activate(ComponentContext) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
-
Creates
EntityManagerFactoryusing persistence provider and properties passed via OSGi. - activate(ComponentContext) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
Activates Scheduler Service.
- addCatalogUIAdapter(EventCatalogUIAdapter) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback to add
EventCatalogUIAdapterinstance. - addEvent(long, long, String, String, String, String, String, String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Creates new event based on parameters.
- addEvent(Date, Date, String, Set<String>, MediaPackage, Map<String, String>, Map<String, String>, Optional<String>) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- addEvent(MediaPackage, DublinCoreCatalog, String, Date, Date, Date, String) - Method in class org.opencastproject.scheduler.impl.CalendarGenerator
-
Adds an SchedulerEvent as a new entry to this iCalendar
- addMultipleEvents(String, long, long, long, String, String, String, MediaPackage, String, String, String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Creates new event based on parameters.
- addMultipleEvents(RRule, Date, Date, Long, TimeZone, String, Set<String>, MediaPackage, Map<String, String>, Map<String, String>, Optional<String>) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- addSchedulerUpdateHandler(SchedulerUpdateHandler) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback to add an update handler.
B
- bindOrganizationDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- bindSecurityService(SecurityService) - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- bindServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
C
- cal - Variable in class org.opencastproject.scheduler.impl.CalendarGenerator
-
iCalendar
- calculateChecksum(Workspace, List<MediaPackageElementFlavor>, Date, Date, String, Set<String>, MediaPackage, Optional<DublinCoreCatalog>, Map<String, String>, Map<String, String>, AccessControlList) - Static method in class org.opencastproject.scheduler.impl.SchedulerUtil
- CalendarGenerator - Class in org.opencastproject.scheduler.impl
-
Create an iCalendar from the provided scheduled events.
- CalendarGenerator(SeriesService) - Constructor for class org.opencastproject.scheduler.impl.CalendarGenerator
-
Default constructor that creates a CalendarGenerator object
- captureAgentId - Variable in class org.opencastproject.scheduler.impl.persistence.LastModifiedDto
-
Capture agent ID
- CaptureNowProlongingService - Class in org.opencastproject.scheduler.impl
-
Prolong immediate recordings before reaching the end, as long as there are no conflicts
- CaptureNowProlongingService() - Constructor for class org.opencastproject.scheduler.impl.CaptureNowProlongingService
- CaptureNowProlongingService.Runner - Class in org.opencastproject.scheduler.impl
-
Quartz work horse.
- countEvents() - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- countEvents() - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Retrieve the number of events.
- currentCapture(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Prolonging service
- currentRecording(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
D
- deactivate() - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- deactivate(ComponentContext) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Deactivates the component
- deleteEvent(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Removes the specified event.
- deleteEvent(String) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- deleteEvent(String) - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Removes the extended event from persistent storage.
E
- equals(Object) - Method in class org.opencastproject.scheduler.impl.persistence.EventIdPK
- eventCount() - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- EventIdPK - Class in org.opencastproject.scheduler.impl.persistence
- EventIdPK() - Constructor for class org.opencastproject.scheduler.impl.persistence.EventIdPK
- EventIdPK(String, String) - Constructor for class org.opencastproject.scheduler.impl.persistence.EventIdPK
- execute(AbstractScanner, JobExecutionContext) - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner.Runner
- execute(JobExecutionContext) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService.Runner
- ExtendedEventDto - Class in org.opencastproject.scheduler.impl.persistence
-
Entity object for storing extended scheduled event information in persistence storage.
- ExtendedEventDto() - Constructor for class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
-
Default constructor without any import.
F
- finalize() - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
- findConflictingEvents(String, Date, Date) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- findConflictingEvents(String, RRule, Date, Date, long, TimeZone) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
G
- getAllRecordings() - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- getCalendar() - Method in class org.opencastproject.scheduler.impl.CalendarGenerator
-
gets the iCalendar creates by this object.
- getCalendar(String, String, Long, HttpServletRequest) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Gets the iCalendar with all (even old) events for the specified filter.
- getCalendar(Optional<String>, Optional<String>, Optional<Date>) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getCalendarJson(String, Long, Boolean, HttpServletRequest) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- getCaptureAgentConfiguration(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getCaptureAgentId() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getCaptureAgentId() - Method in class org.opencastproject.scheduler.impl.persistence.LastModifiedDto
-
Returns the capture agent ID.
- getCaptureAgentMetadata(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Gets java Properties file with technical metadata for the specified event.
- getCaptureAgentProperties() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getChecksum() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getComponentContext() - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
- getConflictingEventsJson(String, String, Long, Long, Long, String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- getConflicts(String, String, String, Long, Long, Long, String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- getCurrentRecording(String) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Returns the current event for the given capture agent.
- getCurrentRecording(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getDublinCore(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getDublinCoreMetadataJSON(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Gets a Dublin Core metadata for the specified event as JSON.
- getDublinCoreMetadataXml(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Gets a XML with the Dublin Core metadata for the specified event.
- getEndDate() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getEvent(String) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- getEvent(String) - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Get the event with the given mediapackage id for the current organization.
- getEvent(String, String) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- getEvent(String, String) - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Get the event with the given mediapackage id and organization.
- getEventCount() - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getEventId() - Method in class org.opencastproject.scheduler.impl.SchedulerEventImpl
- getEventListAsJsonString(List<MediaPackage>) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Serializes mediapackage schedule metadata into JSON array string.
- getEvents() - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- getEvents() - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Get all events from the scheduler for the current organizations.
- getEvents(String, Date, Date, int) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- getEvents(String, Date, Date, int) - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Get the mediapackage IDs of all events scheduled on the given capture agent between the given start/end time.
- getEventsAsList(String, String, Long, Long, Long, Long) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- getInitialTime() - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Returns the initial time duration (in milliseconds) of a recording started by the CaptureNow service
- getJobGroup() - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- getJobName() - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- getKnownRecordings() - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- getKnownRecordings() - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Retrieve all events which have a recording state and a recording last heard.
- getKnownRecordings() - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getLastModified(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- getLastModified(String) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- getLastModified(String) - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Get the last modification date by an agent identifier
- getLastModifiedDate() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getLastModifiedDate() - Method in class org.opencastproject.scheduler.impl.persistence.LastModifiedDto
-
Returns the last modified date
- getLastModifiedDates() - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- getLastModifiedDates() - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Get a
Mapof last modification dates of all existing capture agents. - getMediaPackage() - Method in class org.opencastproject.scheduler.impl.SchedulerEventImpl
- getMediaPackage(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getMediaPackageId() - Method in class org.opencastproject.scheduler.impl.persistence.EventIdPK
- getMediaPackageId() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getMediaPackageXml(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Gets a XML with the media package for the specified event.
- getOrganization() - Method in class org.opencastproject.scheduler.impl.persistence.EventIdPK
- getOrganization() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getOrgDirectoryService() - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
- getPresenters() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getProlongingTime() - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Returns the time duration (in milliseconds) a recording is prolonged by the prolonging job.
- getRecordingLastHeard() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getRecordingState() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getRecordingState(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- getRecordingState(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getScannerName() - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- getScheduleLastModified(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getSecurityService() - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
- getSecurityService() - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getService() - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getServiceRegistry() - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
- getSource() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getStartDate() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getTechnicalMetadata() - Method in class org.opencastproject.scheduler.impl.SchedulerEventImpl
- getTechnicalMetadata(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getTechnicalMetadataJSON(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Gets a XML with the media package for the specified event.
- getTriggerGroupName() - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- getTriggerName() - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- getUpcomingRecording(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getVersion() - Method in class org.opencastproject.scheduler.impl.SchedulerEventImpl
- getWorkflowConfig(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- getWorkflowConfiguration(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Gets the workflow configuration for the specified event.
- getWorkflowProperties() - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- getWorkspace() - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
- getWrappedException() - Method in exception class org.opencastproject.scheduler.impl.RuntimeNotFoundException
H
- hashCode() - Method in class org.opencastproject.scheduler.impl.persistence.EventIdPK
J
- JOB_GROUP - Static variable in class org.opencastproject.scheduler.impl.OldScheduledScanner
- JOB_NAME - Static variable in class org.opencastproject.scheduler.impl.OldScheduledScanner
L
- lastModifiedCache - Variable in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
The last modified cache
- lastModifiedDate - Variable in class org.opencastproject.scheduler.impl.persistence.LastModifiedDto
- LastModifiedDto - Class in org.opencastproject.scheduler.impl.persistence
-
Entity object for storing scheduled last modified dates in persistence storage.
- LastModifiedDto() - Constructor for class org.opencastproject.scheduler.impl.persistence.LastModifiedDto
-
Default constructor without any import.
O
- OldScheduledScanner - Class in org.opencastproject.scheduler.impl
- OldScheduledScanner() - Constructor for class org.opencastproject.scheduler.impl.OldScheduledScanner
- OldScheduledScanner.Runner - Class in org.opencastproject.scheduler.impl
-
Quartz job to which cleans up the workflow instances
- org.opencastproject.scheduler.endpoint - package org.opencastproject.scheduler.endpoint
- org.opencastproject.scheduler.impl - package org.opencastproject.scheduler.impl
- org.opencastproject.scheduler.impl.persistence - package org.opencastproject.scheduler.impl.persistence
P
- PERSISTENCE_UNIT - Static variable in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
-
JPA persistence unit name
- prolongCapture(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- prolongEvent(MediaPackage, DublinCoreCatalog, String) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Extends the current recording.
R
- removeCatalogUIAdapter(EventCatalogUIAdapter) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback to remove
EventCatalogUIAdapterinstance. - removeEvent(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- removeOldScheduledRecordings(long) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- removeRecording(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- removeRecording(String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- removeScheduledRecordingsBeforeBuffer(long) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- removeSchedulerUpdateHandler(SchedulerUpdateHandler) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- repopulate(IndexRebuildService.DataType) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- resetRecordingState(String) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- resetRecordingState(String) - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Nulls recording state and recording last heard of of the given media package.
- Runner() - Constructor for class org.opencastproject.scheduler.impl.CaptureNowProlongingService.Runner
- Runner() - Constructor for class org.opencastproject.scheduler.impl.OldScheduledScanner.Runner
- RuntimeNotFoundException - Exception Class in org.opencastproject.scheduler.impl
- RuntimeNotFoundException(NotFoundException) - Constructor for exception class org.opencastproject.scheduler.impl.RuntimeNotFoundException
S
- scan() - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- SCANNER_NAME - Static variable in class org.opencastproject.scheduler.impl.OldScheduledScanner
- schedule(String) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Set the schedule and start or restart the scheduler.
- SchedulerEventImpl - Class in org.opencastproject.scheduler.impl
-
An in-memory construct to represent the scheduled event
- SchedulerEventImpl(String, String, MediaPackage, TechnicalMetadata) - Constructor for class org.opencastproject.scheduler.impl.SchedulerEventImpl
-
Builds a representation of the technical metadata.
- SchedulerRestService - Class in org.opencastproject.scheduler.endpoint
-
REST Endpoint for Scheduler Service
- SchedulerRestService() - Constructor for class org.opencastproject.scheduler.endpoint.SchedulerRestService
- SchedulerServiceDatabase - Interface in org.opencastproject.scheduler.impl
-
Permanent storage for events.
- SchedulerServiceDatabaseException - Exception Class in org.opencastproject.scheduler.impl
-
General exception representing failure in indexing or storing events, either to persistent storage or index.
- SchedulerServiceDatabaseException(Throwable) - Constructor for exception class org.opencastproject.scheduler.impl.SchedulerServiceDatabaseException
- SchedulerServiceDatabaseImpl - Class in org.opencastproject.scheduler.impl.persistence
-
Implements
SchedulerServiceDatabase. - SchedulerServiceDatabaseImpl() - Constructor for class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- SchedulerServiceImpl - Class in org.opencastproject.scheduler.impl
-
Implementation of
SchedulerService. - SchedulerServiceImpl() - Constructor for class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- SchedulerUtil - Class in org.opencastproject.scheduler.impl
-
Functions to support scheduler service operations.
- search(Optional<String>, Optional<Date>, Optional<Date>, Optional<Date>, Optional<Date>) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- search(Optional<String>, Optional<Date>, Optional<Date>, Optional<Date>, Optional<Date>, Optional<Integer>) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- search(Optional<String>, Optional<Date>, Optional<Date>, Optional<Date>, Optional<Date>, Optional<Integer>) - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Retrieve all events matching given filter ordered by start time ascending.
- seriesService - Variable in class org.opencastproject.scheduler.impl.CalendarGenerator
-
Series service for Series DC retrieval
- serverUrl - Variable in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- serviceUrl - Variable in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- setAssetManager(AssetManager) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback to set the asset manager.
- setAuthorizationService(AuthorizationService) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback to set the authorization service.
- setCalendar(Calendar) - Method in class org.opencastproject.scheduler.impl.CalendarGenerator
-
Sets an iCalender to work with
- setCaptureAgentId(String) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setCaptureAgentId(String) - Method in class org.opencastproject.scheduler.impl.persistence.LastModifiedDto
-
Sets the capture agent ID.
- setCaptureAgentProperties(String) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setCaptureAgentStateService(CaptureAgentStateService) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Method to set the capture agent state service this REST endpoint uses
- setChecksum(String) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setDBSessionFactory(DBSessionFactory) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- setEndDate(Date) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setEntityManagerFactory(EntityManagerFactory) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
-
OSGi DI
- setEventId(String) - Method in class org.opencastproject.scheduler.impl.SchedulerEventImpl
- setIndex(ElasticsearchIndex) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSgi callback to set the Elasticsearch index.
- setLastModifiedDate(Date) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setLastModifiedDate(Date) - Method in class org.opencastproject.scheduler.impl.persistence.LastModifiedDto
-
Sets the last modified date
- setMediaPackage(MediaPackage) - Method in class org.opencastproject.scheduler.impl.SchedulerEventImpl
- setMediaPackageId(String) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setOrganization(String) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setOrgDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Sets the organization directory service
- setOrgDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback to set the organization directory service.
- setPersistence(SchedulerServiceDatabase) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback to set Persistence Service.
- setPresenters(String) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setProlongingService(CaptureNowProlongingService) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Method to set the prolonging service this REST endpoint uses
- setQuartz(Scheduler) - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
- setRecordingLastHeard(Long) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setRecordingState(String) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setSchedulerService(SchedulerService) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Sets the scheduler service
- setSecurityService(SecurityService) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Sets the security service
- setSecurityService(SecurityService) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
-
OSGi DI
- setSecurityService(SecurityService) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback to set security service.
- setSeriesService(SeriesService) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback for setting Series Service.
- setService(SchedulerService) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Method to set the service this REST endpoint uses
- setService(SchedulerService) - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
-
Method to set the service this REST endpoint uses
- setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Sets the service registry
- setSource(String) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setStartDate(Date) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setTechnicalMetadata(TechnicalMetadata) - Method in class org.opencastproject.scheduler.impl.SchedulerEventImpl
- setVersion(String) - Method in class org.opencastproject.scheduler.impl.SchedulerEventImpl
- setWorkflowProperties(String) - Method in class org.opencastproject.scheduler.impl.persistence.ExtendedEventDto
- setWorkspace(Workspace) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Method to set the workspace this REST endpoint uses
- setWorkspace(Workspace) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Sets the workspace
- setWorkspace(Workspace) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
-
OSGi callback to set the workspace.
- shutdown() - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
-
Shutdown the scheduler.
- sortCatalogById - Static variable in class org.opencastproject.scheduler.impl.SchedulerUtil
- startCapture(String, String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- stop(String) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
- stopCapture(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- storeEvent(String, String, Optional<String>, Optional<Date>, Optional<Date>, Optional<String>, Optional<String>, Optional<Long>, Optional<String>, Optional<Date>, Optional<String>, Optional<Map<String, String>>, Optional<Map<String, String>>) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- storeEvent(String, String, Optional<String>, Optional<Date>, Optional<Date>, Optional<String>, Optional<String>, Optional<Long>, Optional<String>, Optional<Date>, Optional<String>, Optional<Map<String, String>>, Optional<Map<String, String>>) - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Create or update an event identified by mediapackageId and organizationId
T
- toHumanReadableString(Workspace, List<MediaPackageElementFlavor>, SchedulerEvent) - Static method in class org.opencastproject.scheduler.impl.SchedulerUtil
-
Converts a scheduler event to a human readable string
- touchLastEntry(String) - Method in class org.opencastproject.scheduler.impl.persistence.SchedulerServiceDatabaseImpl
- touchLastEntry(String) - Method in interface org.opencastproject.scheduler.impl.SchedulerServiceDatabase
-
Touches the most recent entry by updating its last modification date.
- TRIGGER_GROUP - Static variable in class org.opencastproject.scheduler.impl.OldScheduledScanner
- TRIGGER_NAME - Static variable in class org.opencastproject.scheduler.impl.OldScheduledScanner
U
- unsetCaptureAgentStateService(CaptureAgentStateService) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Method to unset the capture agent state service this REST endpoint uses
- unsetProlongingService(CaptureNowProlongingService) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Method to unset the prolonging service this REST endpoint uses
- unsetService(SchedulerService) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
-
Method to unset the service this REST endpoint uses
- unsetService(SchedulerService) - Method in class org.opencastproject.scheduler.impl.OldScheduledScanner
-
Method to unset the service this REST endpoint uses
- upcomingCapture(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- upcomingRecording(String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- updated(Dictionary<String, ?>) - Method in class org.opencastproject.scheduler.impl.CaptureNowProlongingService
- updated(Dictionary<String, ?>) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- updateEvent(String, Long, Long, String, String, String, String, String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- updateEvent(String, Optional<Date>, Optional<Date>, Optional<String>, Optional<Set<String>>, Optional<MediaPackage>, Optional<Map<String, String>>, Optional<Map<String, String>>) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- updateEvent(String, Optional<Date>, Optional<Date>, Optional<String>, Optional<Set<String>>, Optional<MediaPackage>, Optional<Map<String, String>>, Optional<Map<String, String>>, boolean) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
- updateRecordingState(String, String) - Method in class org.opencastproject.scheduler.endpoint.SchedulerRestService
- updateRecordingState(String, String) - Method in class org.opencastproject.scheduler.impl.SchedulerServiceImpl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form