|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
AbstractNavigationConnectorNode
public interface INavigationConnectorNode
The interface that defines a navigation connector node.
Each connector implementation should use navigation connector nodes that
implement this interface.
| Field Summary | |
|---|---|
static String |
NAVIGATION_DEFAULT_FOLDER_PAGE_ATTR
Deprecated. |
static String |
NAVIGATION_GET_CHILDREN
Deprecated. |
static String |
NAVIGATION_GET_FIRST_CHILD
Deprecated. |
static String |
NAVIGATION_GET_RELATED_DR_TARGETS
Deprecated. |
static String |
NAVIGATION_GET_RELATED_NAV_ENTITIES
Deprecated. |
static String |
NAVIGATION_GET_RELATED_SEE_ALSO
Deprecated. |
static String |
NAVIGATION_INVISIBLE_ATTR
Deprecated. |
| Method Summary | |
|---|---|
Object |
getAttributeValue(String attributeName)
Deprecated. Gets an attribute value from the connector node. |
Object |
getAttributeValue(String attributeName,
Locale locale)
Deprecated. Gets an attribute value from the connector node according to the specified locale. |
String |
getDescription(Locale locale)
Deprecated. Gets the description of the node to be displayed in the navigation user interface according to the specified locale. |
int |
getDragRelate()
Deprecated. Indicates whether the node is a Drag&Relate target. |
int |
getExtWindowHeight()
Deprecated. Gets the height of the external window if the node is defined to launch externally. |
int |
getExtWindowWidth()
Deprecated. Gets the width of the external window if the node is defined to launch externally. |
String |
getJScript(String mode)
Deprecated. Gets the JavaScript to run when event described by the mode is triggered. |
String |
getJScriptId(String mode)
Deprecated. Gets the ID of the JavaScript code returned in getJScript. |
String |
getLaunchURL(String nodeName)
Deprecated. Gets the launch URL. |
String |
getMergeID()
Deprecated. Gets the node's merge ID. |
double |
getPriority()
Deprecated. Gets the priority of the node for sorting. |
String |
getPRTEvent(String mode)
Deprecated. Gets the PRT event that corresponds with the mode. |
int |
getShowType()
Deprecated. Indicates whether the node is to be launched in an external window or in the portal framework page. |
String |
getTitle(Locale locale)
Deprecated. Gets the title of the node to be displayed in the navigation user interface according to the specified locale. |
int |
getVisualizationType()
Deprecated. Gets the visualization type for the node. |
String |
getWindowName()
Deprecated. Gets the window name in which the node is launched if launched externally. |
boolean |
isLaunchable()
Deprecated. Indicates whether the node can be launched. |
boolean |
isMergible()
Deprecated. Indicates whether the node can be merged. |
NamingEnumeration |
listBindings(String name,
String mode)
Deprecated. Enumerates the node names bound in the named context together with the objects bound to them. |
| Field Detail |
|---|
static final String NAVIGATION_GET_CHILDREN
static final String NAVIGATION_GET_FIRST_CHILD
static final String NAVIGATION_GET_RELATED_SEE_ALSO
static final String NAVIGATION_GET_RELATED_DR_TARGETS
static final String NAVIGATION_GET_RELATED_NAV_ENTITIES
static final String NAVIGATION_INVISIBLE_ATTR
static final String NAVIGATION_DEFAULT_FOLDER_PAGE_ATTR
| Method Detail |
|---|
NamingEnumeration listBindings(String name,
String mode)
throws NamingException
name - the name of the context to listmode - the type of node
NamingException
Object getAttributeValue(String attributeName)
throws NoSuchAttributeException
attributeName - an attribute name
NoSuchAttributeException - if the attribute does not exist
Object getAttributeValue(String attributeName,
Locale locale)
throws NoSuchAttributeException
attributeName - an attribute namelocale - a locale
NoSuchAttributeException - if the attribute does not existboolean isLaunchable()
true if the node can be launched,
false if the node cannot be launchedString getTitle(Locale locale)
locale - a locale
String getDescription(Locale locale)
locale - a locale
String getLaunchURL(String nodeName)
double getPriority()
int getVisualizationType()
interface.
int getDragRelate()
boolean isMergible()
true if the node can be merged,
false if it cannot be merged
String getMergeID()
throws UnsupportedOperationException
UnsupportedOperationException - if the node does not support
merging
String getJScript(String mode)
throws UnsupportedOperationException
ON_DROP_EVENT_HANDLER
is supported.
mode - the event this Java script handles
UnsupportedOperationException
String getJScriptId(String mode)
throws UnsupportedOperationException
getJScript.
UnsupportedOperationException
String getPRTEvent(String mode)
throws UnsupportedOperationException
getJScript(java.lang.String) with the same mode. This method is only
used the ON_DROP_EVENT_HANDLER mode.
getJScript.
mode - the type of node to return
UnsupportedOperationException - if the connector is not related
to the PRT eventint getShowType()
String getWindowName()
throws UnsupportedOperationException
UnsupportedOperationException - if the window name is not
supported or the node is defined
to launch in a portal framework
page
int getExtWindowHeight()
throws UnsupportedOperationException
UnsupportedOperationException - if height is not supported
or the node is defined to
launch in a portal framework page
int getExtWindowWidth()
throws UnsupportedOperationException
UnsupportedOperationException - if width is not supported
or the node is defined to
launch in a portal framework page| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||