Uses of Class
org.xcmis.client.gwt.model.restatom.AtomLink

Packages that use AtomLink
org.xcmis.client.gwt.model.restatom   
org.xcmis.client.gwt.unmarshallers.parser   
 

Uses of AtomLink in org.xcmis.client.gwt.model.restatom
 

Fields in org.xcmis.client.gwt.model.restatom with type parameters of type AtomLink
protected  List<AtomLink> FeedInfo.links
          Links.
 

Methods in org.xcmis.client.gwt.model.restatom that return types with arguments of type AtomLink
 List<AtomLink> FeedInfo.getLinks()
           
 List<AtomLink> TypeEntry.getLinks()
           
 List<AtomLink> EntryInfo.getLinks()
           
 

Method parameters in org.xcmis.client.gwt.model.restatom with type arguments of type AtomLink
 void FeedInfo.setLinks(List<AtomLink> links)
           
 void TypeEntry.setLinks(List<AtomLink> links)
           
 void EntryInfo.setLinks(List<AtomLink> links)
           
 

Uses of AtomLink in org.xcmis.client.gwt.unmarshallers.parser
 

Methods in org.xcmis.client.gwt.unmarshallers.parser that return AtomLink
static AtomLink AtomLinkParser.parse(com.google.gwt.xml.client.Node item)
          Parse link xml node to get AtomLink.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.