Class AbstractTieredStorageAssetManagerRestEndpoint
java.lang.Object
org.opencastproject.rest.AbstractJobProducerEndpoint
org.opencastproject.assetmanager.impl.endpoint.AbstractAssetManagerRestEndpoint
org.opencastproject.assetmanager.impl.endpoint.AbstractTieredStorageAssetManagerRestEndpoint
- Direct Known Subclasses:
OsgiAssetManagerRestEndpoint
public abstract class AbstractTieredStorageAssetManagerRestEndpoint
extends AbstractAssetManagerRestEndpoint
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected ServiceRegistryprotected AssetManagerJobProducerFields inherited from class org.opencastproject.assetmanager.impl.endpoint.AbstractAssetManagerRestEndpoint
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the job producer that is backing this REST endpoint.Return the service registry.javax.ws.rs.core.ResponsemoveByDate(String startString, String endString, String target) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponsemoveByIdAndDate(String id, String startString, String endString, String target) javax.ws.rs.core.ResponsemoveByIdAndVersion(String id, String version, String target) voidsetJobProducer(AssetManagerJobProducer producer) protected voidsetServiceRegistry(ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry.Methods inherited from class org.opencastproject.assetmanager.impl.endpoint.AbstractAssetManagerRestEndpoint
add, delete, getAsset, getAssetManager, getMediaPackage, getProperties, getWorkflowProperties, handleException, indexUpdate, setWorkflowProperties, snapshotMethods inherited from class org.opencastproject.rest.AbstractJobProducerEndpoint
checkHeartbeat, dispatchJob
-
Field Details
-
SDF_FORMAT
- See Also:
-
tsamjp
-
serviceRegistry
-
-
Constructor Details
-
AbstractTieredStorageAssetManagerRestEndpoint
public AbstractTieredStorageAssetManagerRestEndpoint()
-
-
Method Details
-
setJobProducer
-
getService
Description copied from class:AbstractJobProducerEndpointReturns the job producer that is backing this REST endpoint.- Specified by:
getServicein classAbstractJobProducerEndpoint- Returns:
- the job producer
-
setServiceRegistry
Callback from the OSGi declarative services to set the service registry.- Parameters:
serviceRegistry- the service registry
-
getServiceRegistry
Description copied from class:AbstractJobProducerEndpointReturn the service registry.- Specified by:
getServiceRegistryin classAbstractJobProducerEndpoint
-
moveById
-
moveByIdAndVersion
-
moveByDate
-
moveByIdAndDate
-