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 CustomModel
CustomModelUploadPost. 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 CustomModel
CustomModels. createCustomModel(M2Model m2Model)
Creates custom model from the importedM2Model
.CustomModel
CustomModels. createCustomModel(CustomModel model)
Creates custom modelCustomModel
CustomModels. getCustomModel(String modelName, Parameters parameters)
Gets theorg.alfresco.rest.api.model.CustomModel
representation for the given modelCustomModel
CustomModels. 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 CustomModel
CustomModels. createCustomModel(CustomModel model)
Creates custom modelCustomModel
CustomModels. 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 CustomModel
CustomModelEntityResource. readById(String modelName, Parameters parameters)
CustomModel
CustomModelEntityResource. 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 CustomModel
CustomModelEntityResource. 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 CustomModel
CustomModelsImpl. createCustomModel(M2Model m2Model)
CustomModel
CustomModelsImpl. createCustomModel(CustomModel model)
CustomModel
CustomModelsImpl. getCustomModel(String modelName, Parameters parameters)
CustomModel
CustomModelsImpl.ModelDetails. getModel()
CustomModel
CustomModelsImpl. 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 CustomModel
CustomModelsImpl. createCustomModel(CustomModel model)
void
CustomModelsImpl.ModelDetails. setModel(CustomModel model)
CustomModel
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 Modifier and Type Method Description int
CustomModel. compareTo(CustomModel customModel)
-