Interface TechnicalMetadata

All Known Implementing Classes:
TechnicalMetadataImpl

public interface TechnicalMetadata
Defines the technical metadata of an scheduled event
  • Method Details

    • getEventId

      String getEventId()
      Returns the event identifier
      Returns:
      the event identifier
    • getAgentId

      String getAgentId()
      Returns the agent identifier
      Returns:
      the agent identifier
    • getStartDate

      Date getStartDate()
      Returns the start date
      Returns:
      the start date
    • getEndDate

      Date getEndDate()
      Returns the end date
      Returns:
      the end date
    • getPresenters

      Set<String> getPresenters()
      Returns the list of presenters
      Returns:
      the list of presenters
    • getRecording

      Optional<Recording> getRecording()
      Returns the optional recording
      Returns:
      the optional recording
    • getWorkflowProperties

      Map<String,String> getWorkflowProperties()
      Returns the workflow properties
      Returns:
      the workflow properties
    • getCaptureAgentConfiguration

      Map<String,String> getCaptureAgentConfiguration()
      Returns the capture agent configuration
      Returns:
      the capture agent configuration