Uses of Interface
org.opencastproject.scheduler.api.Recording
Packages that use Recording
Package
Description
Capture-admin service implementation classes.
-
Uses of Recording in org.opencastproject.adminui.endpoint
Fields in org.opencastproject.adminui.endpoint with type parameters of type RecordingModifier and TypeFieldDescriptionprotected static final com.entwinemedia.fn.Fn<com.entwinemedia.fn.data.Opt<Recording>, com.entwinemedia.fn.data.json.JObject> AbstractEventEndpoint.recordingToJson -
Uses of Recording in org.opencastproject.capture.admin.impl
Constructors in org.opencastproject.capture.admin.impl with parameters of type RecordingModifierConstructorDescriptionBuilds an RecordingStateUpdate object about the Recording r. -
Uses of Recording in org.opencastproject.scheduler.api
Classes in org.opencastproject.scheduler.api that implement RecordingModifier and TypeClassDescriptionclassAn in-memory construct to represent the state of a recording, and when it was last heard from.Methods in org.opencastproject.scheduler.api that return RecordingModifier and TypeMethodDescriptionSchedulerService.getRecordingState(String mediaPackageId) Gets the state of a recording, if it exists.Methods in org.opencastproject.scheduler.api that return types with arguments of type RecordingModifier and TypeMethodDescriptionSchedulerService.getKnownRecordings()Gets the state of all recordings in the system.com.entwinemedia.fn.data.Opt<Recording> TechnicalMetadata.getRecording()Returns the optional recordingcom.entwinemedia.fn.data.Opt<Recording> TechnicalMetadataImpl.getRecording()Method parameters in org.opencastproject.scheduler.api with type arguments of type RecordingModifier and TypeMethodDescriptionvoidTechnicalMetadataImpl.setRecording(com.entwinemedia.fn.data.Opt<Recording> recording) Constructor parameters in org.opencastproject.scheduler.api with type arguments of type RecordingModifierConstructorDescriptionTechnicalMetadataImpl(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. -
Uses of Recording in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl that return RecordingMethods in org.opencastproject.scheduler.impl that return types with arguments of type Recording -
Uses of Recording in org.opencastproject.scheduler.remote
Methods in org.opencastproject.scheduler.remote that return RecordingMethods in org.opencastproject.scheduler.remote that return types with arguments of type Recording