Uses of Interface
org.odata4j.core.OLink

Packages that use OLink
org.odata4j.core Core odata4j concepts. 
org.odata4j.format.xml   
 

Uses of OLink in org.odata4j.core
 

Subinterfaces of OLink in org.odata4j.core
 interface ORelatedEntitiesLink
          An ORelatedEntitiesLink represents a relationship to multiple OData entities.
 interface ORelatedEntitiesLinkInline
          An ORelatedEntitiesLinkInline is an ORelatedEntitiesLink that also includes the referents inline.
 interface ORelatedEntityLink
          An ORelatedEntityLink represents a relationship to a single OData entity.
 interface ORelatedEntityLinkInline
          An ORelatedEntityLinkInline is an ORelatedEntityLink that also includes the referent inline.
 

Methods in org.odata4j.core with type parameters of type OLink
<T extends OLink>
T
OEntity.getLink(String title, Class<T> linkClass)
          Get a link with a given name and link-type.
 

Methods in org.odata4j.core that return OLink
static OLink OLinks.link(String relation, String title, String href)
          Creates a new OLink where the link sub-type is unknown or undefined.
 

Methods in org.odata4j.core that return types with arguments of type OLink
 List<OLink> OEntity.getLinks()
          Get all links of this instance.
static Predicate1<OLink> OPredicates.linkTitleEquals(String title)
           
 

Method parameters in org.odata4j.core with type arguments of type OLink
static OEntity OEntities.create(EdmEntitySet entitySet, OEntityKey entityKey, List<OProperty<?>> properties, List<OLink> links)
          Creates a new entity.
static OEntity OEntities.create(EdmEntitySet entitySet, OEntityKey entityKey, List<OProperty<?>> properties, List<OLink> links, String title, String categoryTerm)
          Creates a new entity with additional Atom information.
static OEntity OEntities.createRequest(EdmEntitySet entitySet, List<OProperty<?>> properties, List<OLink> links)
          Creates a new request-entity.
static OEntity OEntities.createRequest(EdmEntitySet entitySet, List<OProperty<?>> properties, List<OLink> links, String title, String categoryTerm)
          Creates a new request-entity with additional Atom information.
 

Uses of OLink in org.odata4j.format.xml
 

Fields in org.odata4j.format.xml with type parameters of type OLink
 List<OLink> AtomFeedFormatParser.DataServicesAtomEntry.links
           
 

Methods in org.odata4j.format.xml with parameters of type OLink
protected  void XmlFormatWriter.writeLinkInline(XMLWriter2 writer, OLink linkToInline, String href, String baseUri, String updated, boolean isResponse)
           
 

Method parameters in org.odata4j.format.xml with type arguments of type OLink
protected  String XmlFormatWriter.writeEntry(XMLWriter2 writer, OEntity oe, List<OProperty<?>> entityProperties, List<OLink> entityLinks, String entitySetName, String baseUri, String updated, EdmEntitySet ees, boolean isResponse)
           
 



http://odata4j.org