| Modifier and Type | Method and Description |
|---|---|
void |
executeProcessors(Item item,
RunPhase runPhase,
RequestContext context) |
Binary |
getBinaryByURI(String tcmUri)
Get a binary by the tcmUri.
|
Binary |
getBinaryByURL(String url,
int publicationId)
Get a binary by the url and publicationId.
|
getProcessors, setCacheProvider, setProcessorsvoid executeProcessors(Item item, RunPhase runPhase, RequestContext context) throws FactoryException
FactoryExceptionBinary getBinaryByURI(String tcmUri) throws FactoryException
tcmUri - String representing the TCMURI of the binary to retrieveItemNotFoundException - if the items cannot be found in the underlying storageSerializationException - if the binary cannot be deserialized into an objectFactoryExceptionBinary getBinaryByURL(String url, int publicationId) throws FactoryException
url - String representing the path part of the binary URLpublicationId - int representing the Publication context idItemNotFoundException - if the items cannot be found in the underlying storageSerializationException - if the binary cannot be deserialized into an objectFactoryExceptionCopyright © 2017. All rights reserved.