Package | Description |
---|---|
org.alfresco.repo.content | |
org.alfresco.repo.content.transform | |
org.alfresco.service.cmr.repository |
Modifier and Type | Method and Description |
---|---|
TransformationOptionLimits |
AbstractContentReader.getLimits() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContentReader.setLimits(TransformationOptionLimits limits) |
Modifier and Type | Method and Description |
---|---|
protected TransformationOptionLimits |
AbstractContentTransformerLimits.getLimits()
Deprecated.
use
AbstractContentTransformerLimits.getLimits(String, String, TransformationOptions) which allows the
limits to be selected based on mimetype and use. |
protected TransformationOptionLimits |
AbstractContentTransformerLimits.getLimits(org.alfresco.service.cmr.repository.ContentReader reader,
org.alfresco.service.cmr.repository.ContentWriter writer,
TransformationOptions options)
Returns max and limit values for time, size and pages for a specified source and
target mimetypes, combined with this Transformer's general limits and optionally
the supplied transformation option's limits.
|
TransformationOptionLimits |
TransformerConfigImpl.getLimits(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
String use)
Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype.
|
TransformationOptionLimits |
TransformerConfig.getLimits(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
String use)
Returns the limits defined for the combination of transformer, sourceMimetype and targetMimetype.
|
TransformationOptionLimits |
TransformerConfigLimits.getLimits(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
String use)
|
protected TransformationOptionLimits |
AbstractContentTransformerLimits.getLimits(String sourceMimetype,
String targetMimetype,
TransformationOptions options)
Returns max and limit values for time, size and pages for a specified source and
target mimetypes, combined with this Transformer's general limits and optionally
the supplied transformation option's limits.
|
protected TransformationOptionLimits |
ComplexContentTransformer.getLimits(String sourceMimetype,
String targetMimetype,
TransformationOptions options)
Returns the limits from this transformer combined with those of the first transformer in the chain.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractContentTransformerLimits.setLimits(TransformationOptionLimits limits)
Deprecated.
transformation limits are now set with global properties rather than spring configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractContentTransformerLimits.setMimetypeLimits(Map<String,Map<String,TransformationOptionLimits>> mimetypeLimits)
Deprecated.
transformation limits are now set with global properties rather than spring configuration.
|
Modifier and Type | Method and Description |
---|---|
TransformationOptionLimits |
TransformationOptionLimits.combine(TransformationOptionLimits that)
Returns a TransformationOptionLimits that has getter methods that combine the
the values from the getter methods of this and the supplied TransformationOptionLimits.
|
TransformationOptionLimits |
TransformationOptionLimits.combineUpper(TransformationOptionLimits that)
Returns a TransformationOptionLimits that has getter methods that combine the
the values from the getter methods of this and the supplied TransformationOptionLimits
so that they return the lowest common denominator of the limits .
|
TransformationOptionLimits |
TransformationOptions.getLimits()
Returns max and limit values for time, size and pages in a single operation.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,Map<String,TransformationOptionLimits>>> |
TransformationOptionLimitsMap.entrySet() |
Modifier and Type | Method and Description |
---|---|
TransformationOptionLimits |
TransformationOptionLimits.combine(TransformationOptionLimits that)
Returns a TransformationOptionLimits that has getter methods that combine the
the values from the getter methods of this and the supplied TransformationOptionLimits.
|
TransformationOptionLimits |
TransformationOptionLimits.combineUpper(TransformationOptionLimits that)
Returns a TransformationOptionLimits that has getter methods that combine the
the values from the getter methods of this and the supplied TransformationOptionLimits
so that they return the lowest common denominator of the limits .
|
void |
TransformationOptionLimits.defaultTo(TransformationOptionLimits limits)
This method overrides rather than defaults values into the supplied limits (as the
name might suggest), but because of the order in which it is called, this results in the
correct defaults being set.
|
void |
TransformationOptions.setLimits(TransformationOptionLimits limits)
Sets max and limit values for time, size and pages in a single operation.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.