com.cognos.CAM_AAA.authentication

Interface IBaseClass

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IBaseClass[] getAncestors()
      Returns information about the ancestors of this object.
      java.util.Locale[] getAvailableNameLocales()
      Returns all the locales for which a name for this object exists.
      boolean getHasChildren()
      Returns a flag indicating whether this object contains any other objects.
      java.lang.String getName(java.util.Locale theLocale)
      Returns the name of this object, in the language determined by the specified locale.
      java.lang.String getObjectID()
      Returns a unique identifier for this object within the namespace.
    • Method Detail

      • getAncestors

        IBaseClass[] getAncestors()
        Returns information about the ancestors of this object. The parent of this object is the last element in the returned array, the grandparent is the second-to-last element, and so on. Returns null if there are no ancestors.
        Returns:
        An array of base class objects representing all the ancestors of this object up to, but not including, the namespace.
      • getHasChildren

        boolean getHasChildren()
        Returns a flag indicating whether this object contains any other objects.
        Returns:
        A boolean indicating whether this object has children.
      • getName

        java.lang.String getName(java.util.Locale theLocale)
        Returns the name of this object, in the language determined by the specified locale. Returns null if there is no name for this object for the locale specified.
        Parameters:
        theLocale - The locale for the name of this object.
        Returns:
        The name of the object, in the language determined by the specified locale.
      • getAvailableNameLocales

        java.util.Locale[] getAvailableNameLocales()
        Returns all the locales for which a name for this object exists.
        Returns:
        An array containing the locales for which a name for this object exists.
      • getObjectID

        java.lang.String getObjectID()
        Returns a unique identifier for this object within the namespace. This identifier must not change throughout the lifetime of this security object.
        Returns:
        A unique identifier for this object.