Interface RuleSets

All Known Implementing Classes:
RuleSetsImpl

@Experimental public interface RuleSets
Rule sets API.
  • Method Details

    • getRuleSets

      CollectionWithPagingInfo<RuleSet> getRuleSets(String folderNodeId, List<String> includes, Paging paging)
      Get rule sets for a folder.
      Parameters:
      folderNodeId - Folder node ID
      paging - Paging information
      includes - List of fields to include in the rule set
      Returns:
      CollectionWithPagingInfo containing a list page of rule sets
    • getRuleSetById

      RuleSet getRuleSetById(String folderNodeId, String ruleSetId, List<String> includes)
      Get the rule set with the given ID and check associations with the folder node.
      Parameters:
      folderNodeId - Folder node ID
      ruleSetId - Rule set ID
      includes - List of fields to include in the rule set
      Returns:
      RuleSet definition
    • linkToRuleSet

      RuleSetLink linkToRuleSet(String folderNodeId, String linkToNodeId)
      Link a rule set to a folder