Uses of Interface
org.odata4j.core.OLink

Packages that use OLink
org.odata4j.consumer The odata4j client-side (consumer-side) API. 
org.odata4j.core Core odata4j concepts. 
org.odata4j.format.json   
org.odata4j.format.xml   
 

Uses of OLink in org.odata4j.consumer
 

Fields in org.odata4j.consumer with type parameters of type OLink
protected  List<OLink> AbstractConsumerEntityPayloadRequest.links
           
 

Method parameters in org.odata4j.consumer with type arguments of type OLink
 Entry ODataClient.createRequestEntry(EdmEntitySet entitySet, OEntityKey entityKey, List<OProperty<?>> props, List<OLink> links)
           
 Entry AbstractODataClient.createRequestEntry(EdmEntitySet entitySet, OEntityKey entityKey, List<OProperty<?>> props, List<OLink> links)
           
 

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 inlined.
 

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

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

Method parameters in org.odata4j.core with type arguments of type OLink
static OEntity OEntities.create(EdmEntitySet entitySet, EdmEntityType entityType, OEntityKey entityKey, List<OProperty<?>> properties, List<OLink> links)
          Creates a new entity.
static OEntity OEntities.create(EdmEntitySet entitySet, EdmEntityType entityType, OEntityKey entityKey, List<OProperty<?>> properties, List<OLink> links, Object... extensions)
          Creates a new entity.
static OEntity OEntities.create(EdmEntitySet entitySet, EdmEntityType entityType, OEntityKey entityKey, String entityTag, List<OProperty<?>> properties, List<OLink> links)
          Creates a new entity.
static OEntity OEntities.create(EdmEntitySet entitySet, EdmEntityType entityType, OEntityKey entityKey, String entityTag, List<OProperty<?>> properties, List<OLink> links, String title, String categoryTerm)
          Creates a new entity with additional Atom information.
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, Object... extensions)
          Creates a new entity.
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.json
 

Methods in org.odata4j.format.json with parameters of type OLink
protected  void JsonFormatWriter.writeRequestLink(JsonWriter jw, OLink link, OEntity oe, UriInfo uriInfo)
           
protected  void JsonFormatWriter.writeResponseLink(JsonWriter jw, OLink link, OEntity oe, UriInfo uriInfo)
           
 

Uses of OLink in org.odata4j.format.xml
 

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 baseUri, String updated, EdmEntitySet ees, boolean isResponse)
           
 



http://odata4j.org