|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RenderCallback
This interface defines a callback object which can be used to handle the ultimate result of asynchronous renditions.
RenditionService.render(org.alfresco.service.cmr.repository.NodeRef, RenditionDefinition, RenderCallback)
Method Summary | |
---|---|
void |
handleFailedRendition(java.lang.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. |
Method Detail |
---|
void handleSuccessfulRendition(org.alfresco.service.cmr.repository.ChildAssociationRef primaryParentOfNewRendition)
primaryParentOfNewRendition
- a ChildAssociationRef linking the new rendition
object to its primary parent.void handleFailedRendition(java.lang.Throwable t)
t
- the Throwable giving the cause of the rendition failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |