|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OObject | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.core | Core odata4j concepts. |
org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
org.odata4j.format | |
org.odata4j.format.json | |
org.odata4j.producer | The odata4j server-side (producer-side) API. |
Uses of OObject in org.odata4j.consumer |
---|
Classes in org.odata4j.consumer with type parameters of type OObject | |
---|---|
class |
ConsumerFunctionCallRequest<T extends OObject>
Function-call-request implementation. |
Methods in org.odata4j.consumer that return types with arguments of type OObject | |
---|---|
OFunctionRequest<OObject> |
ODataConsumer.callFunction(String functionName)
Call a server-side function (also known as a service operation). |
OFunctionRequest<OObject> |
AbstractODataConsumer.callFunction(String functionName)
|
Methods in org.odata4j.consumer with parameters of type OObject | |
---|---|
ConsumerFunctionCallRequest<T> |
ConsumerFunctionCallRequest.parameter(String name,
OObject value)
|
Uses of OObject in org.odata4j.core |
---|
Classes in org.odata4j.core with type parameters of type OObject | |
---|---|
interface |
OCollection<T extends OObject>
A homogeneous collection of OData objects of a given EdmType . |
static interface |
OCollection.Builder<T extends OObject>
Builds an OCollection instance. |
Subinterfaces of OObject in org.odata4j.core | |
---|---|
interface |
OCollection<T extends OObject>
A homogeneous collection of OData objects of a given EdmType . |
interface |
OComplexObject
An instance of an EdmComplexType . |
interface |
OEntity
An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities). |
interface |
OSimpleObject<V>
An instance of an EdmSimpleType , a primitive value in the OData type system. |
interface |
OStructuralObject
An OData instance object with properties. |
Methods in org.odata4j.core with type parameters of type OObject | ||
---|---|---|
static
|
OCollections.newBuilder(EdmType type)
Starts a new OCollection builder using a given edm type. |
Methods in org.odata4j.core that return types with arguments of type OObject | |
---|---|
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 OObject | |
---|---|
OFunctionRequest<T> |
OFunctionRequest.parameter(String name,
OObject value)
Adds a generic parameter. |
Method parameters in org.odata4j.core with type arguments of type OObject | |
---|---|
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 OObject in org.odata4j.edm |
---|
Methods in org.odata4j.edm that return types with arguments of type OObject | |
---|---|
static Class<? extends OObject> |
EdmType.getInstanceType(EdmType edmType)
Gets the corresponding instance type of a given edm type. |
Uses of OObject in org.odata4j.format |
---|
Methods in org.odata4j.format that return types with arguments of type OObject | |
---|---|
FormatParser<OCollection<? extends OObject>> |
FormatParserFactory.JsonParsers.getCollectionFormatParser(Settings settings)
|
FormatParser<OCollection<? extends OObject>> |
FormatParserFactory.AtomParsers.getCollectionFormatParser(Settings settings)
|
Uses of OObject in org.odata4j.format.json |
---|
Methods in org.odata4j.format.json that return types with arguments of type OObject | |
---|---|
protected FormatParser<? extends OObject> |
JsonCollectionFormatParser.createItemParser(EdmType edmType)
|
protected OCollection.Builder<OObject> |
JsonCollectionFormatParser.newCollectionBuilder()
|
OCollection<? extends OObject> |
JsonCollectionFormatParser.parse(Reader reader)
|
protected OCollection<? extends OObject> |
JsonCollectionFormatParser.parseCollection(JsonStreamReaderFactory.JsonStreamReader jsr)
|
Method parameters in org.odata4j.format.json with type arguments of type OObject | |
---|---|
protected void |
JsonCollectionFormatParser.parseCollectionOfSimple(OCollection.Builder<OObject> builder,
JsonStreamReaderFactory.JsonStreamReader jsr)
|
protected void |
JsonFormatWriter.writeCollection(JsonWriter jw,
EdmCollectionType type,
OCollection<? extends OObject> coll)
|
Uses of OObject in org.odata4j.producer |
---|
Classes in org.odata4j.producer with type parameters of type OObject | |
---|---|
interface |
CollectionResponse<T extends OObject>
An CollectionResponse is a response to a client request expecting a collection of OData objects. |
Methods in org.odata4j.producer with type parameters of type OObject | ||
---|---|---|
static
|
Responses.collection(OCollection<T> collection)
Creates a new CollectionResponse instance. |
|
static
|
Responses.collection(OCollection<T> collection,
EdmEntitySet entitySet,
Integer inlineCount,
String skipToken,
String collectionName)
Creates a new CollectionResponse instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |