Package org.alfresco.model
Interface RenditionModel
Rendition Model Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
Deprecated.obsolete when RenditionService is removed.static final QName
static final QName
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.static final QName
Aspect added to renditions created by RenditionService2.static final QName
static final QName
Deprecated.obsolete when RenditionService is removed.static final QName
static final QName
The source node's content hash code.
-
Field Details
-
ASPECT_RENDITION2
Aspect added to renditions created by RenditionService2. Initially used to avoid duplicate rendition requests via the original RenditionService and the new one. -
PROP_RENDITION_CONTENT_HASH_CODE
The source node's content hash code. Used to work out if a transform should replace the existing rendition, as transforms may be provided out of order. -
ASPECT_RENDITION
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. -
ASPECT_HIDDEN_RENDITION
Deprecated.obsolete when RenditionService is removed. -
ASPECT_VISIBLE_RENDITION
Deprecated.obsolete when RenditionService is removed. -
ASPECT_RENDITIONED
-
ASSOC_RENDITION
-
ASPECT_PREVENT_RENDITIONS
- Since:
- 4.0.1
-