Interface QueryNodeOrigin


public interface QueryNodeOrigin
Services to access to the original query name and original node name.
Since:
UCMDB 9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    The original node name of the node the resulted in this structure.
    The original query name of the node the resulted in this structure.
  • Method Details

    • getNodeOriginalQueryName

      String getNodeOriginalQueryName()
      The original query name of the node the resulted in this structure.
      Returns:
      The original query name of the node the resulted in this structure.
    • getNodeOriginalName

      String getNodeOriginalName()
      The original node name of the node the resulted in this structure.
      Returns:
      The original node name of the node the resulted in this structure.