Package org.opencastproject.editor.api
Class EditingData
java.lang.Object
org.opencastproject.editor.api.EditingData
Provides access to the parsed editing information
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEditingData(List<SegmentData> segments, List<TrackData> tracks, List<WorkflowData> workflows, Long duration, String title, String recordingStartDate, String seriesId, String seriesName, Boolean workflowActive, List<String> waveformURIs, List<EditingData.Subtitle> subtitles, List<EditingData.Subtitle> chapters, Boolean local, Boolean lockingActive, Integer lockRefresh, org.opencastproject.security.api.User user, String metadataJSON) -
Method Summary
Modifier and TypeMethodDescriptionReturns the optional workflow to startReturns a list ofTuplethat each represents a segment.static EditingDatatoString()
-
Field Details
-
WORKFLOW_ACTIVE
- See Also:
-
LOCKING_ACTIVE
- See Also:
-
LOCK_REFRESH
- See Also:
-
LOCK_UUID
- See Also:
-
LOCK_USER
- See Also:
-
-
Constructor Details
-
EditingData
public EditingData(List<SegmentData> segments, List<TrackData> tracks, List<WorkflowData> workflows, Long duration, String title, String recordingStartDate, String seriesId, String seriesName, Boolean workflowActive, List<String> waveformURIs, List<EditingData.Subtitle> subtitles, List<EditingData.Subtitle> chapters, Boolean local, Boolean lockingActive, Integer lockRefresh, org.opencastproject.security.api.User user, String metadataJSON)
-
-
Method Details
-
parse
-
getSegments
Returns a list ofTuplethat each represents a segment.Tuple.getA()marks the start point,Tuple.getB()the endpoint of the segement. -
getPostProcessingWorkflow
Returns the optional workflow to start -
getTracks
-
getSubtitles
-
getChapters
-
getMetadataJSON
-
toString
-