public interface RenderCallback
RenditionService.render(org.alfresco.service.cmr.repository.NodeRef, RenditionDefinition, RenderCallback)| Modifier and Type | Method and Description |
|---|---|
void |
handleFailedRendition(Throwable t)
This callback method will be called upon unsuccessful completion of an
asynchronous rendition.
|
void |
handleSuccessfulRendition(org.alfresco.service.cmr.repository.ChildAssociationRef primaryParentOfNewRendition)
This callback method will be called upon successful completion of an asynchronous
rendition.
|
void handleSuccessfulRendition(org.alfresco.service.cmr.repository.ChildAssociationRef primaryParentOfNewRendition)
primaryParentOfNewRendition - a ChildAssociationRef linking the new rendition
object to its primary parent.void handleFailedRendition(Throwable t)
t - the Throwable giving the cause of the rendition failure.Copyright © 2005–2018 Alfresco Software. All rights reserved.