|
Field Summary | ||
ALL_SUFFIXES All suffixes to property names used to transformer configuration |
||
AMP The suffix to property names to indicate which Alfresco AMPs the transformer is available with. |
||
ANY Wild card mimetype and mimetype extension. |
||
AVAILABLE The suffix to property names to indicate that a transformer is available. |
||
BLACKLIST The suffix to property names for the blacklist. |
||
CONTENT Prefix before the transformer name of all property names that contain transformer information |
||
DEBUG_ENTRIES The number of debug lines to keep. |
||
DEFAULT_TRANSFORMER The 'transformer name' for system wide defaults for all transformers |
||
EDITION The suffix to property names to indicate which Alfresco version the transformer is available with. |
||
ENTRIES | ||
ERROR_TIME The suffix to property names for the error time. |
||
EXTENSIONS The separator between the transformer name and two mimetype extensions in a property name. |
||
FAILOVER The suffix to property names for creating dynamic failover transformers |
||
INITIAL_COUNT The suffix to property names for the the average count. |
||
INITIAL_TIME The suffix to property names for the the average time. |
||
String[][] |
LIMIT_PAIR_SUFFIXES Suffix pairs (max and limit values) to property names used to define transformation limits |
|
LIMIT_SUFFIXES Suffixes to property names used to define transformation limits |
||
LOG_ENTRIES The number of log lines to keep. |
||
MAX_PAGES | ||
MAX_SOURCE_SIZE_K_BYTES Suffixes for limits. |
||
MIMETYPES The separator between the transformer name and wildcarded mimetypes rather than extensions in a property name. |
||
NO_SUFFIXES No suffixes to property names used to define transformer settings. |
||
PAGE_LIMIT | ||
char |
PIPE Separator between transformers and mimetype extensions in a dynamic compound property value. |
|
PIPELINE The suffix to property names for creating dynamic complex transformers |
||
PREFIX The combined content and transformer name prefix of for all property names that contain transformer information |
||
PRIORITY The suffix to property names for the priority. |
||
int |
PRIORITY_DEFAULT By default transformers have a priority of 100. |
|
int |
PRIORITY_EXPLICIT To support the historical concept of EXPLICIT transformers, all such transformers are given a PRIORITY_EXPLICIT (50). |
|
READ_LIMIT_K_BYTES | ||
READ_LIMIT_TIME_MS | ||
String[] |
SEPARATORS Both extension and minetype separators. |
|
SUMMARY_TRANSFORMER_NAME Name given to the 'SUMMARY' dummy (does not exist) transformer that gathers data from all root level transformations |
||
SUPPORTED The suffix to property names for supported and unsupported combinations. |
||
THRESHOLD_COUNT The suffix to property names for the threshold count. |
||
TIMEOUT_MS | ||
TRANSFORMER Prefix for all transformer names |
||
USE An optional separator appended after the normal suffix and following value that identifies the 'use' or 'application' of the property. |
Method Summary | ||
getBlacklist(ContentTransformer transformer, String sourceMimetype, String targetMimetype) Returns a list of blacklisted NodeRefs of the specified transformer for the the combination of source and target mimetype. |
||
getLimits(ContentTransformer transformer, String sourceMimetype, String targetMimetype, String use) Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype. |
||
int |
getPriority(ContentTransformer contentTransformerHelper, String sourceMimetype, String targetMimetype) Returns the priority of the specified transformer for the the combination of source and target mimetype. |
|
getProperties(boolean changesOnly) Returns a sorted set of all transformer properties, their values and includes comments about the properties. |
||
getProperty(String name) Returns a transformer property value. |
||
getStatistics(ContentTransformer transformer, String sourceMimetype, String targetMimetype, boolean createNew) Returns and creates if needed the TransformerStatistics object for the combination of transformer, sourceMimetype and targetMimetype. |
||
int |
getThresholdCount(ContentTransformer contentTransformerHelper, String sourceMimetype, String targetMimetype) Returns the threshold of the transformer. |
|
boolean |
isSupportedTransformation(ContentTransformer transformer, String sourceMimetype, String targetMimetype, TransformationOptions options) Returns true if the supplied mimetype transformation pair is allowed by the list of supported and unsupported transformations. |
|
int |
removeProperties(String propertyNames) Removes transformer properties. |
|
int |
setProperties(String propertyNamesAndValues) Sets a transformer property values. |
|