| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemImportServiceImpl.setPermission(Context c,
Group g,
int actionID,
Bitstream bs)
Set the Permission on a Bitstream.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OriginalWithDerivativesBitstreamFilter.accept(Bitstream bitstream)
Tests bitstream for membership in specified bundles (ORIGINAL, TEXT, THUMBNAIL)
|
boolean |
BitstreamFilterByBundleName.accept(Bitstream bitstream)
Filter bitstream based on bundle name found in properties file
|
abstract boolean |
BitstreamFilter.accept(Bitstream bitstream)
The filter method
|
boolean |
BitstreamFilterByFilename.accept(Bitstream bitstream)
Tests bitstream by matching the regular expression in the
properties against the bitstream name
|
boolean |
OriginalBitstreamFilter.accept(Bitstream bitstream)
Tests bitstreams for containment in an ORIGINAL bundle
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MediaFilterServiceImpl.filterBitstream(Context context,
Item myItem,
Bitstream myBitstream) |
void |
MediaFilter.postProcessBitstream(Context c,
Item item,
Bitstream generatedBitstream)
Perform any post-processing of the generated bitstream *after* this
filter has already been run.
|
void |
FormatFilter.postProcessBitstream(Context c,
Item item,
Bitstream generatedBitstream)
Perform any post-processing of the generated bitstream *after* this
filter has already been run.
|
boolean |
MediaFilter.preProcessBitstream(Context c,
Item item,
Bitstream source,
boolean verbose)
Perform any pre-processing of the source bitstream *before* the actual
filtering takes place in MediaFilterManager.processBitstream().
|
boolean |
FormatFilter.preProcessBitstream(Context c,
Item item,
Bitstream source,
boolean verbose)
Perform any pre-processing of the source bitstream *before* the actual
filtering takes place in MediaFilterManager.processBitstream().
|
boolean |
ImageMagickThumbnailFilter.preProcessBitstream(Context c,
Item item,
Bitstream source,
boolean verbose) |
boolean |
MediaFilterServiceImpl.processBitstream(Context context,
Item item,
Bitstream source,
FormatFilter formatFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MediaFilterService.filterBitstream(Context c,
Item myItem,
Bitstream myBitstream)
Attempt to filter a bitstream.
|
boolean |
MediaFilterService.processBitstream(Context context,
Item item,
Bitstream source,
FormatFilter formatFilter)
A utility class that calls the virtual methods
from the current MediaFilter class.
|
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
RequestItem.getBitstream() |
| Modifier and Type | Method and Description |
|---|---|
String |
RequestItemServiceImpl.createRequest(Context context,
Bitstream bitstream,
Item item,
boolean allFiles,
String reqEmail,
String reqName,
String reqMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
RequestItemService.createRequest(Context context,
Bitstream bitstream,
Item item,
boolean allFiles,
String reqEmail,
String reqName,
String reqMessage)
Generate a request item representing the request and put it into the DB
|
| Modifier and Type | Method and Description |
|---|---|
protected Bitstream |
GoogleMetadata.findLinkableFulltext(Item item)
A bitstream is considered linkable fulltext when it is either
the item's only bitstream (in the ORIGINAL bundle); or
the primary bitstream
Additionally, this bitstream must be publicly viewable.
|
Bitstream |
SubmissionInfo.getBitstream()
Return the current bitstream we're working with (This is used during
upload processes, or user interfaces that are dealing with bitstreams)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthorizeUtil.authorizeManageBitstreamPolicy(Context context,
Bitstream bitstream)
Is allowed manage (create, remove, edit) bitstream's policies in the
current context?
|
protected boolean |
GoogleMetadata.isPublic(Bitstream bitstream) |
void |
SubmissionInfo.setBitstream(Bitstream bits)
Sets the current bitstream we're working with (This is used during upload
processes, or user interfaces that are dealing with bitstreams)
|
protected String |
SyndicationFeed.urlOfBitstream(javax.servlet.http.HttpServletRequest request,
Bitstream logo) |
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<Bitstream> |
IteratorDispatcher.bitstreams
List of Integer ids.
|
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
MostRecentChecksum.getBitstream() |
Bitstream |
ChecksumHistory.getBitstream() |
Bitstream |
LimitedCountDispatcher.next()
Retreives the next bitstream to be checked.
|
Bitstream |
SimpleDispatcher.next()
Selects the next candidate bitstream.
|
Bitstream |
BitstreamDispatcher.next()
Returns the next id for checking, or a sentinel value if there are no
more to check.
|
Bitstream |
IteratorDispatcher.next() |
Bitstream |
LimitedDurationDispatcher.next() |
Bitstream |
HandleDispatcher.next()
Initializes this dispatcher on first execution.
|
| Modifier and Type | Method and Description |
|---|---|
protected MostRecentChecksum |
CheckerCommand.checkBitstream(Bitstream bitstream)
Check a specified bitstream.
|
void |
MostRecentChecksumServiceImpl.deleteByBitstream(Context context,
Bitstream bitstream) |
void |
ChecksumHistoryServiceImpl.deleteByBitstream(Context context,
Bitstream bitstream) |
MostRecentChecksum |
MostRecentChecksumServiceImpl.findByBitstream(Context context,
Bitstream bitstream) |
void |
ChecksumHistory.setBitstream(Bitstream bitstream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleReporterServiceImpl.printDSpaceInfoRecords(Context context,
List<Bitstream> bitstreams,
OutputStreamWriter osw)
Create a list of the found history records.
|
| Constructor and Description |
|---|
IteratorDispatcher(Iterator<Bitstream> bitstreams)
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChecksumHistoryDAO.deleteByBitstream(Context context,
Bitstream bitstream)
Delete all ChecksumHistory rows for the given Bitstream.
|
void |
MostRecentChecksumDAO.deleteByBitstream(Context context,
Bitstream bitstream) |
MostRecentChecksum |
MostRecentChecksumDAO.findByBitstream(Context context,
Bitstream bitstream) |
| Modifier and Type | Method and Description |
|---|---|
void |
MostRecentChecksumDAOImpl.deleteByBitstream(Context context,
Bitstream bitstream) |
void |
ChecksumHistoryDAOImpl.deleteByBitstream(Context context,
Bitstream bitstream) |
MostRecentChecksum |
MostRecentChecksumDAOImpl.findByBitstream(Context context,
Bitstream bitstream) |
| Modifier and Type | Method and Description |
|---|---|
void |
MostRecentChecksumService.deleteByBitstream(Context context,
Bitstream bitstream) |
void |
ChecksumHistoryService.deleteByBitstream(Context context,
Bitstream bitstream) |
MostRecentChecksum |
MostRecentChecksumService.findByBitstream(Context context,
Bitstream bitstream) |
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
BitstreamServiceImpl.create(Context context,
Bundle bundle,
InputStream is) |
Bitstream |
BitstreamServiceImpl.create(Context context,
InputStream is) |
Bitstream |
ItemServiceImpl.createSingleBitstream(Context context,
InputStream is,
Item item) |
Bitstream |
ItemServiceImpl.createSingleBitstream(Context context,
InputStream is,
Item item,
String name) |
Bitstream |
BitstreamServiceImpl.find(Context context,
UUID id) |
Bitstream |
BitstreamServiceImpl.findByIdOrLegacyId(Context context,
String id) |
Bitstream |
BitstreamServiceImpl.findByLegacyId(Context context,
int id) |
Bitstream |
BundleServiceImpl.getBitstreamByName(Bundle bundle,
String name) |
Bitstream |
BitstreamServiceImpl.getBitstreamByName(Item item,
String bundleName,
String bitstreamName) |
Bitstream |
BitstreamServiceImpl.getFirstBitstream(Item item,
String bundleName) |
Bitstream |
Community.getLogo()
Get the logo for the community.
|
Bitstream |
Collection.getLogo()
Get the logo for the collection.
|
Bitstream |
Thumbnail.getOriginal() |
Bitstream |
Bundle.getPrimaryBitstream()
Get the primary bitstream ID of the bundle
|
Bitstream |
Thumbnail.getThumb() |
Bitstream |
BitstreamServiceImpl.register(Context context,
Bundle bundle,
int assetstore,
String bitstreamPath) |
Bitstream |
BitstreamServiceImpl.register(Context context,
int assetstore,
String bitstreamPath)
Register a new bitstream, with a new ID.
|
Bitstream |
CollectionServiceImpl.setLogo(Context context,
Collection collection,
InputStream is) |
Bitstream |
CommunityServiceImpl.setLogo(Context context,
Community community,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
List<Bitstream> |
BitstreamServiceImpl.findAll(Context context) |
List<Bitstream> |
BitstreamServiceImpl.findBitstreamsWithNoRecentChecksum(Context context) |
Iterator<Bitstream> |
BitstreamServiceImpl.findByStoreNumber(Context context,
Integer storeNumber) |
List<Bitstream> |
BitstreamServiceImpl.findDeletedBitstreams(Context context) |
List<Bitstream> |
BitstreamServiceImpl.findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
List<Bitstream> |
Bundle.getBitstreams()
Get the bitstreams in this bundle
|
Iterator<Bitstream> |
BitstreamServiceImpl.getCollectionBitstreams(Context context,
Collection collection) |
Iterator<Bitstream> |
BitstreamServiceImpl.getCommunityBitstreams(Context context,
Community community) |
Iterator<Bitstream> |
BitstreamServiceImpl.getItemBitstreams(Context context,
Item item) |
List<Bitstream> |
ItemServiceImpl.getNonInternalBitstreams(Context context,
Item item) |
List<Bitstream> |
BitstreamServiceImpl.getNotReferencedBitstreams(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleServiceImpl.addBitstream(Context context,
Bundle bundle,
Bitstream bitstream) |
void |
BitstreamServiceImpl.delete(Context context,
Bitstream bitstream) |
void |
BitstreamServiceImpl.expunge(Context context,
Bitstream bitstream) |
List<Bitstream> |
BitstreamServiceImpl.findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
BitstreamFormat |
BitstreamServiceImpl.getFormat(Context context,
Bitstream bitstream) |
String |
BitstreamServiceImpl.getFormatDescription(Context context,
Bitstream bitstream) |
DSpaceObject |
BitstreamServiceImpl.getParentObject(Context context,
Bitstream bitstream) |
BitstreamFormat |
BitstreamFormatServiceImpl.guessFormat(Context context,
Bitstream bitstream) |
boolean |
BitstreamServiceImpl.isRegisteredBitstream(Bitstream bitstream) |
void |
BundleServiceImpl.removeBitstream(Context context,
Bundle bundle,
Bitstream bitstream) |
InputStream |
BitstreamServiceImpl.retrieve(Context context,
Bitstream bitstream) |
void |
BitstreamServiceImpl.setFormat(Context context,
Bitstream bitstream,
BitstreamFormat bitstreamFormat) |
protected void |
Collection.setLogo(Bitstream logo) |
void |
Thumbnail.setOriginal(Bitstream original) |
void |
Bundle.setPrimaryBitstreamID(Bitstream bitstream)
Set the primary bitstream ID of the bundle
|
void |
Thumbnail.setThumb(Bitstream thumb) |
void |
BitstreamServiceImpl.setUserFormatDescription(Context context,
Bitstream bitstream,
String desc) |
void |
BitstreamServiceImpl.update(Context context,
Bitstream bitstream) |
void |
BitstreamServiceImpl.updateLastModified(Context context,
Bitstream bitstream) |
| Constructor and Description |
|---|
Thumbnail(Bitstream thumb,
Bitstream original)
Construct a new thumbnail using the two bitstreams
|
| Modifier and Type | Method and Description |
|---|---|
List<Bitstream> |
BitstreamDAO.findBitstreamsWithNoRecentChecksum(Context context) |
Iterator<Bitstream> |
BitstreamDAO.findByCollection(Context context,
Collection collection) |
Iterator<Bitstream> |
BitstreamDAO.findByCommunity(Context context,
Community community) |
Iterator<Bitstream> |
BitstreamDAO.findByItem(Context context,
Item item) |
Iterator<Bitstream> |
BitstreamDAO.findByStoreNumber(Context context,
Integer storeNumber) |
List<Bitstream> |
BitstreamDAO.findDeletedBitstreams(Context context) |
List<Bitstream> |
BitstreamDAO.findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
List<Bitstream> |
BitstreamDAO.getNotReferencedBitstreams(Context context) |
| Modifier and Type | Method and Description |
|---|---|
List<Bitstream> |
BitstreamDAO.findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
| Modifier and Type | Method and Description |
|---|---|
List<Bitstream> |
BitstreamDAOImpl.findBitstreamsWithNoRecentChecksum(Context context) |
Iterator<Bitstream> |
BitstreamDAOImpl.findByCollection(Context context,
Collection collection) |
Iterator<Bitstream> |
BitstreamDAOImpl.findByCommunity(Context context,
Community community) |
Iterator<Bitstream> |
BitstreamDAOImpl.findByItem(Context context,
Item item) |
Iterator<Bitstream> |
BitstreamDAOImpl.findByStoreNumber(Context context,
Integer storeNumber) |
List<Bitstream> |
BitstreamDAOImpl.findDeletedBitstreams(Context context) |
List<Bitstream> |
BitstreamDAOImpl.findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
List<Bitstream> |
BitstreamDAOImpl.getNotReferencedBitstreams(Context context) |
| Modifier and Type | Method and Description |
|---|---|
List<Bitstream> |
BitstreamDAOImpl.findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
| Modifier and Type | Method and Description |
|---|---|
static Bitstream |
PackageUtils.findDepositLicense(Context context,
Item item)
Utility to find the license bitstream from an item
|
protected Bitstream |
AbstractMETSDisseminator.findOriginalBitstream(Item item,
Bitstream derived)
For a bitstream that's a thumbnail or extracted text, find the
corresponding bitstream it was derived from, in the ORIGINAL bundle.
|
static Bitstream |
PackageUtils.getBitstreamByFormat(Context context,
Item item,
BitstreamFormat bsf,
String bnName)
Find bitstream by its format, looking in a specific bundle.
|
static Bitstream |
PackageUtils.getBitstreamByName(Item item,
String name)
Find bitstream by its Name, looking in all bundles.
|
static Bitstream |
PackageUtils.getBitstreamByName(Item item,
String bsName,
String bnName)
Find bitstream by its Name, looking in specific named bundle.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMETSDisseminator.addLogoBitstream(Context context,
Bitstream logoBs,
edu.harvard.hul.ois.mets.FileSec fileSec,
edu.harvard.hul.ois.mets.Div div0,
PackageParameters params) |
void |
METSManifest.crosswalkBitstream(Context context,
PackageParameters params,
Bitstream bitstream,
String fileId,
METSManifest.Mdref callback)
Crosswalk the metadata associated with a particular
file
element into the bitstream it corresponds to. |
protected Bitstream |
AbstractMETSDisseminator.findOriginalBitstream(Item item,
Bitstream derived)
For a bitstream that's a thumbnail or extracted text, find the
corresponding bitstream it was derived from, in the ORIGINAL bundle.
|
void |
DSpaceAIPIngester.finishBitstream(Context context,
Bitstream bs,
org.jdom.Element mfile,
METSManifest manifest,
PackageParameters params)
Nothing extra to do to bitstream after ingestion.
|
abstract void |
AbstractMETSIngester.finishBitstream(Context context,
Bitstream bs,
org.jdom.Element mfile,
METSManifest manifest,
PackageParameters params)
Subclass-dependent final processing on a Bitstream; could include fixing
up the name, bundle, other attributes.
|
void |
DSpaceMETSIngester.finishBitstream(Context context,
Bitstream bs,
org.jdom.Element mfile,
METSManifest manifest,
PackageParameters params)
Take a second pass over files to correct names of derived files
(e.g.
|
String |
AbstractMETSDisseminator.makeBitstreamURL(Context context,
Bitstream bitstream,
PackageParameters params)
Get the URL by which the METS manifest refers to a Bitstream
member within the same package.
|
protected void |
PDFPackager.setFormatToMIMEType(Context context,
Bitstream bs,
String mimeType) |
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
BitstreamService.create(Context context,
Bundle bundle,
InputStream is)
Create a new bitstream, with a new ID.
|
Bitstream |
BitstreamService.create(Context context,
InputStream is)
Create a new bitstream, with a new ID.
|
Bitstream |
ItemService.createSingleBitstream(Context context,
InputStream is,
Item item)
Convenience method, calls createSingleBitstream() with name "ORIGINAL"
|
Bitstream |
ItemService.createSingleBitstream(Context context,
InputStream is,
Item item,
String name)
Create a single bitstream in a new bundle.
|
Bitstream |
BundleService.getBitstreamByName(Bundle bundle,
String name) |
Bitstream |
BitstreamService.getBitstreamByName(Item item,
String bundleName,
String bitstreamName) |
Bitstream |
BitstreamService.getFirstBitstream(Item item,
String bundleName) |
Bitstream |
BitstreamService.register(Context context,
Bundle bundle,
int assetstore,
String bitstreamPath)
Register a new bitstream, with a new ID.
|
Bitstream |
BitstreamService.register(Context context,
int assetstore,
String bitstreamPath)
Register a new bitstream, with a new ID.
|
Bitstream |
CollectionService.setLogo(Context context,
Collection collection,
InputStream is)
Give the collection a logo.
|
Bitstream |
CommunityService.setLogo(Context context,
Community community,
InputStream is)
Give the community a logo.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bitstream> |
BitstreamService.findAll(Context context) |
List<Bitstream> |
BitstreamService.findBitstreamsWithNoRecentChecksum(Context context) |
Iterator<Bitstream> |
BitstreamService.findByStoreNumber(Context context,
Integer storeNumber) |
List<Bitstream> |
BitstreamService.findDeletedBitstreams(Context context)
Retrieve all bitstreams with the deleted flag set to true
|
List<Bitstream> |
BitstreamService.findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
Iterator<Bitstream> |
BitstreamService.getCollectionBitstreams(Context context,
Collection collection) |
Iterator<Bitstream> |
BitstreamService.getCommunityBitstreams(Context context,
Community community) |
Iterator<Bitstream> |
BitstreamService.getItemBitstreams(Context context,
Item item) |
List<Bitstream> |
ItemService.getNonInternalBitstreams(Context context,
Item item)
Get all non-internal bitstreams in the item.
|
List<Bitstream> |
BitstreamService.getNotReferencedBitstreams(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleService.addBitstream(Context context,
Bundle bundle,
Bitstream bitstream)
Add an existing bitstream to this bundle
|
void |
BitstreamService.expunge(Context context,
Bitstream bitstream)
Remove a bitstream that has been set to "deleted" from the database
|
List<Bitstream> |
BitstreamService.findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
BitstreamFormat |
BitstreamService.getFormat(Context context,
Bitstream bitstream) |
String |
BitstreamService.getFormatDescription(Context context,
Bitstream bitstream)
Get the description of the format - either the user's or the description
of the format defined by the system.
|
BitstreamFormat |
BitstreamFormatService.guessFormat(Context context,
Bitstream bitstream)
Attempt to identify the format of a particular bitstream.
|
boolean |
BitstreamService.isRegisteredBitstream(Bitstream bitstream)
Determine if this bitstream is registered (available elsewhere on
filesystem than in assetstore).
|
void |
BundleService.removeBitstream(Context context,
Bundle bundle,
Bitstream bitstream)
Remove a bitstream from this bundle - the bitstream is only deleted if
this was the last reference to it
|
InputStream |
BitstreamService.retrieve(Context context,
Bitstream bitstream)
Retrieve the contents of the bitstream
|
void |
BitstreamService.setFormat(Context context,
Bitstream bitstream,
BitstreamFormat bitstreamFormat)
Set the format of the bitstream.
|
void |
BitstreamService.setUserFormatDescription(Context context,
Bitstream bitstream,
String desc)
Set the user's format description.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BitstreamsIntoMetadata.addMetadata(Item item,
Bitstream bitstream,
String type)
Add the bitstream metadata to the item
|
protected int |
ClamScan.scan(Bitstream bitstream,
InputStream inputstream,
String itemHandle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CitationPage.addCitedPageToItem(File citedTemp,
Bundle bundle,
Bundle pBundle,
Bundle dBundle,
Map<String,Bitstream> displayMap,
Item item,
Bitstream bitstream)
A helper function for
CitationPage.performItem(Item). |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CitationPage.addCitedPageToItem(File citedTemp,
Bundle bundle,
Bundle pBundle,
Bundle dBundle,
Map<String,Bitstream> displayMap,
Item item,
Bitstream bitstream)
A helper function for
CitationPage.performItem(Item). |
| Modifier and Type | Field and Description |
|---|---|
protected Bitstream |
BitstreamContentStream.file |
| Constructor and Description |
|---|
BitstreamContentStream(Context context,
Bitstream f) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CitationDocumentServiceImpl.canGenerateCitationVersion(Context context,
Bitstream bitstream) |
Boolean |
CitationDocumentServiceImpl.isCitationEnabledForBitstream(Bitstream bitstream,
Context context) |
protected boolean |
CitationDocumentServiceImpl.isCitationEnabledThroughCollection(Context context,
Bitstream bitstream) |
File |
CitationDocumentServiceImpl.makeCitedDocument(Context context,
Bitstream bitstream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CitationDocumentService.canGenerateCitationVersion(Context context,
Bitstream bitstream) |
Boolean |
CitationDocumentService.isCitationEnabledForBitstream(Bitstream bitstream,
Context context)
Repository policy can specify to have a custom citation cover/tail page to the document, which embeds metadata.
|
File |
CitationDocumentService.makeCitedDocument(Context context,
Bitstream bitstream)
Creates a
cited document from the given bitstream of the given item.
|
| Modifier and Type | Method and Description |
|---|---|
protected Bitstream |
CreativeCommonsServiceImpl.getBitstream(Item item,
String bitstream_name)
This helper method retrieves the bytes of a bitstream for an item under
the CC bundle, with the given bitstream name
|
Bitstream |
CreativeCommonsServiceImpl.getLicenseRdfBitstream(Item item) |
Bitstream |
CreativeCommonsServiceImpl.getLicenseTextBitstream(Item item) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
LicenseCleanup.copy(Context context,
Bitstream b)
Fast stream copy routine
|
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
CreativeCommonsService.getLicenseRdfBitstream(Item item)
Get Creative Commons license RDF, returning Bitstream object.
|
Bitstream |
CreativeCommonsService.getLicenseTextBitstream(Item item)
Get Creative Commons license Text, returning Bitstream object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SimpleDSORelationsConverterPlugin.bitstreamURI(Context context,
Bitstream bitstream)
This methods generataes a link to the provieded Bitstream.
|
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
BitstreamStorageServiceImpl.clone(Context context,
Bitstream bitstream) |
| Modifier and Type | Method and Description |
|---|---|
Map |
BitStoreService.about(Bitstream bitstream,
Map attrs)
Obtain technical metadata about an asset in the asset store.
|
Map |
DSBitStoreService.about(Bitstream bitstream,
Map attrs)
Obtain technical metadata about an asset in the asset store.
|
Map |
S3BitStoreService.about(Bitstream bitstream,
Map attrs)
Obtain technical metadata about an asset in the asset store.
|
Bitstream |
BitstreamStorageServiceImpl.clone(Context context,
Bitstream bitstream) |
Map |
BitstreamStorageServiceImpl.computeChecksum(Context context,
Bitstream bitstream) |
InputStream |
BitStoreService.get(Bitstream bitstream)
Retrieve the bits for bitstream
|
InputStream |
DSBitStoreService.get(Bitstream bitstream)
Retrieve the bits for the asset with ID.
|
InputStream |
S3BitStoreService.get(Bitstream bitstream)
Retrieve the bits for the asset with ID.
|
protected File |
DSBitStoreService.getFile(Bitstream bitstream)
Return the file corresponding to a bitstream.
|
void |
BitStoreService.put(Bitstream bitstream,
InputStream inputStream)
Store a stream of bits.
|
void |
DSBitStoreService.put(Bitstream bitstream,
InputStream in)
Store a stream of bits.
|
void |
S3BitStoreService.put(Bitstream bitstream,
InputStream in)
Store a stream of bits.
|
UUID |
BitstreamStorageServiceImpl.register(Context context,
Bitstream bitstream,
int assetstore,
String bitstreamPath)
Register a bitstream already in storage.
|
void |
BitStoreService.remove(Bitstream bitstream)
Remove an asset from the asset store.
|
void |
DSBitStoreService.remove(Bitstream bitstream)
Remove an asset from the asset store.
|
void |
S3BitStoreService.remove(Bitstream bitstream)
Remove an asset from the asset store.
|
InputStream |
BitstreamStorageServiceImpl.retrieve(Context context,
Bitstream bitstream) |
UUID |
BitstreamStorageServiceImpl.store(Context context,
Bitstream bitstream,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
BitstreamStorageService.clone(Context context,
Bitstream bitstream) |
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
BitstreamStorageService.clone(Context context,
Bitstream bitstream) |
Map |
BitstreamStorageService.computeChecksum(Context context,
Bitstream bitstream) |
UUID |
BitstreamStorageService.register(Context context,
Bitstream bitstream,
int assetstore,
String bitstreamPath)
Register a bitstream already in storage.
|
InputStream |
BitstreamStorageService.retrieve(Context context,
Bitstream bitstream)
Retrieve the bits for the bitstream with ID.
|
UUID |
BitstreamStorageService.store(Context context,
Bitstream bitstream,
InputStream is)
Store a stream of bits.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UploadStep.backoutBitstream(Context context,
SubmissionInfo subInfo,
Bitstream b,
Item item) |
| Modifier and Type | Method and Description |
|---|---|
protected Bitstream |
AbstractVersionProvider.createBitstream(Context context,
Bitstream nativeBitstream) |
| Modifier and Type | Method and Description |
|---|---|
protected Bitstream |
AbstractVersionProvider.createBitstream(Context context,
Bitstream nativeBitstream) |
Copyright © 2016 DuraSpace. All Rights Reserved.