Uses of Interface
org.alfresco.repo.rendition2.RenditionDefinition2
-
Packages that use RenditionDefinition2 Package Description org.alfresco.repo.rendition2 -
-
Uses of RenditionDefinition2 in org.alfresco.repo.rendition2
Classes in org.alfresco.repo.rendition2 that implement RenditionDefinition2 Modifier and Type Class Description classRenditionDefinition2ImplStandard implementation.classTransformDefinitionA TransformDefinition is a transientRenditionDefinition2that provides a target mimetype and transform options just like a RenditionDefinition2.Methods in org.alfresco.repo.rendition2 that return RenditionDefinition2 Modifier and Type Method Description RenditionDefinition2RenditionDefinitionRegistry2Impl. getDefinition(String renditionName)Deprecated.RenditionDefinition2RenditionDefinitionRegistry2. getRenditionDefinition(String renditionName)RenditionDefinition2RenditionDefinitionRegistry2Impl. getRenditionDefinition(String renditionName)Methods in org.alfresco.repo.rendition2 with parameters of type RenditionDefinition2 Modifier and Type Method Description voidLegacyTransformClient. checkSupported(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String sourceMimetype, long sourceSizeInBytes, String contentUrl)Deprecated.voidLocalTransformClient. 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)voidLegacyTransformClient. transform(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String user, int sourceContentHashCode)Deprecated.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.
-