|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--JHPcte.PcteObjectReference
|
+--JHPcte.NttObjectReference
A class representing NTT object references.
In addition to PCTE object references they contain additional information
about the query specific schema (e.g. virtual links).
All operations are able to cope with the inaccessibility of parts
of the database in a senseful way.
Further information about the NTT database query language is available
at NTT's Homepage
NttVagueObjSet,
NttException,
PcteProcess.NttQuery(java.lang.String, JHPcte.NttVagueObjSet[])| Fields inherited from class JHPcte.PcteObjectReference |
process, ref_id |
| Constructor Summary | |
protected |
NttObjectReference(NttVagueObjSet belongsTo,
java.lang.String ref_id)
|
| Method Summary | |
PcteAttributeValue |
getAttribute(java.lang.String attribute)
NTT's API operation to get an object attribute. |
NttVagueObjSet |
getDestinationObjects(java.lang.String link)
NTT's API operation for navigation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected NttObjectReference(NttVagueObjSet belongsTo,
java.lang.String ref_id)
| Method Detail |
public PcteAttributeValue getAttribute(java.lang.String attribute)
throws NttException,
PcteException
attribute - the name of the desired attributePcteObjectReference.Pcte_object_get_attribute(java.lang.String)
public NttVagueObjSet getDestinationObjects(java.lang.String link)
throws NttException,
PcteException
link - the link name (pattern) to followPcteObjectReference.Pcte_object_get_all_destination_objects(java.lang.String[]),
PcteObjectReference.Pcte_object_reference_set_relative(java.lang.String, int)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||