@RelationshipResource(name="download", entityResource=CustomModelEntityResource.class, title="Custom Model Download") public class CustomModelDownloadRelation extends Object implements RelationshipResourceAction.Create<CustomModelDownload>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
CustomModelDownloadRelation() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
List<CustomModelDownload> |
create(String modelName,
List<CustomModelDownload> download,
Parameters parameters) |
void |
setCustomModels(CustomModels customModels) |
public void setCustomModels(CustomModels customModels)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic List<CustomModelDownload> create(String modelName, List<CustomModelDownload> download, Parameters parameters)
create in interface RelationshipResourceAction.Create<CustomModelDownload>Copyright © 2005–2018 Alfresco Software. All rights reserved.