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 CustomModelDownload
CustomModels. createDownload(java.lang.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 java.util.List<CustomModelDownload>
CustomModelDownloadRelation. create(java.lang.String modelName, java.util.List<CustomModelDownload> download, Parameters parameters)
Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomModelDownload Modifier and Type Method Description java.util.List<CustomModelDownload>
CustomModelDownloadRelation. create(java.lang.String modelName, java.util.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 CustomModelDownload
CustomModelsImpl. createDownload(java.lang.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 int
CustomModelDownload. compareTo(CustomModelDownload other)
-