Class TechnicalMetadataImpl

java.lang.Object
org.opencastproject.scheduler.api.TechnicalMetadataImpl
All Implemented Interfaces:
TechnicalMetadata

public class TechnicalMetadataImpl extends Object implements TechnicalMetadata
An in-memory construct to represent the technical metadata of an scheduled event
  • Constructor Details

    • TechnicalMetadataImpl

      public TechnicalMetadataImpl(String eventId, String agentId, Date startDate, Date endDate, Set<String> presenters, Map<String,String> workflowProperties, Map<String,String> agentConfig, com.entwinemedia.fn.data.Opt<Recording> recording)
      Builds a representation of the technical metadata.
      Parameters:
      eventId - the event identifier
      agentId - the agent identifier
      startDate - the start date
      endDate - the end date
      presenters - the list of presenters
      workflowProperties - the workflow properties
      agentConfig - the capture agent configuration
      recording - the recording
  • Method Details