Uses of Interface
org.odata4j.core.OCollection

Packages that use OCollection
org.odata4j.core Core odata4j concepts. 
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.producer The odata4j server-side (producer-side) API. 
 

Uses of OCollection in org.odata4j.core
 

Methods in org.odata4j.core that return OCollection
 OCollection<T> OCollection.Builder.build()
           
 

Methods in org.odata4j.core that return types with arguments of type OCollection
static OProperty<OCollection<? extends OObject>> OProperties.collection(String name, EdmCollectionType type, OCollection<? extends OObject> value)
          Creates a new collecion-valued OData property of the given edm-type.
 

Methods in org.odata4j.core with parameters of type OCollection
static OProperty<OCollection<? extends OObject>> OProperties.collection(String name, EdmCollectionType type, OCollection<? extends OObject> value)
          Creates a new collecion-valued OData property of the given edm-type.
 

Uses of OCollection in org.odata4j.format
 

Methods in org.odata4j.format that return types with arguments of type OCollection
 FormatParser<OCollection<? extends OObject>> FormatParserFactory.JsonParsers.getCollectionFormatParser(Settings settings)
           
 FormatParser<OCollection<? extends OObject>> FormatParserFactory.AtomParsers.getCollectionFormatParser(Settings settings)
           
 

Uses of OCollection in org.odata4j.format.json
 

Methods in org.odata4j.format.json that return OCollection
 OCollection<? extends OObject> JsonCollectionFormatParser.parse(Reader reader)
           
protected  OCollection<? extends OObject> JsonCollectionFormatParser.parseCollection(JsonStreamReaderFactory.JsonStreamReader jsr)
           
 

Methods in org.odata4j.format.json with parameters of type OCollection
protected  void JsonFormatWriter.writeCollection(JsonWriter jw, EdmCollectionType type, OCollection<? extends OObject> coll)
           
 

Uses of OCollection in org.odata4j.producer
 

Methods in org.odata4j.producer that return OCollection
 OCollection<T> CollectionResponse.getCollection()
           
 

Methods in org.odata4j.producer with parameters of type OCollection
static
<T extends OObject>
CollectionResponse<?>
Responses.collection(OCollection<T> collection)
          Creates a new CollectionResponse instance.
static
<T extends OObject>
CollectionResponse<?>
Responses.collection(OCollection<T> collection, EdmEntitySet entitySet, Integer inlineCount, String skipToken, String collectionName)
          Creates a new CollectionResponse instance.
 



http://odata4j.org