Uses of Class
org.alfresco.rest.model.RestCustomTypeModel
-
Packages that use RestCustomTypeModel Package Description org.alfresco.rest.model org.alfresco.rest.requests org.alfresco.rest.requests.privateAPI -
-
Uses of RestCustomTypeModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestCustomTypeModel Modifier and Type Method Description RestCustomTypeModelRestCustomTypeModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestCustomTypeModel Modifier and Type Method Description ModelAssertion<RestCustomTypeModel>RestCustomTypeModel. and()ModelAssertion<RestCustomTypeModel>RestCustomTypeModel. assertThat() -
Uses of RestCustomTypeModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestCustomTypeModel Modifier and Type Method Description RestCustomTypeModelCustomModelManager. createCustomType(RestCustomTypeModel customType)RestCustomTypeModelCustomTypeManager. getCustomType()Methods in org.alfresco.rest.requests with parameters of type RestCustomTypeModel Modifier and Type Method Description RestCustomTypeModelCustomModelManager. createCustomType(RestCustomTypeModel customType)Constructors in org.alfresco.rest.requests with parameters of type RestCustomTypeModel Constructor Description CustomTypeManager(org.alfresco.utility.model.CustomContentModel customContentModel, RestCustomTypeModel customTypeModel, RestWrapper restWrapper) -
Uses of RestCustomTypeModel in org.alfresco.rest.requests.privateAPI
Methods in org.alfresco.rest.requests.privateAPI with parameters of type RestCustomTypeModel Modifier and Type Method Description CustomTypeManagerRestPrivateAPI. usingCustomType(org.alfresco.utility.model.CustomContentModel customContentModel, RestCustomTypeModel customType)Provides DSL on all REST calls undercmm/{modelName}/types/{typeName}...API path
-