| Package | Description |
|---|---|
| org.gytheio.content | |
| org.gytheio.content.handler | |
| org.gytheio.content.util |
| Modifier and Type | Method and Description |
|---|---|
ContentReference |
ContentWorkResult.getContentReference()
Gets the content reference associated with the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentWorkResult.setContentReference(ContentReference contentReference)
Sets the content reference associated with the result.
|
| Constructor and Description |
|---|
ContentWorkResult(ContentReference contentReference,
Map<String,Object> details) |
| Modifier and Type | Method and Description |
|---|---|
ContentReference |
FileContentReferenceHandlerImpl.createContentReference(String fileName,
String mediaType) |
ContentReference |
AbstractUrlContentReferenceHandler.createContentReference(String fileName,
String mediaType) |
ContentReference |
ContentReferenceHandler.createContentReference(String fileName,
String mediaType)
Creates a content reference of the given file name and media type.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
protected String |
AbstractUrlContentReferenceHandler.getRemoteFileUrl(ContentReference contentReference)
Gets the remote URL string from the given content reference.
|
boolean |
FileContentReferenceHandlerImpl.isContentReferenceExists(ContentReference contentReference) |
boolean |
ContentReferenceHandler.isContentReferenceExists(ContentReference contentReference)
Determines whether the given content reference exists
|
boolean |
FileContentReferenceHandlerImpl.isContentReferenceSupported(ContentReference contentReference) |
boolean |
ContentReferenceHandler.isContentReferenceSupported(ContentReference contentReference)
Determines whether the given content reference is supported by the handler
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
ContentUtil.getSingleResultDetailValue(String detailKey,
ContentReference contentReference,
List<ContentWorkResult> results)
Convenience method for getting a specific result detail value for a
given content reference.
|
Copyright © 2017 Alfresco Software. All rights reserved.