Class StartSubDocument

    • Constructor Detail

      • StartSubDocument

        public StartSubDocument()
      • StartSubDocument

        public StartSubDocument​(String parentId)
      • StartSubDocument

        public StartSubDocument​(String parentId,
                                String id)
    • Method Detail

      • getParentId

        public String getParentId()
      • setParentId

        public void setParentId​(String parentId)
      • getFilterId

        public String getFilterId()
        Gets the current filter id for this sub-document.
        Returns:
        the filter id for this document.
      • setFilterId

        public void setFilterId​(String filterId)
        Sets the filter id for this sub-document.
        Parameters:
        filterId - the filter id for this document.
      • getFilterParameters

        public IParameters getFilterParameters()
        Gets the current filter parameters for this sub-document.
        Returns:
        the object containing the parameters for this document.
      • setFilterParameters

        public void setFilterParameters​(IParameters params)
        Sets the filter parameters for this sub-document.
        Parameters:
        params - the object containing the filter parameters for this document.