Uses of Interface
org.opencastproject.scheduler.api.TechnicalMetadata
Packages that use TechnicalMetadata
Package
Description
-
Uses of TechnicalMetadata in org.opencastproject.adminui.endpoint
Fields in org.opencastproject.adminui.endpoint with type parameters of type TechnicalMetadataModifier and TypeFieldDescriptionprotected static final com.entwinemedia.fn.Fn<TechnicalMetadata, com.entwinemedia.fn.data.json.JObject> AbstractEventEndpoint.technicalMetadataToJson -
Uses of TechnicalMetadata in org.opencastproject.external.util
Methods in org.opencastproject.external.util with parameters of type TechnicalMetadataModifier and TypeMethodDescriptionSchedulingUtils.SchedulingInfo.merge(TechnicalMetadata metadata) Creates a new SchedulingInfo of this instance which uses start date, end date, and agent id form the givenTechnicalMetadataif they are not present in this instance. -
Uses of TechnicalMetadata in org.opencastproject.scheduler.api
Classes in org.opencastproject.scheduler.api that implement TechnicalMetadataModifier and TypeClassDescriptionclassAn in-memory construct to represent the technical metadata of an scheduled eventMethods in org.opencastproject.scheduler.api that return TechnicalMetadataModifier and TypeMethodDescriptionSchedulerEvent.getTechnicalMetadata()Returns the technical metadataSchedulerService.getTechnicalMetadata(String mediaPackageId) Retrieves the technical metadata associated with specified event ID. -
Uses of TechnicalMetadata in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl that return TechnicalMetadataModifier and TypeMethodDescriptionSchedulerEventImpl.getTechnicalMetadata()SchedulerServiceImpl.getTechnicalMetadata(String mediaPackageId) Methods in org.opencastproject.scheduler.impl with parameters of type TechnicalMetadataModifier and TypeMethodDescriptionvoidSchedulerEventImpl.setTechnicalMetadata(TechnicalMetadata technicalMetadata) Constructors in org.opencastproject.scheduler.impl with parameters of type TechnicalMetadataModifierConstructorDescriptionSchedulerEventImpl(String eventId, String version, MediaPackage mediaPackage, TechnicalMetadata technicalMetadata) Builds a representation of the technical metadata. -
Uses of TechnicalMetadata in org.opencastproject.scheduler.remote
Methods in org.opencastproject.scheduler.remote that return TechnicalMetadataModifier and TypeMethodDescriptionSchedulerServiceRemoteImpl.getTechnicalMetadata(String eventId)