Uses of Interface
org.alfresco.repo.rendition2.RenditionDefinition2
Packages that use RenditionDefinition2
-
Uses of RenditionDefinition2 in org.alfresco.repo.rendition2
Classes in org.alfresco.repo.rendition2 that implement RenditionDefinition2Modifier and TypeClassDescriptionclassStandard implementation.classA TransformDefinition is a transientRenditionDefinition2that provides a target mimetype and transform options just like a RenditionDefinition2.Methods in org.alfresco.repo.rendition2 that return RenditionDefinition2Modifier and TypeMethodDescriptionRenditionDefinitionRegistry2Impl.getDefinition(String renditionName) Deprecated.RenditionDefinitionRegistry2.getRenditionDefinition(String renditionName) RenditionDefinitionRegistry2Impl.getRenditionDefinition(String renditionName) Methods in org.alfresco.repo.rendition2 with parameters of type RenditionDefinition2Modifier and TypeMethodDescriptionvoidLocalTransformClient.checkSupported(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String sourceMimetype, long sourceSizeInBytes, String contentUrl) voidSwitchingTransformClient.checkSupported(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String sourceMimetype, long sourceSizeInBytes, String contentUrl) voidTransformClient.checkSupported(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String sourceMimetype, long sourceSizeInBytes, String contentUrl) Checks the transformation required for the rendition is supported.voidRenditionService2Impl.consume(NodeRef sourceNodeRef, InputStream transformInputStream, RenditionDefinition2 renditionDefinition, int transformContentHashCode) voidRenditionService2Impl.failure(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, int transformContentHashCode) voidRenditionDefinitionRegistry2Impl.register(RenditionDefinition2 renditionDefinition) voidLocalTransformClient.transform(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String user, int sourceContentHashCode) voidSwitchingTransformClient.transform(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String user, int sourceContentHashCode) voidTransformClient.transform(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String user, int sourceContentHashCode) Requests an asynchronous transform and the subsequent linkage of that transform as a rendition.
RenditionDefinitionRegistry2Impl.getRenditionDefinition(String)