mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-3766 Renditions: Simplified Async Rendition Service (#23)
Addition of rn:version to rendition2 aspect to allow transforms to arrive out of sequence.
This commit is contained in:
@@ -41,6 +41,12 @@ public interface RenditionModel
|
||||
*/
|
||||
static final QName ASPECT_RENDITION2 = QName.createQName(NamespaceService.RENDITION_MODEL_1_0_URI, "rendition2");
|
||||
|
||||
/**
|
||||
* Version number used to work out if a transform should replace the existing rendition, as transforms may be
|
||||
* provided outr of order.
|
||||
*/
|
||||
static final QName PROP_RENDITION_VERSION = QName.createQName(NamespaceService.RENDITION_MODEL_1_0_URI, "version");
|
||||
|
||||
/**
|
||||
* @deprecated This rendition aspect will no longger be needed once the original RenditionService has been
|
||||
* replaced by RenditionService2 which additionally uses a rendition2 aspect to mark its renditions.
|
||||
|
Reference in New Issue
Block a user