|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProxiedEntityView
View of an entity that has been created from a remote representation of a similar entity.
| Field Summary | |
|---|---|
static byte |
HAS_PROXY_INFOResult returned by the #hasProxyInfo method when this ProxiedEntityView has proxy information attached to it. |
static byte |
NO_PROXY_INFOResult returned by the #hasProxyInfo method when this ProxiedEntityView has no proxy information attached to it. |
static byte |
NOT_AVAILABLEResult returned by the #hasProxyInfo method when there is no information available as to whether this ProxiedEntityView actually has any proxy information attached to it. |
| Method Summary | |
|---|---|
String |
getProviderName()Returns the name of the provider that provided the source entity that this proxied view is created from. |
Id |
getProxiedEntityId()Returns the Id of this proxied entity. |
byte |
hasProxyInfo()Returns one of INFO_NOT_AVAILABLE, PROXY_VIEW or NOT_PROXY_VIEW. |
| Field Detail |
|---|
static final byte NOT_AVAILABLE
static final byte HAS_PROXY_INFO
static final byte NO_PROXY_INFO
| Method Detail |
|---|
byte hasProxyInfo()
INFO_NOT_AVAILABLE, PROXY_VIEW or NOT_PROXY_VIEW.String getProviderName()
Id getProxiedEntityId()
Id of this proxied entity. Returns NULL if this entity is not proxied.Id
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.