Package org.alfresco.rest.api.cmm
Class CustomModelDownloadRelation
java.lang.Object
org.alfresco.rest.api.cmm.CustomModelDownloadRelation
- All Implemented Interfaces:
RelationshipResourceAction.Create<CustomModelDownload>
,ResourceAction
,org.springframework.beans.factory.InitializingBean
@RelationshipResource(name="download",
entityResource=CustomModelEntityResource.class,
title="Custom Model Download")
public class CustomModelDownloadRelation
extends Object
implements RelationshipResourceAction.Create<CustomModelDownload>, org.springframework.beans.factory.InitializingBean
- Author:
- Jamal Kaabi-Mofrad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(String modelName, List<CustomModelDownload> download, Parameters parameters) void
setCustomModels
(CustomModels customModels)
-
Constructor Details
-
CustomModelDownloadRelation
public CustomModelDownloadRelation()
-
-
Method Details
-
setCustomModels
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
create
public List<CustomModelDownload> create(String modelName, List<CustomModelDownload> download, Parameters parameters) - Specified by:
create
in interfaceRelationshipResourceAction.Create<CustomModelDownload>
-