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 CustomAspect
CustomModels. createCustomAspect(java.lang.String modelName, CustomAspect aspect)
Creates custom model's aspectCustomAspect
CustomModels. getCustomAspect(java.lang.String modelName, java.lang.String aspectName, Parameters parameters)
Gets theorg.alfresco.rest.api.model.CustomAspect
representation of the given model's aspectCustomAspect
CustomModels. 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 CustomAspect
CustomModels. createCustomAspect(java.lang.String modelName, CustomAspect aspect)
Creates custom model's aspectCustomAspect
CustomModels. 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 CustomAspect
CustomModelAspectsRelation. readById(java.lang.String modelName, java.lang.String aspectName, Parameters parameters)
CustomAspect
CustomModelAspectsRelation. 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 CustomAspect
CustomModelAspectsRelation. 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 CustomAspect
CustomModelsImpl. createCustomAspect(java.lang.String modelName, CustomAspect aspect)
CustomAspect
CustomModelsImpl. getCustomAspect(java.lang.String modelName, java.lang.String aspectName, Parameters parameters)
CustomAspect
CustomModelsImpl. 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 CustomAspect
CustomModelsImpl. createCustomAspect(java.lang.String modelName, CustomAspect aspect)
CustomAspect
CustomModelsImpl. 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 void
CustomModelsImpl.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 void
CustomModel. setAspects(java.util.List<CustomAspect> aspects)
-