Uses of Class
org.alfresco.rest.api.model.CustomModel
-
Packages that use CustomModel Package Description org.alfresco.repo.web.scripts.custommodel org.alfresco.rest.api org.alfresco.rest.api.cmm org.alfresco.rest.api.impl org.alfresco.rest.api.model -
-
Uses of CustomModel in org.alfresco.repo.web.scripts.custommodel
Methods in org.alfresco.repo.web.scripts.custommodel that return CustomModel Modifier and Type Method Description protected CustomModelCustomModelUploadPost. importModel(M2Model m2Model)Constructors in org.alfresco.repo.web.scripts.custommodel with parameters of type CustomModel Constructor Description ImportResult(CustomModel customModel, String shareExtXMLFragment) -
Uses of CustomModel in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CustomModel Modifier and Type Method Description CustomModelCustomModels. createCustomModel(M2Model m2Model)Creates custom model from the importedM2Model.CustomModelCustomModels. createCustomModel(CustomModel model)Creates custom modelCustomModelCustomModels. getCustomModel(String modelName, Parameters parameters)Gets theorg.alfresco.rest.api.model.CustomModelrepresentation for the given modelCustomModelCustomModels. 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 CustomModel Modifier and Type Method Description CollectionWithPagingInfo<CustomModel>CustomModels. getCustomModels(Parameters parameters)Gets a paged list of all custom modelsMethods in org.alfresco.rest.api with parameters of type CustomModel Modifier and Type Method Description CustomModelCustomModels. createCustomModel(CustomModel model)Creates custom modelCustomModelCustomModels. 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 CustomModel Modifier and Type Method Description CustomModelCustomModelEntityResource. readById(String modelName, Parameters parameters)CustomModelCustomModelEntityResource. update(String modelName, CustomModel entity, Parameters parameters)Methods in org.alfresco.rest.api.cmm that return types with arguments of type CustomModel Modifier and Type Method Description List<CustomModel>CustomModelEntityResource. create(List<CustomModel> entity, Parameters parameters)CollectionWithPagingInfo<CustomModel>CustomModelEntityResource. readAll(Parameters parameters)Methods in org.alfresco.rest.api.cmm with parameters of type CustomModel Modifier and Type Method Description CustomModelCustomModelEntityResource. update(String modelName, CustomModel entity, Parameters parameters)Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomModel Modifier and Type Method Description List<CustomModel>CustomModelEntityResource. create(List<CustomModel> entity, Parameters parameters) -
Uses of CustomModel in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return CustomModel Modifier and Type Method Description CustomModelCustomModelsImpl. createCustomModel(M2Model m2Model)CustomModelCustomModelsImpl. createCustomModel(CustomModel model)CustomModelCustomModelsImpl. getCustomModel(String modelName, Parameters parameters)CustomModelCustomModelsImpl.ModelDetails. getModel()CustomModelCustomModelsImpl. updateCustomModel(String modelName, CustomModel model, Parameters parameters)Methods in org.alfresco.rest.api.impl that return types with arguments of type CustomModel Modifier and Type Method Description CollectionWithPagingInfo<CustomModel>CustomModelsImpl. getCustomModels(Parameters parameters)Methods in org.alfresco.rest.api.impl with parameters of type CustomModel Modifier and Type Method Description CustomModelCustomModelsImpl. createCustomModel(CustomModel model)voidCustomModelsImpl.ModelDetails. setModel(CustomModel model)CustomModelCustomModelsImpl. 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 Modifier and Type Method Description intCustomModel. compareTo(CustomModel customModel)
-