Uses of Class
org.alfresco.rest.api.model.CustomModelDownload
-
Packages that use CustomModelDownload Package Description org.alfresco.rest.api org.alfresco.rest.api.cmm org.alfresco.rest.api.impl org.alfresco.rest.api.model -
-
Uses of CustomModelDownload in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CustomModelDownload Modifier and Type Method Description CustomModelDownloadCustomModels. createDownload(String modelName, Parameters parameters)Starts the creation of a downloadable archive file containing the custom model file and its associated Share extension module file (if requested). -
Uses of CustomModelDownload in org.alfresco.rest.api.cmm
Methods in org.alfresco.rest.api.cmm that return types with arguments of type CustomModelDownload Modifier and Type Method Description List<CustomModelDownload>CustomModelDownloadRelation. create(String modelName, List<CustomModelDownload> download, Parameters parameters)Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomModelDownload Modifier and Type Method Description List<CustomModelDownload>CustomModelDownloadRelation. create(String modelName, List<CustomModelDownload> download, Parameters parameters) -
Uses of CustomModelDownload in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return CustomModelDownload Modifier and Type Method Description CustomModelDownloadCustomModelsImpl. createDownload(String modelName, Parameters parameters) -
Uses of CustomModelDownload in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model with parameters of type CustomModelDownload Modifier and Type Method Description intCustomModelDownload. compareTo(CustomModelDownload other)
-