Interface ActivationContextWithSchemaNodeSet<S extends TableEntitySelection>

    • Method Detail

      • includeAllSchemaNodes

        void includeAllSchemaNodes()
        Includes all the schema nodes to the result schema nodes set.

        Nevertheless, it is still possible to exclude an enclosing set of schema nodes thanks to the method excludeSchemaNodesMatching(Pattern).

      • includeSchemaNodesMatching

        void includeSchemaNodesMatching​(Pattern aPattern)
        Includes all the schema nodes that match the given pattern to the result schema nodes set.

        Nevertheless, it is still possible to exclude an enclosing set of schema nodes thanks to the method excludeSchemaNodesMatching(Pattern).

        Parameters:
        aPattern - the pattern that the schema node must match
      • includeSchemaNodesMatching

        void includeSchemaNodesMatching​(Path... paths)
        Includes schema nodes that match one of the given paths.
        Parameters:
        paths - the list of schema node paths