Interface TechnicalMetadata
- All Known Implementing Classes:
TechnicalMetadataImpl
public interface TechnicalMetadata
Defines the technical metadata of an scheduled event
-
Method Summary
Modifier and TypeMethodDescriptionReturns the agent identifierReturns the capture agent configurationReturns the end dateReturns the event identifierReturns the list of presenterscom.entwinemedia.fn.data.Opt<Recording> Returns the optional recordingReturns the start dateReturns the workflow properties
-
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
Returns the list of presenters- Returns:
- the list of presenters
-
getRecording
com.entwinemedia.fn.data.Opt<Recording> getRecording()Returns the optional recording- Returns:
- the optional recording
-
getWorkflowProperties
Returns the workflow properties- Returns:
- the workflow properties
-
getCaptureAgentConfiguration
Returns the capture agent configuration- Returns:
- the capture agent configuration
-