Class SearchScope

    • Constructor Detail

      • SearchScope

        public SearchScope()
      • SearchScope

        public SearchScope​(SearchScope source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getOwner

        public Entity getOwner()
        Get 分类路径归属。
        Returns:
        Owner 分类路径归属。
      • setOwner

        public void setOwner​(Entity Owner)
        Set 分类路径归属。
        Parameters:
        Owner - 分类路径归属。
      • getClassPath

        public String getClassPath()
        Get 按分类路径检索。 不填则默认按根分类路径检索。
        Returns:
        ClassPath 按分类路径检索。 不填则默认按根分类路径检索。
      • setClassPath

        public void setClassPath​(String ClassPath)
        Set 按分类路径检索。 不填则默认按根分类路径检索。
        Parameters:
        ClassPath - 按分类路径检索。 不填则默认按根分类路径检索。