|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Service that manages all types of HRNPNodes. Methods deal only with returning new Nodes to the user. Title: DQP Project Description: DQP - Distributed Query Parser. Copyright: Copyright (c) 2002 Company: SAP Portals
| Field Summary | |
static java.lang.String |
KEY
Key of the service. |
| Method Summary | |
IHRNPDestination |
createHRNPDestination()
Instantiate a new HRNPDestination |
IHRNPDestination |
createHRNPDestination(java.lang.String str)
Instantiates a new HRNPDestination getting info from the string. |
IHRNPDestination |
createHRNPDestination(java.lang.String componentType,
java.lang.String iview)
Instantiates a new HRNPDestination with the following parameters: |
IHRNPDestination |
createHRNPDestination50()
Instantiate a new HRNPDestination50 |
IHRNPMultiOp |
createHRNPMultiOp(java.lang.String str)
Instantiates a new HRNPSource getting info from the string. |
IHRNPOperatorNode |
createHRNPOperatorNode()
Instantiates a new operator node |
IHRNPOperatorNode |
createHRNPOperatorNode(java.lang.String op,
IHRNPNode left,
IHRNPNode right)
Instantiates a new operator node with following parameters |
IHRNPOperatorNode |
createHRNPOperatorNode(java.lang.String op,
IHRNPNode left,
IHRNPNode right,
java.lang.String relation)
Instantiates a new operator node with following parameters |
IHRNPSource |
createHRNPSource()
Instantiate a new HRNPSource |
IHRNPSource |
createHRNPSource(java.lang.String str)
Instantiates a new HRNPSource getting info from the string. |
IHRNPSource |
createHRNPSource(java.lang.String system,
java.lang.String table,
java.lang.String attrib,
java.lang.String value)
Instantiates a new HRNPSource with following parameters |
IHRNPSource50 |
createHRNPSource50()
Instantiates a new HRNPSource50 |
IHRNPSource50 |
createHRNPSource50(java.lang.String str)
Instantiates a new HRNPSource50 getting info from the string. |
IHRNPSource50 |
createHRNPSource50(java.lang.String server,
int port,
java.lang.String table,
java.lang.String attrib,
java.lang.String value)
Instantiates a new HRNPSource50 with following parameters |
| Methods inherited from interface com.sapportals.portal.prt.service.IService |
afterInit, configure, destroy, getContext, getKey, init, release |
| Field Detail |
public static final java.lang.String KEY
| Method Detail |
public IHRNPOperatorNode createHRNPOperatorNode()
public IHRNPOperatorNode createHRNPOperatorNode(java.lang.String op,
IHRNPNode left,
IHRNPNode right)
op - operator of kind "OR" "FILTER" or "DRAG AND RELATE" or other
legal HRNP operatorleft - left leaf of the operator noderight - right leaf of the operator node
public IHRNPOperatorNode createHRNPOperatorNode(java.lang.String op,
IHRNPNode left,
IHRNPNode right,
java.lang.String relation)
op - operator of kind "OR" "FILTER" or "DRAG AND RELATE" or other
legal HRNP operatorleft - left leaf of the operator noderight - right leaf of the operator noderelation - chosen relation of this drag and relate operation.public IHRNPSource50 createHRNPSource50()
public IHRNPSource50 createHRNPSource50(java.lang.String server,
int port,
java.lang.String table,
java.lang.String attrib,
java.lang.String value)
server - server machine of the portalport - port of the portaltable - table from which to retrieve a valueattrib - column in a table from which to retrieve a valuevalue - in the column of the table
public IHRNPSource50 createHRNPSource50(java.lang.String str)
throws HRNPSource50FormatException
str - HRNP string represanting the HRNPSource50. str format is:
"server:port/set:table/attrib/valueHRNPSource50FormatException - public IHRNPDestination createHRNPDestination50()
public IHRNPDestination createHRNPDestination()
public IHRNPDestination createHRNPDestination(java.lang.String componentType,
java.lang.String iview)
componentType - One of the words represanting component type.
Could be "Action", "Folder", "Report", or "System" or any other valid type.iview - iview to drag into
public IHRNPDestination createHRNPDestination(java.lang.String str)
throws HRNPDestinationFormatException
str - HRNP string represanting the HRNPDestinationHRNPDestinationFormatException - if the String is not in the valid
HRNPDestination format.public IHRNPSource createHRNPSource()
public IHRNPSource createHRNPSource(java.lang.String system,
java.lang.String table,
java.lang.String attrib,
java.lang.String value)
system - a system to useattrib - column in a table from which to retrieve a valuevalue - in the column of the table
public IHRNPSource createHRNPSource(java.lang.String str)
throws HRNPSourceFormatException
str - HRNP string represanting the HRNPSource.
str format is: "server:port/system/table/attrib/value"HRNPSourceFormatException -
public IHRNPMultiOp createHRNPMultiOp(java.lang.String str)
throws HRNPMultiOpFormatException,
HRNPNoOperatorFoundException,
HRNPSource50FormatException
str - HRNP string represanting the multiop operator.HRNPMultiOpFormatException, - HRNPNoOperatorFoundException,
HRNPSource50FormatException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||