Uses of Class
org.alfresco.service.cmr.thumbnail.ThumbnailParentAssociationDetails
-
Packages that use ThumbnailParentAssociationDetails Package Description org.alfresco.repo.thumbnail org.alfresco.service.cmr.thumbnail -
-
Uses of ThumbnailParentAssociationDetails in org.alfresco.repo.thumbnail
Methods in org.alfresco.repo.thumbnail with parameters of type ThumbnailParentAssociationDetails Modifier and Type Method Description RenditionDefinitionThumbnailRenditionConvertor. convert(ThumbnailDefinition thumbnailDefinition, ThumbnailParentAssociationDetails assocDetails)Deprecated.Given the specifiedthumbnailDefinitionandassocDetails, create and return an equivalentRenditionDefinitionobject.Map<String,Serializable>ThumbnailRenditionConvertor. convert(TransformationOptions transformationOptions, ThumbnailParentAssociationDetails assocDetails)Deprecated.Given the specifiedtransformationOptionsandassocDetails, create and return a parameter Map which contains the equivalentRenditionDefinitionconfiguration.NodeRefThumbnailServiceImpl. createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String thumbnailName, ThumbnailParentAssociationDetails assocDetails)Deprecated. -
Uses of ThumbnailParentAssociationDetails in org.alfresco.service.cmr.thumbnail
Methods in org.alfresco.service.cmr.thumbnail with parameters of type ThumbnailParentAssociationDetails Modifier and Type Method Description NodeRefThumbnailService. createThumbnail(NodeRef node, QName contentProperty, String mimetype, TransformationOptions transformationOptions, String name, ThumbnailParentAssociationDetails assocDetails)Deprecated.
-