Package org.alfresco.repo.rendition2
Interface RenditionDefinition2
- All Known Implementing Classes:
RenditionDefinition2Impl,TransformDefinition
@AlfrescoPublicApi
public interface RenditionDefinition2
Defines a rendition in terms of name, target mimetype and transform options need to get there.
RenditionDefinition2s need to be registered in a RenditionDefinitionRegistry2.- Author:
- adavis
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates whether scaling operations should scale up or down (true or false).static final StringIndicates whether scaling operations should scale up or down (true or false).static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringDuration of clip.static final Stringstatic final StringDeprecated.Will be removed when local transformations are removed, as it is only used tp select SWIFTransformationOptions.static final Stringstatic final StringIndicates if embedded content (such as files within zips or images) should be included (true or false).static final StringIndicates whether the aspect ratio of the image should be maintained (true or false).static final StringIndicates whether the aspect ratio of the image should be maintained (true or false).static final Stringstatic final StringTime from start.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe encoding of a Source Node is automatically added to the Transform Options if not specified.static final StringThe Source Node Ref is automatically added to the Transform Options if specified but without a value.static final Stringstatic final StringThe encoding of a Target Node is automatically added to the Transform Options if not specified and the transformer knows about it.static final StringIndicates whether to resize image to a thumbnail (true or false).static final Stringstatic final String -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
TIMEOUT
- See Also:
-
MAX_SOURCE_SIZE_K_BYTES
- See Also:
-
START_PAGE
- See Also:
-
END_PAGE
- See Also:
-
ALPHA_REMOVE
- See Also:
-
AUTO_ORIENT
- See Also:
-
CROP_GRAVITY
- See Also:
-
CROP_WIDTH
- See Also:
-
CROP_HEIGHT
- See Also:
-
CROP_PERCENTAGE
- See Also:
-
CROP_X_OFFSET
- See Also:
-
CROP_Y_OFFSET
- See Also:
-
THUMBNAIL
Indicates whether to resize image to a thumbnail (true or false).- See Also:
-
RESIZE_WIDTH
- See Also:
-
RESIZE_HEIGHT
- See Also:
-
RESIZE_PERCENTAGE
- See Also:
-
ALLOW_ENLARGEMENT
Indicates whether scaling operations should scale up or down (true or false).- See Also:
-
MAINTAIN_ASPECT_RATIO
Indicates whether the aspect ratio of the image should be maintained (true or false).- See Also:
-
PAGE
- See Also:
-
WIDTH
- See Also:
-
HEIGHT
- See Also:
-
ALLOW_PDF_ENLARGEMENT
Indicates whether scaling operations should scale up or down (true or false).- See Also:
-
MAINTAIN_PDF_ASPECT_RATIO
Indicates whether the aspect ratio of the image should be maintained (true or false).- See Also:
-
OFFSET
Time from start. Format hh:mm:ss[.xxx]- See Also:
-
DURATION
Duration of clip.- See Also:
-
INCLUDE_CONTENTS
Indicates if embedded content (such as files within zips or images) should be included (true or false).- See Also:
-
FLASH_VERSION
Deprecated.Will be removed when local transformations are removed, as it is only used tp select SWIFTransformationOptions.- See Also:
-
SOURCE_ENCODING
The encoding of a Source Node is automatically added to the Transform Options if not specified.- See Also:
-
SOURCE_NODE_REF
The Source Node Ref is automatically added to the Transform Options if specified but without a value.- See Also:
-
TARGET_ENCODING
The encoding of a Target Node is automatically added to the Transform Options if not specified and the transformer knows about it.- See Also:
-
-
Method Details