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 Download
Downloads. createDownloadNode(Download download)
Creates a download:download node.Download
Downloads. getDownloadStatus(java.lang.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 Download
Downloads. 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 Download
DownloadsEntityResource. readById(java.lang.String nodeId, Parameters parameters)
Methods in org.alfresco.rest.api.downloads that return types with arguments of type Download Modifier and Type Method Description java.util.List<Download>
DownloadsEntityResource. create(java.util.List<Download> entity, Parameters parameters)
Method parameters in org.alfresco.rest.api.downloads with type arguments of type Download Modifier and Type Method Description java.util.List<Download>
DownloadsEntityResource. create(java.util.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 Download
DownloadsImpl. createDownloadNode(Download download)
Download
DownloadsImpl. getDownloadStatus(java.lang.String downloadNodeId)
Methods in org.alfresco.rest.api.impl with parameters of type Download Modifier and Type Method Description protected void
DownloadsImpl. checkDuplicateNodeId(Download download)
protected void
DownloadsImpl. checkEmptyNodeIds(Download download)
Download
DownloadsImpl. createDownloadNode(Download download)
protected org.alfresco.service.cmr.repository.NodeRef[]
DownloadsImpl. validateAndGetNodeRefs(Download download)
-