Package | Description |
---|---|
org.apache.olingo.ext.proxy.commons | |
org.apache.olingo.ext.proxy.context | |
org.apache.olingo.ext.proxy.utils |
Modifier and Type | Field and Description |
---|---|
protected EntityInvocationHandler |
AbstractStructuredInvocationHandler.entityHandler |
Modifier and Type | Method and Description |
---|---|
EntityInvocationHandler |
TransactionItems.get(Integer value) |
EntityInvocationHandler |
AbstractStructuredInvocationHandler.getEntityHandler() |
static EntityInvocationHandler |
EntityInvocationHandler.getInstance(Class<?> typeRef,
AbstractService<?> service) |
static EntityInvocationHandler |
EntityInvocationHandler.getInstance(ClientEntity entity,
URI entitySetURI,
Class<?> typeRef,
AbstractService<?> service) |
static EntityInvocationHandler |
EntityInvocationHandler.getInstance(ClientEntity entity,
URI entitySetURI,
URI entityURI,
Class<?> typeRef,
AbstractService<?> service) |
static EntityInvocationHandler |
EntityInvocationHandler.getInstance(URI entityURI,
Class<?> typeRef,
AbstractService<?> service) |
Modifier and Type | Method and Description |
---|---|
Map<ODataBatchableRequest,EntityInvocationHandler> |
PersistenceChanges.getChanges() |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceChanges.addChange(ODataBatchableRequest request,
EntityInvocationHandler handler) |
boolean |
TransactionItems.contains(EntityInvocationHandler key) |
Integer |
TransactionItems.get(EntityInvocationHandler key) |
static ComplexInvocationHandler |
ComplexInvocationHandler.getInstance(EntityInvocationHandler handler,
Class<?> typeRef) |
void |
TransactionItems.put(EntityInvocationHandler key,
Integer value) |
void |
TransactionItems.remove(EntityInvocationHandler key) |
void |
AbstractStructuredInvocationHandler.setEntityHandler(EntityInvocationHandler entityHandler) |
Constructor and Description |
---|
AbstractStructuredInvocationHandler(Class<?> typeRef,
Object internal,
EntityInvocationHandler entityHandler) |
AnnotatableInvocationHandler(AbstractService<?> service,
String propName,
String navPropName,
EntityInvocationHandler entityHandler,
AbstractStructuredInvocationHandler targetHandler) |
Modifier and Type | Method and Description |
---|---|
EntityInvocationHandler |
AttachedEntity.getEntity() |
EntityInvocationHandler |
EntityContext.getEntity(EntityUUID uuid)
Searches an entity with the specified key.
|
EntityInvocationHandler |
EntityLinkDesc.getSource() |
Modifier and Type | Method and Description |
---|---|
Collection<EntityInvocationHandler> |
EntityLinkDesc.getTargets() |
Modifier and Type | Method and Description |
---|---|
void |
EntityContext.attach(EntityInvocationHandler entity)
Attaches an existing entity with status ATTACHED.
|
void |
EntityContext.attach(EntityInvocationHandler entity,
AttachedEntityStatus status)
Attaches an entity with specified status.
|
void |
EntityContext.attach(EntityInvocationHandler entity,
AttachedEntityStatus status,
boolean force)
Attaches an entity with specified status.
|
void |
EntityContext.attachNew(EntityInvocationHandler entity)
Attaches an entity with status NEW.
|
void |
EntityContext.detach(EntityInvocationHandler entity)
Detaches entity.
|
AttachedEntityStatus |
EntityContext.getStatus(EntityInvocationHandler entity)
Gets entity status.
|
boolean |
EntityContext.isAttached(EntityInvocationHandler entity)
Checks if an entity is already attached.
|
void |
EntityContext.setStatus(EntityInvocationHandler entity,
AttachedEntityStatus status)
Changes attached entity status.
|
Constructor and Description |
---|
AttachedEntity(EntityInvocationHandler entity,
AttachedEntityStatus status) |
EntityLinkDesc(String sourceName,
EntityInvocationHandler source,
Collection<EntityInvocationHandler> target,
ClientLinkType type) |
EntityLinkDesc(String sourceName,
EntityInvocationHandler source,
EntityInvocationHandler target,
ClientLinkType type) |
EntityLinkDesc(String sourceName,
EntityInvocationHandler source,
String targetRef) |
Constructor and Description |
---|
EntityLinkDesc(String sourceName,
EntityInvocationHandler source,
Collection<EntityInvocationHandler> target,
ClientLinkType type) |
Modifier and Type | Method and Description |
---|---|
static Object |
ProxyUtils.getComplexProxy(AbstractService<?> service,
String name,
ClientValue value,
Class<?> ref,
EntityInvocationHandler handler,
URI baseURI,
boolean collectionItem) |
static Object |
CoreUtils.getKey(EdmEnabledODataClient client,
EntityInvocationHandler typeHandler,
Class<?> entityTypeRef,
ClientEntity entity) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.