|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A service that manages HRNP nodes.
The service can be used to create new nodes.
Methods deal only with returning new nodes to the user.
| Field Summary | |
static String |
KEY
Service key. |
| Methods inherited from interface com.sapportals.portal.prt.service.IService |
afterInit, configure, destroy, getContext, getKey, init, release |
| Field Detail |
public static final String KEY
| Method Detail |
public IHRNPOperatorNode createHRNPOperatorNode()
public IHRNPOperatorNode createHRNPOperatorNode(String operator,
IHRNPNode left,
IHRNPNode right)
operator - operator of kind IHRNPNode.OPERATOR_DRAG_AND_RELATE
or IHRNPNode.OPERATOR_FILTER or IHRNPNode.OPERATOR_OR.left - left leaf of the operator node.right - right leaf of the operator node.
public IHRNPOperatorNode createHRNPOperatorNode(String operator,
IHRNPNode left,
IHRNPNode right,
String relation)
operator - operator of kind IHRNPNode.OPERATOR_DRAG_AND_RELATE
or IHRNPNode.OPERATOR_FILTER or IHRNPNode.OPERATOR_OR.left - left leaf of the operator node.right - right leaf of the operator node.relation - relation name of the relation that has been chosen for this drag and relate operation.
public IHRNPSource50 createHRNPSource50()
IHRNPSource50 node.IHRNPSource50 is used for Unifier 5.0 in NW EP 6.0 only.
For NW EP 6.0 use IHRNPSource.
IHRNPSource50.
public IHRNPSource50 createHRNPSource50(String server,
int port,
String table,
String attrib,
String value)
IHRNPSource50 based on parameters.IHRNPSource50 is used for Unifier 5.0 in NW EP 6.0 only.
server - domain name or IP of the portal.port - port of the portal.table - table from which to retrieve a value.attrib - column in a table from which to retrieve a value.value - in the column of the table.
IHRNPSource50.
public IHRNPSource50 createHRNPSource50(String str)
throws HRNPSource50FormatException
IHRNPSource50 based on a HRNP string.IHRNPSource50 is used for Unifier 5.0 in NW EP 6.0 only.
str - HRNP string represanting the IHRNPSource50. Format of the string is:
"server:port/set:table/attrib/value" .
IHRNPSource50.
{@link - HRNPSource50FormatException} if the string is not in the valid IHRNPSource50 format.
HRNPSource50FormatExceptionpublic IHRNPDestination createHRNPDestination50()
IHRNPDestination50 node.IHRNPDestination50 is used for Unifier 5.0 in NW EP 6.0 only.
public IHRNPDestination createHRNPDestination()
IHRNPDestination node.
IHRNPDestination.
public IHRNPDestination createHRNPDestination(String componentType,
String iview)
IHRNPDestination based on parameters.
componentType - one of the following constants represanting component type:IHRNPDestination.COMPONENT_ACTION, IHRNPDestination.COMPONENT_FOLDER,
IHRNPDestination.COMPONENT_REPORT, or IHRNPDestination.COMPONENT_SYSTEM.iview - full pcd path to destination iview.
IHRNPDestination.
public IHRNPDestination createHRNPDestination(String str)
throws HRNPDestinationFormatException
IHRNPDestination based on a HRNP string.
str - HRNP string represanting the IHRNPDestination.
Format of the string is: "server:port/component_type/iview"
{@link - com.sap.portal.unification.hrnpexception.HRNPDestinationFormatException HRNPDestinationFormatException}
if the str is not in the valid IHRNPDestination format.
HRNPDestinationFormatExceptionpublic IHRNPSource createHRNPSource()
IHRNPSource node.
IHRNPSource.
public IHRNPSource createHRNPSource(String systemAlias,
String object,
String attribute,
String value)
IHRNPSource based on parameters.
systemAlias - system alias of the system in the system landscape.object - business object name or table name of source object.attribute - column in a table from which to retrieve a value or an attribute of the business object.value - in the column of the table.
IHRNPSource.
public IHRNPSource createHRNPSource(String str)
throws HRNPSourceFormatException
IHRNPSource based on a HRNP string.
str - HRNP string represanting the IHRNPSource."server:port/system/object/attrib/value". Server:port can be 0:0.
IHRNPSource.
{@link - HRNPSourceFormatException} if the str is not in the valid
IHRNPSource format.
HRNPSourceFormatException
public IHRNPMultiOp createHRNPMultiOp(String str)
throws HRNPMultiOpFormatException,
HRNPNoOperatorFoundException,
HRNPSource50FormatException
IHRNPMultiOp based on a HRNP string.
str - HRNP string represantation of multiop operator.
IHRNPMultiOp.
{@link - HRNPMultiOpFormatException}, HRNPNoOperatorFoundException,
HRNPSource50FormatException.
HRNPMultiOpFormatException
HRNPNoOperatorFoundException
HRNPSource50FormatException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||