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 CustomTypeCustomModels. createCustomType(java.lang.String modelName, CustomType type)Creates custom model's typeCustomTypeCustomModels. getCustomType(java.lang.String modelName, java.lang.String typeName, Parameters parameters)Gets theorg.alfresco.rest.api.model.CustomTyperepresentation of the given model's typeCustomTypeCustomModels. updateCustomType(java.lang.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(java.lang.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 CustomTypeCustomModels. createCustomType(java.lang.String modelName, CustomType type)Creates custom model's typeCustomTypeCustomModels. updateCustomType(java.lang.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 CustomTypeCustomModelTypesRelation. readById(java.lang.String modelName, java.lang.String typeName, Parameters parameters)CustomTypeCustomModelTypesRelation. update(java.lang.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 java.util.List<CustomType>CustomModelTypesRelation. create(java.lang.String modelName, java.util.List<CustomType> types, Parameters parameters)CollectionWithPagingInfo<CustomType>CustomModelTypesRelation. readAll(java.lang.String modelName, Parameters parameters)Methods in org.alfresco.rest.api.cmm with parameters of type CustomType Modifier and Type Method Description CustomTypeCustomModelTypesRelation. update(java.lang.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 java.util.List<CustomType>CustomModelTypesRelation. create(java.lang.String modelName, java.util.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 CustomTypeCustomModelsImpl. createCustomType(java.lang.String modelName, CustomType type)CustomTypeCustomModelsImpl. getCustomType(java.lang.String modelName, java.lang.String typeName, Parameters parameters)CustomTypeCustomModelsImpl. updateCustomType(java.lang.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(java.lang.String modelName, Parameters parameters)java.util.List<CustomType>CustomModelsImpl.ModelDetails. getTypes()Methods in org.alfresco.rest.api.impl with parameters of type CustomType Modifier and Type Method Description CustomTypeCustomModelsImpl. createCustomType(java.lang.String modelName, CustomType type)CustomTypeCustomModelsImpl. updateCustomType(java.lang.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 voidCustomModelsImpl.ModelDetails. setTypes(java.util.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 java.util.List<CustomType>CustomModel. getTypes()Method parameters in org.alfresco.rest.api.model with type arguments of type CustomType Modifier and Type Method Description voidCustomModel. setTypes(java.util.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, java.util.List<CustomType> types, java.util.List<CustomAspect> aspects, java.util.List<CustomModelConstraint> constraints)
-