Uses of Class
org.alfresco.rest.api.model.Download
Packages that use Download
Package
Description
-
Uses of Download in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return DownloadModifier and TypeMethodDescriptionDownloads.createDownloadNode(Download download) Creates a download:download node.Downloads.getDownloadStatus(String downloadNodeId) Get status info about a download node.Methods in org.alfresco.rest.api with parameters of type DownloadModifier and TypeMethodDescriptionDownloads.createDownloadNode(Download download) Creates a download:download node. -
Uses of Download in org.alfresco.rest.api.downloads
Methods in org.alfresco.rest.api.downloads that return DownloadModifier and TypeMethodDescriptionDownloadsEntityResource.readById(String nodeId, Parameters parameters) Methods in org.alfresco.rest.api.downloads that return types with arguments of type DownloadModifier and TypeMethodDescriptionDownloadsEntityResource.create(List<Download> entity, Parameters parameters) Method parameters in org.alfresco.rest.api.downloads with type arguments of type Download -
Uses of Download in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return DownloadModifier and TypeMethodDescriptionDownloadsImpl.createDownloadNode(Download download) DownloadsImpl.getDownloadStatus(String downloadNodeId) Methods in org.alfresco.rest.api.impl with parameters of type DownloadModifier and TypeMethodDescriptionprotected voidDownloadsImpl.checkDuplicateNodeId(Download download) protected voidDownloadsImpl.checkEmptyNodeIds(Download download) DownloadsImpl.createDownloadNode(Download download) protected NodeRef[]DownloadsImpl.validateAndGetNodeRefs(Download download)