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<Optional<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.TechnicalMetadata.getRecording()Returns the optional recordingTechnicalMetadataImpl.getRecording()Method parameters in org.opencastproject.scheduler.api with type arguments of type RecordingModifier and TypeMethodDescriptionvoidTechnicalMetadataImpl.setRecording(Optional<Recording> recording) Constructor parameters in org.opencastproject.scheduler.api with type arguments of type Recording -
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