Uses of Class
org.alfresco.rest.api.model.CustomModelDownload
Packages that use CustomModelDownload
Package
Description
-
Uses of CustomModelDownload in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CustomModelDownloadModifier and TypeMethodDescriptionCustomModels.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 CustomModelDownloadModifier and TypeMethodDescriptionCustomModelDownloadRelation.create
(String modelName, List<CustomModelDownload> download, Parameters parameters) Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomModelDownloadModifier and TypeMethodDescriptionCustomModelDownloadRelation.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 CustomModelDownloadModifier and TypeMethodDescriptionCustomModelsImpl.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