Class SchedulerEventImpl

java.lang.Object
org.opencastproject.scheduler.impl.SchedulerEventImpl
All Implemented Interfaces:
SchedulerEvent

public class SchedulerEventImpl extends Object implements SchedulerEvent
An in-memory construct to represent the scheduled event
  • Constructor Details

    • SchedulerEventImpl

      public SchedulerEventImpl(String eventId, String version, MediaPackage mediaPackage, TechnicalMetadata technicalMetadata)
      Builds a representation of the technical metadata.
      Parameters:
      eventId - the event identifier
      version - the version of the event
      mediaPackage - the mediapackage
      technicalMetadata - the technical metadata
  • Method Details