Index
All Classes and Interfaces|All Packages
C
- cleanup(int) - Method in interface org.opencastproject.workspace.api.Workspace
-
Cleans up files not belonging to a mediapackage or a collection.
- cleanup(Id) - Method in interface org.opencastproject.workspace.api.Workspace
-
Clean up all elements of one media package from the local workspace, not touching the working file repository.
- cleanup(Id, boolean) - Method in interface org.opencastproject.workspace.api.Workspace
-
Clean up elements of one media package from the local workspace, not touching the working file repository.
D
- delete(String, String) - Method in interface org.opencastproject.workspace.api.Workspace
-
Delete the file stored at the given media package and element IDs.
- delete(URI) - Method in interface org.opencastproject.workspace.api.Workspace
-
Delete the file stored at the given uri.
- deleteFromCollection(String, String) - Method in interface org.opencastproject.workspace.api.Workspace
-
Removes a file from a collection
G
- get(URI) - Method in interface org.opencastproject.workspace.api.Workspace
-
Gets a locally cached
Filefor the given URI. - get(URI, boolean) - Method in interface org.opencastproject.workspace.api.Workspace
-
Get a locally cached
Filefor a given URI, optionally ensuring that the file is cached in a unique path so that it can safely be removed afterwards. - getBaseUri() - Method in interface org.opencastproject.workspace.api.Workspace
-
Gets the base URI for files stored using this service.
- getCollectionContents(String) - Method in interface org.opencastproject.workspace.api.Workspace
-
Gets the URIs of the members of this collection
- getCollectionURI(String, String) - Method in interface org.opencastproject.workspace.api.Workspace
-
Get the URL for a file stored under the given collection.
- getURI(String, String) - Method in interface org.opencastproject.workspace.api.Workspace
-
Get the URL for a file stored under the given media package and element IDs.
M
- moveTo(URI, String, String, String) - Method in interface org.opencastproject.workspace.api.Workspace
-
Moves a file from a collection into a mediapackage
O
- org.opencastproject.workspace.api - package org.opencastproject.workspace.api
-
Package containing Workspace APIs.
P
- put(String, String, String, InputStream) - Method in interface org.opencastproject.workspace.api.Workspace
-
Store the data stream under the given media package and element IDs, specifying a filename.
- putInCollection(String, String, InputStream) - Method in interface org.opencastproject.workspace.api.Workspace
-
Stores the data stream in the given collection, overwriting any data with the same collection id and file name.
R
- read(URI) - Method in interface org.opencastproject.workspace.api.Workspace
-
Get the
Filefor the given URI directly from the working file repository. - rootDirectory() - Method in interface org.opencastproject.workspace.api.Workspace
-
Returns the workspace's root directory
T
- toSafeName(String) - Method in interface org.opencastproject.workspace.api.Workspace
W
- Workspace - Interface in org.opencastproject.workspace.api
-
Provides efficient access java.io.File objects from potentially remote URIs.
All Classes and Interfaces|All Packages