Uses of Class
org.apache.isis.viewer.restfulobjects.applib.links.LinkRepresentation

Packages that use LinkRepresentation
org.apache.isis.viewer.restfulobjects.applib   
org.apache.isis.viewer.restfulobjects.applib.homepage   
org.apache.isis.viewer.restfulobjects.applib.links   
org.apache.isis.viewer.restfulobjects.domainobjects   
 

Uses of LinkRepresentation in org.apache.isis.viewer.restfulobjects.applib
 

Methods in org.apache.isis.viewer.restfulobjects.applib that return LinkRepresentation
 LinkRepresentation JsonRepresentation.asLink()
           
 LinkRepresentation JsonRepresentation.getLink(String path)
           
 LinkRepresentation JsonRepresentation.LinksToSelf.getSelf()
           
 LinkRepresentation JsonRepresentation.mapValueAsLink()
          Convert a representation that contains a single node representing a link into a LinkRepresentation.
 

Methods in org.apache.isis.viewer.restfulobjects.applib with parameters of type LinkRepresentation
 RestfulResponse<JsonRepresentation> RestfulClient.follow(LinkRepresentation link)
           
 RestfulResponse<JsonRepresentation> RestfulClient.follow(LinkRepresentation link, JsonRepresentation requestArgs)
           
<T extends JsonRepresentation>
RestfulResponse<T>
RestfulClient.followT(LinkRepresentation link)
           
<T extends JsonRepresentation>
RestfulResponse<T>
RestfulClient.followT(LinkRepresentation link, JsonRepresentation requestArgs)
           
 

Uses of LinkRepresentation in org.apache.isis.viewer.restfulobjects.applib.homepage
 

Methods in org.apache.isis.viewer.restfulobjects.applib.homepage that return LinkRepresentation
 LinkRepresentation HomePageRepresentation.getServices()
           
 LinkRepresentation HomePageRepresentation.getUser()
           
 LinkRepresentation HomePageRepresentation.getVersion()
           
 

Uses of LinkRepresentation in org.apache.isis.viewer.restfulobjects.applib.links
 

Methods in org.apache.isis.viewer.restfulobjects.applib.links that return LinkRepresentation
 LinkRepresentation LinkRepresentation.withHref(String href)
           
 LinkRepresentation LinkRepresentation.withMethod(HttpMethod httpMethod)
           
 LinkRepresentation LinkRepresentation.withRel(String rel)
           
 LinkRepresentation LinkRepresentation.withTitle(String title)
           
 

Uses of LinkRepresentation in org.apache.isis.viewer.restfulobjects.domainobjects
 

Methods in org.apache.isis.viewer.restfulobjects.domainobjects that return LinkRepresentation
 LinkRepresentation AbstractObjectMemberRepresentation.getDetails()
           
 LinkRepresentation ObjectActionRepresentation.getInvoke()
           
 LinkRepresentation DomainRepresentation.getLinkWithRel(Rel rel)
           
 LinkRepresentation DomainRepresentation.getLinkWithRel(String rel)
           
 LinkRepresentation TransientDomainObjectRepresentation.getPersistLink()
           
 LinkRepresentation DomainRepresentation.getSelf()
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.