Package | Description |
---|---|
org.apache.olingo.ext.proxy.commons | |
org.apache.olingo.ext.proxy.context |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractStructuredInvocationHandler.attach(AttachedEntityStatus status) |
protected void |
AbstractStructuredInvocationHandler.attach(AttachedEntityStatus status,
boolean override) |
Modifier and Type | Method and Description |
---|---|
AttachedEntityStatus |
AttachedEntity.getStatus() |
AttachedEntityStatus |
EntityContext.getStatus(EntityInvocationHandler entity)
Gets entity status.
|
static AttachedEntityStatus |
AttachedEntityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachedEntityStatus[] |
AttachedEntityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.setStatus(EntityInvocationHandler entity,
AttachedEntityStatus status)
Changes attached entity status.
|
Constructor and Description |
---|
AttachedEntity(EntityInvocationHandler entity,
AttachedEntityStatus status) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.