Uses of Class
org.exoplatform.services.rest.wadl.research.RepresentationType
Packages that use RepresentationType
-
Uses of RepresentationType in org.exoplatform.services.rest.wadl
Methods in org.exoplatform.services.rest.wadl that return RepresentationTypeModifier and TypeMethodDescriptionBaseWadlGeneratorImpl.createRequestRepresentation(javax.ws.rs.core.MediaType mediaType) WadlGenerator.createRequestRepresentation(javax.ws.rs.core.MediaType mediaType) BaseWadlGeneratorImpl.createResponseRepresentation(javax.ws.rs.core.MediaType mediaType) WadlGenerator.createResponseRepresentation(javax.ws.rs.core.MediaType mediaType) -
Uses of RepresentationType in org.exoplatform.services.rest.wadl.research
Fields in org.exoplatform.services.rest.wadl.research with type parameters of type RepresentationTypeModifier and TypeFieldDescriptionprotected List<RepresentationType> Request.representationprotected List<javax.xml.bind.JAXBElement<RepresentationType>> Response.representationOrFaultMethods in org.exoplatform.services.rest.wadl.research that return RepresentationTypeModifier and TypeMethodDescriptionObjectFactory.createRepresentationType()Create an instance ofRepresentationTypeMethods in org.exoplatform.services.rest.wadl.research that return types with arguments of type RepresentationTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<RepresentationType> ObjectFactory.createFault(RepresentationType value) javax.xml.bind.JAXBElement<RepresentationType> ObjectFactory.createRepresentation(RepresentationType value) Request.getRepresentation()Gets the value of the representation property.List<javax.xml.bind.JAXBElement<RepresentationType>> Response.getRepresentationOrFault()Gets the value of the representationOrFault property.Methods in org.exoplatform.services.rest.wadl.research with parameters of type RepresentationTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<RepresentationType> ObjectFactory.createFault(RepresentationType value) javax.xml.bind.JAXBElement<RepresentationType> ObjectFactory.createRepresentation(RepresentationType value)