Package org.alfresco.repo.rendition2
Interface RenditionDefinition2
-
- All Known Implementing Classes:
RenditionDefinition2Impl
@AlfrescoPublicApi public interface RenditionDefinition2Defines a rendition in terms of name, target mimetype and transform options need to get there.RenditionDefinition2s need to be registered in aRenditionDefinitionRegistry2.- Author:
- adavis
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLOW_ENLARGEMENTIndicates whether scaling operations should scale up or down (true or false).static StringALLOW_PDF_ENLARGEMENTIndicates whether scaling operations should scale up or down (true or false).static StringALPHA_REMOVEstatic StringAUTO_ORIENTstatic StringCROP_GRAVITYstatic StringCROP_HEIGHTstatic StringCROP_PERCENTAGEstatic StringCROP_WIDTHstatic StringCROP_X_OFFSETstatic StringCROP_Y_OFFSETstatic StringDURATIONDuration of clip.static StringEND_PAGEstatic StringFLASH_VERSIONDeprecated.Will be removed when local transformations are removed, as it is only used tp select SWIFTransformationOptions.static StringHEIGHTstatic StringINCLUDE_CONTENTSIndicates if embedded content (such as files within zips or images) should be included (true or false).static StringMAINTAIN_ASPECT_RATIOIndicates whether the aspect ratio of the image should be maintained (true or false).static StringMAINTAIN_PDF_ASPECT_RATIOIndicates whether the aspect ratio of the image should be maintained (true or false).static StringMAX_SOURCE_SIZE_K_BYTESstatic StringOFFSETTime from start.static StringPAGEstatic StringRESIZE_HEIGHTstatic StringRESIZE_PERCENTAGEstatic StringRESIZE_WIDTHstatic StringSTART_PAGEstatic StringTHUMBNAILIndicates whether to resize image to a thumbnail (true or false).static StringTIMEOUTstatic StringWIDTH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRenditionName()StringgetTargetMimetype()Map<String,String>getTransformOptions()
-
-
-
Field Detail
-
TIMEOUT
static final String TIMEOUT
- See Also:
- Constant Field Values
-
MAX_SOURCE_SIZE_K_BYTES
static final String MAX_SOURCE_SIZE_K_BYTES
- See Also:
- Constant Field Values
-
START_PAGE
static final String START_PAGE
- See Also:
- Constant Field Values
-
END_PAGE
static final String END_PAGE
- See Also:
- Constant Field Values
-
ALPHA_REMOVE
static final String ALPHA_REMOVE
- See Also:
- Constant Field Values
-
AUTO_ORIENT
static final String AUTO_ORIENT
- See Also:
- Constant Field Values
-
CROP_GRAVITY
static final String CROP_GRAVITY
- See Also:
- Constant Field Values
-
CROP_WIDTH
static final String CROP_WIDTH
- See Also:
- Constant Field Values
-
CROP_HEIGHT
static final String CROP_HEIGHT
- See Also:
- Constant Field Values
-
CROP_PERCENTAGE
static final String CROP_PERCENTAGE
- See Also:
- Constant Field Values
-
CROP_X_OFFSET
static final String CROP_X_OFFSET
- See Also:
- Constant Field Values
-
CROP_Y_OFFSET
static final String CROP_Y_OFFSET
- See Also:
- Constant Field Values
-
THUMBNAIL
static final String THUMBNAIL
Indicates whether to resize image to a thumbnail (true or false).- See Also:
- Constant Field Values
-
RESIZE_WIDTH
static final String RESIZE_WIDTH
- See Also:
- Constant Field Values
-
RESIZE_HEIGHT
static final String RESIZE_HEIGHT
- See Also:
- Constant Field Values
-
RESIZE_PERCENTAGE
static final String RESIZE_PERCENTAGE
- See Also:
- Constant Field Values
-
ALLOW_ENLARGEMENT
static final String ALLOW_ENLARGEMENT
Indicates whether scaling operations should scale up or down (true or false).- See Also:
- Constant Field Values
-
MAINTAIN_ASPECT_RATIO
static final String MAINTAIN_ASPECT_RATIO
Indicates whether the aspect ratio of the image should be maintained (true or false).- See Also:
- Constant Field Values
-
PAGE
static final String PAGE
- See Also:
- Constant Field Values
-
WIDTH
static final String WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
static final String HEIGHT
- See Also:
- Constant Field Values
-
ALLOW_PDF_ENLARGEMENT
static final String ALLOW_PDF_ENLARGEMENT
Indicates whether scaling operations should scale up or down (true or false).- See Also:
- Constant Field Values
-
MAINTAIN_PDF_ASPECT_RATIO
static final String MAINTAIN_PDF_ASPECT_RATIO
Indicates whether the aspect ratio of the image should be maintained (true or false).- See Also:
- Constant Field Values
-
OFFSET
static final String OFFSET
Time from start. Format hh:mm:ss[.xxx]- See Also:
- Constant Field Values
-
DURATION
static final String DURATION
Duration of clip.- See Also:
- Constant Field Values
-
INCLUDE_CONTENTS
static final String INCLUDE_CONTENTS
Indicates if embedded content (such as files within zips or images) should be included (true or false).- See Also:
- Constant Field Values
-
FLASH_VERSION
@Deprecated static final String FLASH_VERSION
Deprecated.Will be removed when local transformations are removed, as it is only used tp select SWIFTransformationOptions.- See Also:
- Constant Field Values
-
-