Package org.alfresco.rest.api.downloads
Class DownloadsEntityResource
java.lang.Object
org.alfresco.rest.api.downloads.DownloadsEntityResource
- All Implemented Interfaces:
EntityResourceAction.Create<Download>,EntityResourceAction.Delete,EntityResourceAction.ReadById<Download>,ResourceAction,org.springframework.beans.factory.InitializingBean
@EntityResource(name="downloads",
title="Downloads")
public class DownloadsEntityResource
extends Object
implements EntityResourceAction.Create<Download>, EntityResourceAction.ReadById<Download>, EntityResourceAction.Delete, org.springframework.beans.factory.InitializingBean
- Author:
- cpopa
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(List<Download> entity, Parameters parameters) voiddelete(String nodeId, Parameters parameters) readById(String nodeId, Parameters parameters) voidsetDownloads(Downloads downloads)
-
Constructor Details
-
DownloadsEntityResource
public DownloadsEntityResource()
-
-
Method Details
-
setDownloads
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
create
- Specified by:
createin interfaceEntityResourceAction.Create<Download>
-
readById
- Specified by:
readByIdin interfaceEntityResourceAction.ReadById<Download>- Throws:
EntityNotFoundException
-
delete
- Specified by:
deletein interfaceEntityResourceAction.Delete
-