Package | Description |
---|---|
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 |
---|---|
CustomAspect |
CustomModels.createCustomAspect(String modelName,
CustomAspect aspect)
Creates custom model's aspect
|
CustomAspect |
CustomModels.getCustomAspect(String modelName,
String aspectName,
Parameters parameters)
Gets the
org.alfresco.rest.api.model.CustomAspect representation of
the given model's aspect |
CustomAspect |
CustomModels.updateCustomAspect(String modelName,
CustomAspect aspect,
Parameters parameters)
Updates the custom model's aspect
|
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<CustomAspect> |
CustomModels.getCustomAspects(String modelName,
Parameters parameters)
Gets a paged list of all the given custom model's aspects
|
Modifier and Type | Method and Description |
---|---|
CustomAspect |
CustomModels.createCustomAspect(String modelName,
CustomAspect aspect)
Creates custom model's aspect
|
CustomAspect |
CustomModels.updateCustomAspect(String modelName,
CustomAspect aspect,
Parameters parameters)
Updates the custom model's aspect
|
Modifier and Type | Method and Description |
---|---|
CustomAspect |
CustomModelAspectsRelation.readById(String modelName,
String aspectName,
Parameters parameters) |
CustomAspect |
CustomModelAspectsRelation.update(String modelName,
CustomAspect aspect,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<CustomAspect> |
CustomModelAspectsRelation.create(String modelName,
List<CustomAspect> aspects,
Parameters parameters) |
CollectionWithPagingInfo<CustomAspect> |
CustomModelAspectsRelation.readAll(String modelName,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CustomAspect |
CustomModelAspectsRelation.update(String modelName,
CustomAspect aspect,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<CustomAspect> |
CustomModelAspectsRelation.create(String modelName,
List<CustomAspect> aspects,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CustomAspect |
CustomModelsImpl.createCustomAspect(String modelName,
CustomAspect aspect) |
CustomAspect |
CustomModelsImpl.getCustomAspect(String modelName,
String aspectName,
Parameters parameters) |
CustomAspect |
CustomModelsImpl.updateCustomAspect(String modelName,
CustomAspect aspect,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<CustomAspect> |
CustomModelsImpl.ModelDetails.getAspects() |
CollectionWithPagingInfo<CustomAspect> |
CustomModelsImpl.getCustomAspects(String modelName,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CustomAspect |
CustomModelsImpl.createCustomAspect(String modelName,
CustomAspect aspect) |
CustomAspect |
CustomModelsImpl.updateCustomAspect(String modelName,
CustomAspect aspect,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
void |
CustomModelsImpl.ModelDetails.setAspects(List<CustomAspect> aspects) |
Modifier and Type | Method and Description |
---|---|
List<CustomAspect> |
CustomModel.getAspects() |
Modifier and Type | Method and Description |
---|---|
void |
CustomModel.setAspects(List<CustomAspect> aspects) |
Constructor and Description |
---|
CustomModel(org.alfresco.service.cmr.dictionary.CustomModelDefinition modelDefinition,
List<CustomType> types,
List<CustomAspect> aspects,
List<CustomModelConstraint> constraints) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.