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 TypeMethodDescriptionvoid
create
(List<Download> entity, Parameters parameters) void
delete
(String nodeId, Parameters parameters) readById
(String nodeId, Parameters parameters) void
setDownloads
(Downloads downloads)
-
Constructor Details
-
DownloadsEntityResource
public DownloadsEntityResource()
-
-
Method Details
-
setDownloads
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
create
- Specified by:
create
in interfaceEntityResourceAction.Create<Download>
-
readById
- Specified by:
readById
in interfaceEntityResourceAction.ReadById<Download>
- Throws:
EntityNotFoundException
-
delete
- Specified by:
delete
in interfaceEntityResourceAction.Delete
-