Class DatasourceRef

    • Constructor Detail

      • DatasourceRef

        public DatasourceRef()
    • Method Detail

      • getParams

        public Params getParams()
        Gets the value of the params property.
        Returns:
        possible object is Params
      • setParams

        public void setParams​(Params value)
        Sets the value of the params property.
        Parameters:
        value - allowed object is Params
      • getCondition

        public Condition getCondition()
        Gets the value of the condition property.
        Returns:
        possible object is Condition
      • setCondition

        public void setCondition​(Condition value)
        Sets the value of the condition property.
        Parameters:
        value - allowed object is Condition
      • getPermissions

        public Permissions getPermissions()
        Gets the value of the permissions property.
        Returns:
        possible object is Permissions
      • setPermissions

        public void setPermissions​(Permissions value)
        Sets the value of the permissions property.
        Parameters:
        value - allowed object is Permissions
      • getId

        public String getId()
        The unique id of the referenced Datasource.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getMode

        public String getMode()
        If the appNG-template or the application's custom templating supports some custom display mode(s), the mode can be used to control this custom behavior.
        Returns:
        possible object is String
      • setMode

        public void setMode​(String value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is String
      • getPageSize

        public Integer getPageSize()
        The default page size for the datasource
        Returns:
        possible object is Integer
      • setPageSize

        public void setPageSize​(Integer value)
        Sets the value of the pageSize property.
        Parameters:
        value - allowed object is Integer