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 java.lang.Object implements RelationshipResourceAction.Create<CustomModelDownload>, org.springframework.beans.factory.InitializingBean
- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description CustomModelDownloadRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()java.util.List<CustomModelDownload>create(java.lang.String modelName, java.util.List<CustomModelDownload> download, Parameters parameters)voidsetCustomModels(CustomModels customModels)
-
-
-
Method Detail
-
setCustomModels
public void setCustomModels(CustomModels customModels)
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
create
public java.util.List<CustomModelDownload> create(java.lang.String modelName, java.util.List<CustomModelDownload> download, Parameters parameters)
- Specified by:
createin interfaceRelationshipResourceAction.Create<CustomModelDownload>
-
-