Uses of Class
org.alfresco.rest.api.model.CustomAspect
-
Packages that use CustomAspect Package Description org.alfresco.rest.api org.alfresco.rest.api.cmm org.alfresco.rest.api.impl org.alfresco.rest.api.model -
-
Uses of CustomAspect in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CustomAspect Modifier and Type Method Description CustomAspectCustomModels. createCustomAspect(java.lang.String modelName, CustomAspect aspect)Creates custom model's aspectCustomAspectCustomModels. getCustomAspect(java.lang.String modelName, java.lang.String aspectName, Parameters parameters)Gets theorg.alfresco.rest.api.model.CustomAspectrepresentation of the given model's aspectCustomAspectCustomModels. updateCustomAspect(java.lang.String modelName, CustomAspect aspect, Parameters parameters)Updates the custom model's aspectMethods in org.alfresco.rest.api that return types with arguments of type CustomAspect Modifier and Type Method Description CollectionWithPagingInfo<CustomAspect>CustomModels. getCustomAspects(java.lang.String modelName, Parameters parameters)Gets a paged list of all the given custom model's aspectsMethods in org.alfresco.rest.api with parameters of type CustomAspect Modifier and Type Method Description CustomAspectCustomModels. createCustomAspect(java.lang.String modelName, CustomAspect aspect)Creates custom model's aspectCustomAspectCustomModels. updateCustomAspect(java.lang.String modelName, CustomAspect aspect, Parameters parameters)Updates the custom model's aspect -
Uses of CustomAspect in org.alfresco.rest.api.cmm
Methods in org.alfresco.rest.api.cmm that return CustomAspect Modifier and Type Method Description CustomAspectCustomModelAspectsRelation. readById(java.lang.String modelName, java.lang.String aspectName, Parameters parameters)CustomAspectCustomModelAspectsRelation. update(java.lang.String modelName, CustomAspect aspect, Parameters parameters)Methods in org.alfresco.rest.api.cmm that return types with arguments of type CustomAspect Modifier and Type Method Description java.util.List<CustomAspect>CustomModelAspectsRelation. create(java.lang.String modelName, java.util.List<CustomAspect> aspects, Parameters parameters)CollectionWithPagingInfo<CustomAspect>CustomModelAspectsRelation. readAll(java.lang.String modelName, Parameters parameters)Methods in org.alfresco.rest.api.cmm with parameters of type CustomAspect Modifier and Type Method Description CustomAspectCustomModelAspectsRelation. update(java.lang.String modelName, CustomAspect aspect, Parameters parameters)Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomAspect Modifier and Type Method Description java.util.List<CustomAspect>CustomModelAspectsRelation. create(java.lang.String modelName, java.util.List<CustomAspect> aspects, Parameters parameters) -
Uses of CustomAspect in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return CustomAspect Modifier and Type Method Description CustomAspectCustomModelsImpl. createCustomAspect(java.lang.String modelName, CustomAspect aspect)CustomAspectCustomModelsImpl. getCustomAspect(java.lang.String modelName, java.lang.String aspectName, Parameters parameters)CustomAspectCustomModelsImpl. updateCustomAspect(java.lang.String modelName, CustomAspect aspect, Parameters parameters)Methods in org.alfresco.rest.api.impl that return types with arguments of type CustomAspect Modifier and Type Method Description java.util.List<CustomAspect>CustomModelsImpl.ModelDetails. getAspects()CollectionWithPagingInfo<CustomAspect>CustomModelsImpl. getCustomAspects(java.lang.String modelName, Parameters parameters)Methods in org.alfresco.rest.api.impl with parameters of type CustomAspect Modifier and Type Method Description CustomAspectCustomModelsImpl. createCustomAspect(java.lang.String modelName, CustomAspect aspect)CustomAspectCustomModelsImpl. updateCustomAspect(java.lang.String modelName, CustomAspect aspect, Parameters parameters)Method parameters in org.alfresco.rest.api.impl with type arguments of type CustomAspect Modifier and Type Method Description voidCustomModelsImpl.ModelDetails. setAspects(java.util.List<CustomAspect> aspects) -
Uses of CustomAspect in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return types with arguments of type CustomAspect Modifier and Type Method Description java.util.List<CustomAspect>CustomModel. getAspects()Method parameters in org.alfresco.rest.api.model with type arguments of type CustomAspect Modifier and Type Method Description voidCustomModel. setAspects(java.util.List<CustomAspect> aspects)
-