Uses of Class
org.alfresco.rest.api.model.CustomType
Packages that use CustomType
Package
Description
-
Uses of CustomType in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CustomTypeModifier and TypeMethodDescriptionCustomModels.createCustomType
(String modelName, CustomType type) Creates custom model's typeCustomModels.getCustomType
(String modelName, String typeName, Parameters parameters) Gets theorg.alfresco.rest.api.model.CustomType
representation of the given model's typeCustomModels.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 CustomTypeModifier and TypeMethodDescriptionCustomModels.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 CustomTypeModifier and TypeMethodDescriptionCustomModels.createCustomType
(String modelName, CustomType type) Creates custom model's typeCustomModels.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 CustomTypeModifier and TypeMethodDescriptionCustomModelTypesRelation.readById
(String modelName, String typeName, Parameters parameters) CustomModelTypesRelation.update
(String modelName, CustomType type, Parameters parameters) Methods in org.alfresco.rest.api.cmm that return types with arguments of type CustomTypeModifier and TypeMethodDescriptionCustomModelTypesRelation.create
(String modelName, List<CustomType> types, Parameters parameters) CustomModelTypesRelation.readAll
(String modelName, Parameters parameters) Methods in org.alfresco.rest.api.cmm with parameters of type CustomTypeModifier and TypeMethodDescriptionCustomModelTypesRelation.update
(String modelName, CustomType type, Parameters parameters) Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomTypeModifier and TypeMethodDescriptionCustomModelTypesRelation.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 CustomTypeModifier and TypeMethodDescriptionCustomModelsImpl.createCustomType
(String modelName, CustomType type) CustomModelsImpl.getCustomType
(String modelName, String typeName, Parameters parameters) CustomModelsImpl.updateCustomType
(String modelName, CustomType type, Parameters parameters) Methods in org.alfresco.rest.api.impl that return types with arguments of type CustomTypeModifier and TypeMethodDescriptionCustomModelsImpl.getCustomTypes
(String modelName, Parameters parameters) CustomModelsImpl.ModelDetails.getTypes()
Methods in org.alfresco.rest.api.impl with parameters of type CustomTypeModifier and TypeMethodDescriptionCustomModelsImpl.createCustomType
(String modelName, CustomType type) CustomModelsImpl.updateCustomType
(String modelName, CustomType type, Parameters parameters) Method parameters in org.alfresco.rest.api.impl with type arguments of type CustomTypeModifier and TypeMethodDescriptionvoid
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 CustomTypeMethod parameters in org.alfresco.rest.api.model with type arguments of type CustomTypeConstructor parameters in org.alfresco.rest.api.model with type arguments of type CustomTypeModifierConstructorDescriptionCustomModel
(org.alfresco.service.cmr.dictionary.CustomModelDefinition modelDefinition, List<CustomType> types, List<CustomAspect> aspects, List<CustomModelConstraint> constraints)