Interface IDashboardPage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean _public()
      Indicates if this is a public page.
      void _public​(boolean pVal)
      Indicates if this is a public page.
      com4j.Com4jObject dashboardPageItemFactory()
      For HP use.
      java.lang.String description()
      The page's description.
      void description​(java.lang.String pVal)
      The page's description.
      java.lang.String lastModified()
      The server time when the item was last modified.
      java.lang.String modifiedBy()
      The user name who last modified the item.
      java.lang.String name()
      The page name.
      void name​(java.lang.String pVal)
      The page name.
      java.lang.String ownerUser()
      The user name of the page owner.
      int parentId()
      The ID of the folder that contains this page.
      void parentId​(int pVal)
      The ID of the folder that contains this page.
      java.lang.String title()
      The page title.
      void title​(java.lang.String pVal)
      The page title.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • name

        java.lang.String name()

        The page name.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • name

        void name​(java.lang.String pVal)

        The page name.

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • parentId

        int parentId()

        The ID of the folder that contains this page.

        Getter method for the COM property "ParentId"

        Returns:
        Returns a value of type int
      • parentId

        void parentId​(int pVal)

        The ID of the folder that contains this page.

        Setter method for the COM property "ParentId"

        Parameters:
        pVal - Mandatory int parameter.
      • _public

        boolean _public()

        Indicates if this is a public page.

        Getter method for the COM property "Public"

        Returns:
        Returns a value of type boolean
      • _public

        void _public​(boolean pVal)

        Indicates if this is a public page.

        Setter method for the COM property "Public"

        Parameters:
        pVal - Mandatory boolean parameter.
      • description

        java.lang.String description()

        The page's description.

        Getter method for the COM property "Description"

        Returns:
        Returns a value of type java.lang.String
      • description

        void description​(java.lang.String pVal)

        The page's description.

        Setter method for the COM property "Description"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • title

        java.lang.String title()

        The page title.

        Getter method for the COM property "Title"

        Returns:
        Returns a value of type java.lang.String
      • title

        void title​(java.lang.String pVal)

        The page title.

        Setter method for the COM property "Title"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • lastModified

        java.lang.String lastModified()

        The server time when the item was last modified.

        Getter method for the COM property "LastModified"

        Returns:
        Returns a value of type java.lang.String
      • modifiedBy

        java.lang.String modifiedBy()

        The user name who last modified the item.

        Getter method for the COM property "ModifiedBy"

        Returns:
        Returns a value of type java.lang.String
      • ownerUser

        java.lang.String ownerUser()

        The user name of the page owner.

        Getter method for the COM property "OwnerUser"

        Returns:
        Returns a value of type java.lang.String
      • dashboardPageItemFactory

        com4j.Com4jObject dashboardPageItemFactory()

        For HP use. The DashboardPageItemFactory object for managing the items on this page.

        Getter method for the COM property "DashboardPageItemFactory"

        Returns:
        Returns a value of type com4j.Com4jObject