Uses of Interface
org.opencastproject.assetmanager.api.AssetManager
Packages that use AssetManager
Package
Description
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.-
Uses of AssetManager in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that return AssetManagerModifier and TypeMethodDescriptionabstract AssetManagerAbstractEventEndpoint.getAssetManager()OsgiEventEndpoint.getAssetManager()Methods in org.opencastproject.adminui.endpoint with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidOsgiEventEndpoint.setAssetManager(AssetManager assetManager) OSGi DI.voidTasksEndpoint.setAssetManager(AssetManager assetManager) OSGi callback to set the asset manager. -
Uses of AssetManager in org.opencastproject.adopter.registration
Methods in org.opencastproject.adopter.registration with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidAdopterRegistrationServiceImpl.setAssetManager(AssetManager assetManager) OSGi setter for the asset manager. -
Uses of AssetManager in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn with parameters of type AssetManagerModifier and TypeMethodDescriptionstatic longProperties.removeProperties(AssetManager am, String owner, String orgId, String mpId, String namespace) static booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, boolean value) Deprecated.static booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, Long value) Deprecated.make use of aPropertySchemainstead of creating property IDs manuallystatic booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, String value) Deprecated.make use of aPropertySchemainstead of creating property IDs manuallystatic booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, Date value) Deprecated.make use of aPropertySchemainstead of creating property IDs manuallystatic booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, Value value) Deprecated.make use of aPropertySchemainstead of creating property IDs manually -
Uses of AssetManager in org.opencastproject.assetmanager.impl
Classes in org.opencastproject.assetmanager.impl that implement AssetManagerMethods in org.opencastproject.assetmanager.impl with parameters of type AssetManagerModifier and TypeMethodDescriptionprotected voidAssetManagerJobProducer.setAssetManager(AssetManager assetManager) voidTimedMediaArchiver.setAssetManager(AssetManager am) -
Uses of AssetManager in org.opencastproject.assetmanager.impl.endpoint
Methods in org.opencastproject.assetmanager.impl.endpoint that return AssetManagerModifier and TypeMethodDescriptionabstract AssetManagerAbstractAssetManagerRestEndpoint.getAssetManager()OsgiAssetManagerRestEndpoint.getAssetManager()Methods in org.opencastproject.assetmanager.impl.endpoint with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidOsgiAssetManagerRestEndpoint.setAssetManager(AssetManager assetManager) OSGi DI -
Uses of AssetManager in org.opencastproject.assetmanager.util
Methods in org.opencastproject.assetmanager.util with parameters of type AssetManagerModifier and TypeMethodDescriptionWorkflowPropertiesUtil.getLatestWorkflowProperties(AssetManager assetManager, String mediaPackageId) Retrieve the latest properties for a single media packageWorkflowPropertiesUtil.getLatestWorkflowPropertiesForEvents(AssetManager assetManager, Collection<String> eventIds) Retrieve latest properties for a set of event idsstatic voidWorkflowPropertiesUtil.storeProperties(AssetManager assetManager, MediaPackage mediaPackage, Map<String, String> properties) Store selected properties for a media packagestatic voidWorkflowPropertiesUtil.storeProperty(AssetManager assetManager, MediaPackage mediaPackage, String name, String value) Constructors in org.opencastproject.assetmanager.util with parameters of type AssetManager -
Uses of AssetManager in org.opencastproject.authorization.xacml.manager.endpoint
Methods in org.opencastproject.authorization.xacml.manager.endpoint that return AssetManagerModifier and TypeMethodDescriptionprotected abstract AssetManagerAbstractAclServiceRestEndpoint.getAssetManager()protected AssetManagerOsgiAclServiceRestEndpoint.getAssetManager()Methods in org.opencastproject.authorization.xacml.manager.endpoint with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidOsgiAclServiceRestEndpoint.setAssetManager(AssetManager assetManager) OSGi DI callback. -
Uses of AssetManager in org.opencastproject.event.handler
Fields in org.opencastproject.event.handler declared as AssetManagerModifier and TypeFieldDescriptionprotected AssetManagerAssetManagerUpdatedEventHandler.assetManagerThe archiveprotected AssetManagerOaiPmhUpdatedEventHandler.assetManagerThe asset managerMethods in org.opencastproject.event.handler with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidAssetManagerUpdatedEventHandler.setAssetManager(AssetManager assetManager) voidOaiPmhUpdatedEventHandler.setAssetManager(AssetManager assetManager) -
Uses of AssetManager in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidEventsEndpoint.setAssetManager(AssetManager assetManager) OSGi DI -
Uses of AssetManager in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidIndexServiceImpl.setAssetManager(AssetManager assetManager) OSGi DI. -
Uses of AssetManager in org.opencastproject.liveschedule.impl
Methods in org.opencastproject.liveschedule.impl with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidLiveScheduleServiceImpl.setAssetManager(AssetManager assetManager) -
Uses of AssetManager in org.opencastproject.lti.service.impl
Methods in org.opencastproject.lti.service.impl with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidLtiServiceImpl.setAssetManager(AssetManager assetManager) OSGi DI -
Uses of AssetManager in org.opencastproject.metrics.impl
Methods in org.opencastproject.metrics.impl with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidMetricsExporter.setAssetManager(AssetManager assetManager) voidMetricsExporter.unsetAssetManager(AssetManager assetManager) -
Uses of AssetManager in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidSchedulerServiceImpl.setAssetManager(AssetManager assetManager) OSGi callback to set the asset manager. -
Uses of AssetManager in org.opencastproject.statistics.export.impl
Methods in org.opencastproject.statistics.export.impl with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidStatisticsExportServiceImpl.setAssetManager(AssetManager assetManager) -
Uses of AssetManager in org.opencastproject.transcription.amberscript
Methods in org.opencastproject.transcription.amberscript with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidAmberscriptTranscriptionService.setAssetManager(AssetManager service) -
Uses of AssetManager in org.opencastproject.transcription.googlespeech
Methods in org.opencastproject.transcription.googlespeech with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidGoogleSpeechTranscriptionService.setAssetManager(AssetManager service) -
Uses of AssetManager in org.opencastproject.transcription.ibmwatson
Methods in org.opencastproject.transcription.ibmwatson with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidIBMWatsonTranscriptionService.setAssetManager(AssetManager service) -
Uses of AssetManager in org.opencastproject.transcription.microsoft.azure
Methods in org.opencastproject.transcription.microsoft.azure with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidMicrosoftAzureTranscriptionService.setAssetManager(AssetManager service) -
Uses of AssetManager in org.opencastproject.workflow.handler.assetmanager
Methods in org.opencastproject.workflow.handler.assetmanager with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidAssetManagerDeleteWorkflowOperationHandler.setAssetManager(AssetManager assetManager) OSGi DIvoidAssetManagerSnapshotWorkflowOperationHandler.setAssetManager(AssetManager assetManager) OSGi DIvoidAssetManagerStorageMoveOperationHandler.setAssetManager(AssetManager assetManager) OSGi DIvoidSelectVersionWorkflowOperationHandler.setAssetManager(AssetManager service) -
Uses of AssetManager in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidDuplicateEventWorkflowOperationHandler.setAssetManager(AssetManager assetManager) Callback for the OSGi declarative services configuration.voidStartWorkflowWorkflowOperationHandler.setAssetManager(AssetManager assetManager) Callback for the OSGi declarative services configuration. -
Uses of AssetManager in org.opencastproject.workflow.impl
Fields in org.opencastproject.workflow.impl declared as AssetManagerModifier and TypeFieldDescriptionprotected AssetManagerWorkflowServiceImpl.assetManagerThe asset managerMethods in org.opencastproject.workflow.impl with parameters of type AssetManagerModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.setAssetManager(AssetManager assetManager) Sets the asset manager
PropertySchemainstead of creating property IDs manually