Uses of Class
org.alfresco.rest.api.model.CustomType
-
Packages that use CustomType Package Description org.alfresco.rest.api org.alfresco.rest.api.cmm org.alfresco.rest.api.impl org.alfresco.rest.api.model -
-
Uses of CustomType in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CustomType Modifier and Type Method Description CustomType
CustomModels. createCustomType(String modelName, CustomType type)
Creates custom model's typeCustomType
CustomModels. getCustomType(String modelName, String typeName, Parameters parameters)
Gets theorg.alfresco.rest.api.model.CustomType
representation of the given model's typeCustomType
CustomModels. updateCustomType(String modelName, CustomType type, Parameters parameters)
Updates the custom model's typeMethods in org.alfresco.rest.api that return types with arguments of type CustomType Modifier and Type Method Description CollectionWithPagingInfo<CustomType>
CustomModels. getCustomTypes(String modelName, Parameters parameters)
Gets a paged list of all the given custom model's typesMethods in org.alfresco.rest.api with parameters of type CustomType Modifier and Type Method Description CustomType
CustomModels. createCustomType(String modelName, CustomType type)
Creates custom model's typeCustomType
CustomModels. updateCustomType(String modelName, CustomType type, Parameters parameters)
Updates the custom model's type -
Uses of CustomType in org.alfresco.rest.api.cmm
Methods in org.alfresco.rest.api.cmm that return CustomType Modifier and Type Method Description CustomType
CustomModelTypesRelation. readById(String modelName, String typeName, Parameters parameters)
CustomType
CustomModelTypesRelation. update(String modelName, CustomType type, Parameters parameters)
Methods in org.alfresco.rest.api.cmm that return types with arguments of type CustomType Modifier and Type Method Description List<CustomType>
CustomModelTypesRelation. create(String modelName, List<CustomType> types, Parameters parameters)
CollectionWithPagingInfo<CustomType>
CustomModelTypesRelation. readAll(String modelName, Parameters parameters)
Methods in org.alfresco.rest.api.cmm with parameters of type CustomType Modifier and Type Method Description CustomType
CustomModelTypesRelation. update(String modelName, CustomType type, Parameters parameters)
Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomType Modifier and Type Method Description List<CustomType>
CustomModelTypesRelation. create(String modelName, List<CustomType> types, Parameters parameters)
-
Uses of CustomType in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return CustomType Modifier and Type Method Description CustomType
CustomModelsImpl. createCustomType(String modelName, CustomType type)
CustomType
CustomModelsImpl. getCustomType(String modelName, String typeName, Parameters parameters)
CustomType
CustomModelsImpl. updateCustomType(String modelName, CustomType type, Parameters parameters)
Methods in org.alfresco.rest.api.impl that return types with arguments of type CustomType Modifier and Type Method Description CollectionWithPagingInfo<CustomType>
CustomModelsImpl. getCustomTypes(String modelName, Parameters parameters)
List<CustomType>
CustomModelsImpl.ModelDetails. getTypes()
Methods in org.alfresco.rest.api.impl with parameters of type CustomType Modifier and Type Method Description CustomType
CustomModelsImpl. createCustomType(String modelName, CustomType type)
CustomType
CustomModelsImpl. updateCustomType(String modelName, CustomType type, Parameters parameters)
Method parameters in org.alfresco.rest.api.impl with type arguments of type CustomType Modifier and Type Method Description void
CustomModelsImpl.ModelDetails. setTypes(List<CustomType> types)
-
Uses of CustomType in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return types with arguments of type CustomType Modifier and Type Method Description List<CustomType>
CustomModel. getTypes()
Method parameters in org.alfresco.rest.api.model with type arguments of type CustomType Modifier and Type Method Description void
CustomModel. setTypes(List<CustomType> types)
Constructor parameters in org.alfresco.rest.api.model with type arguments of type CustomType Constructor Description CustomModel(org.alfresco.service.cmr.dictionary.CustomModelDefinition modelDefinition, List<CustomType> types, List<CustomAspect> aspects, List<CustomModelConstraint> constraints)
-