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.Methods in org.alfresco.repo.rendition2 that return RenditionDefinition2 Modifier and Type Method Description RenditionDefinition2RenditionDefinitionRegistry2Impl. getDefinition(String renditionName)Obtains aRenditionDefinition2by name.RenditionDefinition2RenditionDefinitionRegistry2. getRenditionDefinition(String renditionName)RenditionDefinition2RenditionDefinitionRegistry2Impl. getRenditionDefinition(String renditionName)Methods in org.alfresco.repo.rendition2 with parameters of type RenditionDefinition2 Modifier and Type Method Description voidLegacyLocalTransformClient. checkSupported(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String sourceMimetype, long size, String contentUrl)Deprecated.voidSwitchingTransformClient. checkSupported(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String sourceMimetype, long size, String contentUrl)voidTransformClient. checkSupported(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String sourceMimetype, long size, String contentUrl)Checks the transformation required for the rendition is supported.voidRenditionService2Impl. consume(NodeRef sourceNodeRef, InputStream transformInputStream, RenditionDefinition2 renditionDefinition, int transformContentHashCode)Takes a transformation (InputStream) and attaches it as a rendition to the source node.voidRenditionService2Impl. failure(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, int transformContentHashCode)voidRenditionDefinitionRegistry2Impl. register(RenditionDefinition2 renditionDefinition)voidLegacyLocalTransformClient. transform(NodeRef sourceNodeRef, RenditionDefinition2 renditionDefinition, String user, int sourceContentHashCode)Deprecated.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.
-