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 java.lang.StringALLOW_ENLARGEMENTIndicates whether scaling operations should scale up or down (true or false).static java.lang.StringALLOW_PDF_ENLARGEMENTIndicates whether scaling operations should scale up or down (true or false).static java.lang.StringALPHA_REMOVEstatic java.lang.StringAUTO_ORIENTstatic java.lang.StringCROP_GRAVITYstatic java.lang.StringCROP_HEIGHTstatic java.lang.StringCROP_PERCENTAGEstatic java.lang.StringCROP_WIDTHstatic java.lang.StringCROP_X_OFFSETstatic java.lang.StringCROP_Y_OFFSETstatic java.lang.StringDURATIONDuration of clip.static java.lang.StringEND_PAGEstatic java.lang.StringFLASH_VERSIONDeprecated.Will be removed when local transformations are removed, as it is only used tp select SWIFTransformationOptions.static java.lang.StringHEIGHTstatic java.lang.StringINCLUDE_CONTENTSIndicates if embedded content (such as files within zips or images) should be included (true or false).static java.lang.StringMAINTAIN_ASPECT_RATIOIndicates whether the aspect ratio of the image should be maintained (true or false).static java.lang.StringMAINTAIN_PDF_ASPECT_RATIOIndicates whether the aspect ratio of the image should be maintained (true or false).static java.lang.StringMAX_SOURCE_SIZE_K_BYTESstatic java.lang.StringOFFSETTime from start.static java.lang.StringPAGEstatic java.lang.StringRESIZE_HEIGHTstatic java.lang.StringRESIZE_PERCENTAGEstatic java.lang.StringRESIZE_WIDTHstatic java.lang.StringSTART_PAGEstatic java.lang.StringTHUMBNAILIndicates whether to resize image to a thumbnail (true or false).static java.lang.StringTIMEOUTstatic java.lang.StringWIDTH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRenditionName()java.lang.StringgetTargetMimetype()java.util.Map<java.lang.String,java.lang.String>getTransformOptions()
-
-
-
Field Detail
-
TIMEOUT
static final java.lang.String TIMEOUT
- See Also:
- Constant Field Values
-
MAX_SOURCE_SIZE_K_BYTES
static final java.lang.String MAX_SOURCE_SIZE_K_BYTES
- See Also:
- Constant Field Values
-
START_PAGE
static final java.lang.String START_PAGE
- See Also:
- Constant Field Values
-
END_PAGE
static final java.lang.String END_PAGE
- See Also:
- Constant Field Values
-
ALPHA_REMOVE
static final java.lang.String ALPHA_REMOVE
- See Also:
- Constant Field Values
-
AUTO_ORIENT
static final java.lang.String AUTO_ORIENT
- See Also:
- Constant Field Values
-
CROP_GRAVITY
static final java.lang.String CROP_GRAVITY
- See Also:
- Constant Field Values
-
CROP_WIDTH
static final java.lang.String CROP_WIDTH
- See Also:
- Constant Field Values
-
CROP_HEIGHT
static final java.lang.String CROP_HEIGHT
- See Also:
- Constant Field Values
-
CROP_PERCENTAGE
static final java.lang.String CROP_PERCENTAGE
- See Also:
- Constant Field Values
-
CROP_X_OFFSET
static final java.lang.String CROP_X_OFFSET
- See Also:
- Constant Field Values
-
CROP_Y_OFFSET
static final java.lang.String CROP_Y_OFFSET
- See Also:
- Constant Field Values
-
THUMBNAIL
static final java.lang.String THUMBNAIL
Indicates whether to resize image to a thumbnail (true or false).- See Also:
- Constant Field Values
-
RESIZE_WIDTH
static final java.lang.String RESIZE_WIDTH
- See Also:
- Constant Field Values
-
RESIZE_HEIGHT
static final java.lang.String RESIZE_HEIGHT
- See Also:
- Constant Field Values
-
RESIZE_PERCENTAGE
static final java.lang.String RESIZE_PERCENTAGE
- See Also:
- Constant Field Values
-
ALLOW_ENLARGEMENT
static final java.lang.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 java.lang.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 java.lang.String PAGE
- See Also:
- Constant Field Values
-
WIDTH
static final java.lang.String WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
static final java.lang.String HEIGHT
- See Also:
- Constant Field Values
-
ALLOW_PDF_ENLARGEMENT
static final java.lang.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 java.lang.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 java.lang.String OFFSET
Time from start. Format hh:mm:ss[.xxx]- See Also:
- Constant Field Values
-
DURATION
static final java.lang.String DURATION
Duration of clip.- See Also:
- Constant Field Values
-
INCLUDE_CONTENTS
static final java.lang.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 java.lang.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
-
-