Uses of Class
org.alfresco.rest.api.model.CustomModel
Packages that use CustomModel
Package
Description
-
Uses of CustomModel in org.alfresco.repo.web.scripts.custommodel
Methods in org.alfresco.repo.web.scripts.custommodel that return CustomModelModifier and TypeMethodDescriptionprotected CustomModel
CustomModelUploadPost.importModel
(M2Model m2Model) Constructors in org.alfresco.repo.web.scripts.custommodel with parameters of type CustomModel -
Uses of CustomModel in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CustomModelModifier and TypeMethodDescriptionCustomModels.createCustomModel
(M2Model m2Model) Creates custom model from the importedM2Model
.CustomModels.createCustomModel
(CustomModel model) Creates custom modelCustomModels.getCustomModel
(String modelName, Parameters parameters) Gets theorg.alfresco.rest.api.model.CustomModel
representation for the given modelCustomModels.updateCustomModel
(String modelName, CustomModel model, Parameters parameters) Updates or activates/deactivates the custom modelMethods in org.alfresco.rest.api that return types with arguments of type CustomModelModifier and TypeMethodDescriptionCustomModels.getCustomModels
(Parameters parameters) Gets a paged list of all custom modelsMethods in org.alfresco.rest.api with parameters of type CustomModelModifier and TypeMethodDescriptionCustomModels.createCustomModel
(CustomModel model) Creates custom modelCustomModels.updateCustomModel
(String modelName, CustomModel model, Parameters parameters) Updates or activates/deactivates the custom model -
Uses of CustomModel in org.alfresco.rest.api.cmm
Methods in org.alfresco.rest.api.cmm that return CustomModelModifier and TypeMethodDescriptionCustomModelEntityResource.readById
(String modelName, Parameters parameters) CustomModelEntityResource.update
(String modelName, CustomModel entity, Parameters parameters) Methods in org.alfresco.rest.api.cmm that return types with arguments of type CustomModelModifier and TypeMethodDescriptionCustomModelEntityResource.create
(List<CustomModel> entity, Parameters parameters) CustomModelEntityResource.readAll
(Parameters parameters) Methods in org.alfresco.rest.api.cmm with parameters of type CustomModelModifier and TypeMethodDescriptionCustomModelEntityResource.update
(String modelName, CustomModel entity, Parameters parameters) Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomModelModifier and TypeMethodDescriptionCustomModelEntityResource.create
(List<CustomModel> entity, Parameters parameters) -
Uses of CustomModel in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return CustomModelModifier and TypeMethodDescriptionCustomModelsImpl.createCustomModel
(M2Model m2Model) CustomModelsImpl.createCustomModel
(CustomModel model) CustomModelsImpl.getCustomModel
(String modelName, Parameters parameters) CustomModelsImpl.ModelDetails.getModel()
CustomModelsImpl.updateCustomModel
(String modelName, CustomModel model, Parameters parameters) Methods in org.alfresco.rest.api.impl that return types with arguments of type CustomModelMethods in org.alfresco.rest.api.impl with parameters of type CustomModelModifier and TypeMethodDescriptionCustomModelsImpl.createCustomModel
(CustomModel model) void
CustomModelsImpl.ModelDetails.setModel
(CustomModel model) CustomModelsImpl.updateCustomModel
(String modelName, CustomModel model, Parameters parameters) -
Uses of CustomModel in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model with parameters of type CustomModel