| Package | Description |
|---|---|
| org.gytheio.content.handler |
| Modifier and Type | Method and Description |
|---|---|
ContentReference |
FileContentReferenceHandlerImpl.createContentReference(String fileName,
String mediaType) |
ContentReference |
ContentReferenceHandler.createContentReference(String fileName,
String mediaType)
Creates a content reference of the given file name and media type.
|
ContentReference |
AbstractUrlContentReferenceHandler.createContentReference(String fileName,
String mediaType) |
void |
FileContentReferenceHandlerImpl.delete(ContentReference contentReference) |
void |
ContentReferenceHandler.delete(ContentReference contentReference)
Deletes the given content reference
|
File |
FileContentReferenceHandlerImpl.getFile(ContentReference contentReference,
boolean waitForTransfer) |
File |
FileContentReferenceHandler.getFile(ContentReference contentReference,
boolean waitForTransfer)
Gets a File object for the given content reference, optionally waiting for the
file to be available and match the expected file size.
|
InputStream |
FileContentReferenceHandlerImpl.getInputStream(ContentReference contentReference,
boolean waitForAvailability) |
InputStream |
ContentReferenceHandler.getInputStream(ContentReference contentReference,
boolean waitForAvailability)
Gets an input stream for the given content reference
|
long |
FileContentReferenceHandlerImpl.putInputStream(InputStream sourceInputStream,
ContentReference targetContentReference) |
long |
ContentReferenceHandler.putInputStream(InputStream sourceInputStream,
ContentReference targetContentReference)
Writes the given source input stream into the given target content reference.
|
Copyright © 2015 Alfresco Software. All rights reserved.