Uses of Class
org.alfresco.rest.api.model.Download
-
Packages that use Download Package Description org.alfresco.rest.api org.alfresco.rest.api.downloads org.alfresco.rest.api.impl -
-
Uses of Download in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Download Modifier and Type Method Description DownloadDownloads. createDownloadNode(Download download)Creates a download:download node.DownloadDownloads. getDownloadStatus(String downloadNodeId)Get status info about a download node.Methods in org.alfresco.rest.api with parameters of type Download Modifier and Type Method Description DownloadDownloads. 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 Download Modifier and Type Method Description DownloadDownloadsEntityResource. readById(String nodeId, Parameters parameters)Methods in org.alfresco.rest.api.downloads that return types with arguments of type Download Modifier and Type Method Description List<Download>DownloadsEntityResource. create(List<Download> entity, Parameters parameters)Method parameters in org.alfresco.rest.api.downloads with type arguments of type Download Modifier and Type Method Description List<Download>DownloadsEntityResource. create(List<Download> entity, Parameters parameters) -
Uses of Download in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Download Modifier and Type Method Description DownloadDownloadsImpl. createDownloadNode(Download download)DownloadDownloadsImpl. getDownloadStatus(String downloadNodeId)Methods in org.alfresco.rest.api.impl with parameters of type Download Modifier and Type Method Description protected voidDownloadsImpl. checkDuplicateNodeId(Download download)protected voidDownloadsImpl. checkEmptyNodeIds(Download download)DownloadDownloadsImpl. createDownloadNode(Download download)protected org.alfresco.service.cmr.repository.NodeRef[]DownloadsImpl. validateAndGetNodeRefs(Download download)
-