Package org.alfresco.model
Interface RenditionModel
-
@AlfrescoPublicApi public interface RenditionModel
Rendition Model Constants
-
-
Field Summary
Fields Modifier and Type Field Description static QName
ASPECT_HIDDEN_RENDITION
Deprecated.obsolete when RenditionService is removed.static QName
ASPECT_PREVENT_RENDITIONS
static QName
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.static QName
ASPECT_RENDITION2
Aspect added to renditions created by RenditionService2.static QName
ASPECT_RENDITIONED
static QName
ASPECT_VISIBLE_RENDITION
Deprecated.obsolete when RenditionService is removed.static QName
ASSOC_RENDITION
static QName
PROP_RENDITION_CONTENT_HASH_CODE
The source node's content hash code.
-
-
-
Field Detail
-
ASPECT_RENDITION2
static final QName 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
static final QName 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 static final QName 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 static final QName ASPECT_HIDDEN_RENDITION
Deprecated.obsolete when RenditionService is removed.
-
ASPECT_VISIBLE_RENDITION
@Deprecated static final QName ASPECT_VISIBLE_RENDITION
Deprecated.obsolete when RenditionService is removed.
-
ASPECT_RENDITIONED
static final QName ASPECT_RENDITIONED
-
ASSOC_RENDITION
static final QName ASSOC_RENDITION
-
ASPECT_PREVENT_RENDITIONS
static final QName ASPECT_PREVENT_RENDITIONS
- Since:
- 4.0.1
-
-