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 |
Modifier and Type | Method and Description |
---|---|
protected CustomModel |
CustomModelUploadPost.importModel(org.alfresco.repo.dictionary.M2Model m2Model) |
Constructor and Description |
---|
ImportResult(CustomModel customModel,
String shareExtXMLFragment) |
Modifier and Type | Method and Description |
---|---|
CustomModel |
CustomModels.createCustomModel(CustomModel model)
Creates custom model
|
CustomModel |
CustomModels.createCustomModel(org.alfresco.repo.dictionary.M2Model m2Model)
Creates custom model from the imported
M2Model . |
CustomModel |
CustomModels.getCustomModel(String modelName,
Parameters parameters)
Gets the
org.alfresco.rest.api.model.CustomModel representation for the given model |
CustomModel |
CustomModels.updateCustomModel(String modelName,
CustomModel model,
Parameters parameters)
Updates or activates/deactivates the custom model
|
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<CustomModel> |
CustomModels.getCustomModels(Parameters parameters)
Gets a paged list of all custom models
|
Modifier and Type | Method and Description |
---|---|
CustomModel |
CustomModels.createCustomModel(CustomModel model)
Creates custom model
|
CustomModel |
CustomModels.updateCustomModel(String modelName,
CustomModel model,
Parameters parameters)
Updates or activates/deactivates the custom model
|
Modifier and Type | Method and Description |
---|---|
CustomModel |
CustomModelEntityResource.readById(String modelName,
Parameters parameters) |
CustomModel |
CustomModelEntityResource.update(String modelName,
CustomModel entity,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<CustomModel> |
CustomModelEntityResource.create(List<CustomModel> entity,
Parameters parameters) |
CollectionWithPagingInfo<CustomModel> |
CustomModelEntityResource.readAll(Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CustomModel |
CustomModelEntityResource.update(String modelName,
CustomModel entity,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<CustomModel> |
CustomModelEntityResource.create(List<CustomModel> entity,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CustomModel |
CustomModelsImpl.createCustomModel(CustomModel model) |
CustomModel |
CustomModelsImpl.createCustomModel(org.alfresco.repo.dictionary.M2Model m2Model) |
CustomModel |
CustomModelsImpl.getCustomModel(String modelName,
Parameters parameters) |
CustomModel |
CustomModelsImpl.ModelDetails.getModel() |
CustomModel |
CustomModelsImpl.updateCustomModel(String modelName,
CustomModel model,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<CustomModel> |
CustomModelsImpl.getCustomModels(Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CustomModel |
CustomModelsImpl.createCustomModel(CustomModel model) |
void |
CustomModelsImpl.ModelDetails.setModel(CustomModel model) |
CustomModel |
CustomModelsImpl.updateCustomModel(String modelName,
CustomModel model,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
int |
CustomModel.compareTo(CustomModel customModel) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.