Class PageSoapDO


  • public class PageSoapDO
    extends FolderSoapDO
    This class represents a page in a project. This does not hold information about the components or its contents.
    Change History
    Release: 5.0
    • Class Introduced
    Since:
    5.0
    • Constructor Detail

      • PageSoapDO

        public PageSoapDO()
    • Method Detail

      • getVisible

        public boolean getVisible()
        Returns 'visible'. Indicates whether this page is visible.
        Returns:
        Value of 'visible'.
      • setVisible

        public void setVisible​(boolean visible)
        Sets 'visible'. Indicates whether this page is visible.
        Parameters:
        visible - Value of 'visible'.
      • getFreeForm

        public boolean getFreeForm()
        Returns 'freeForm'. Indicates whether this page must be hidden in the left navigation.
        Returns:
        Value of 'freeForm'.
      • setFreeForm

        public void setFreeForm​(boolean freeForm)
        Sets 'freeForm'. Indicates whether this page must be hidden in the left navigation.
        Parameters:
        freeForm - Value of 'freeForm'.
      • registerTypeMappings

        public static void registerTypeMappings​(org.apache.axis.client.Call call)