Interface IBmUpdatedFqnInfo

    • Method Detail

      • getNamespace

        IBmNamespace getNamespace()
        Gets the namespace the top object belongs to.
        Returns:
        the namespace the top object belongs to, never null.
      • getTopObjectId

        long getTopObjectId()
        Returns the which FQN was updated.
        Returns:
        the top object id.
      • getOldFqn

        String getOldFqn()
        Returns the old FQN.
        Returns:
        the old FQN.
      • getNewFqn

        String getNewFqn()
        Returns the new FQN.
        Returns:
        the new FQN.