Class SWFTransformationOptions
java.lang.Object
org.alfresco.service.cmr.repository.TransformationOptions
org.alfresco.repo.content.transform.swf.SWFTransformationOptions
- All Implemented Interfaces:
Cloneable
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
SFW transformation options
- Author:
- Roy Wetherall
-
Field Summary
Fields inherited from class org.alfresco.service.cmr.repository.TransformationOptions
OPT_INCLUDE_EMBEDDED, OPT_SOURCE_CONTENT_PROPERTY, OPT_SOURCE_NODEREF, OPT_TARGET_CONTENT_PROPERTY, OPT_TARGET_NODEREF, OPT_USE, relaxedBooleanTypeConverter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.service.cmr.repository.TransformationOptions
addSourceOptions, clone, copyFrom, deepCopy, getIncludeEmbedded, getLimits, getMaxPages, getMaxSourceSizeKBytes, getPageLimit, getReadLimitKBytes, getReadLimitTimeMs, getSourceContentProperty, getSourceNodeRef, getSourceOptions, getSourceOptionsList, getSourceOptionsMap, getTargetContentProperty, getTargetNodeRef, getTimeoutMs, getUse, set, setIncludeEmbedded, setLimits, setMaxPages, setMaxSourceSizeKBytes, setPageLimit, setReadLimitKBytes, setReadLimitTimeMs, setSourceContentProperty, setSourceNodeRef, setSourceOptionsList, setTargetContentProperty, setTargetNodeRef, setTimeoutMs, setUse, toString, toString, toStringAll
-
Constructor Details
-
SWFTransformationOptions
public SWFTransformationOptions()Deprecated.
-
-
Method Details
-
setFlashVersion
Deprecated. -
getFlashVersion
Deprecated. -
toMap
Deprecated.Description copied from class:TransformationOptionsConvert the transformation options into a map.Basic options (optional) are:
TransformationOptions.OPT_SOURCE_NODEREFTransformationOptions.OPT_SOURCE_CONTENT_PROPERTYTransformationOptions.OPT_TARGET_NODEREFTransformationOptions.OPT_TARGET_CONTENT_PROPERTYTransformationOptions.OPT_INCLUDE_EMBEDDEDTransformationOptions.OPT_USETransformationOptionLimits.OPT_TIMEOUT_MSTransformationOptionLimits.OPT_READ_LIMIT_TIME_MSTransformationOptionLimits.OPT_MAX_SOURCE_SIZE_K_BYTESTransformationOptionLimits.OPT_READ_LIMIT_K_BYTESTransformationOptionLimits.OPT_MAX_PAGESTransformationOptionLimits.OPT_PAGE_LIMIT
Override this method to append option values to the map. Derived classes should call the base class before appending further values and returning the result.
- Overrides:
toMapin classTransformationOptions
-
equals
Deprecated.- Overrides:
equalsin classTransformationOptions
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classTransformationOptions
-