Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Root

Node Grooper

The root node and central configuration point for a Grooper repository.

Remarks

Overview

The GrooperRoot class represents the top-level node in the Grooper repository tree.
All Node objects—such as batches, projects, processes, file stores, and system folders—are organized as children or descendants of this root node.


Grooper Tree Structure at the Root

Upon initialization, the Grooper repository tree is structured as follows:

  • Root
    • Batches: Contains all Batch objects, typically organized into two subfolders:
      • Production: For production batches.
      • Test: For test batches.
    • Projects: Stores Project objects, which define models, processes, and configuration resources.
    • Processes: Contains Batch Process versions published for use in the repository.
    • Queues: Holds Work Queue objects, which manage the distribution of processing work.
    • File Stores: Defines File Store objects, which are storage locations for files associated with Nodes.
    • Machines: Contains Machine objects representing servers and their associated Service Instances.

Each of these folders may contain further subfolders or specialized node types, depending on repository configuration and usage.


Role and Responsibilities

  • Repository Configuration:
    GrooperRoot stores global settings such as licensing, security (permission sets), logging, image compression, and repository options.
  • System Integration:
    Manages connections to remote repositories, file stores, and system folders, enabling distributed processing and integration.
  • Security and Permissions:
    Controls access rights for users and groups via Permission Set objects, supporting both open and restricted repository modes.
  • Cache and Performance:
    Configures cache refresh intervals and other performance-related settings for repository-wide operation.

Properties

NameTypeDescription
General
Repository Info

Design Tabs

General View or edit properties of a node.
Reports View reports for a node.
Scripts View and manage all script projects in the repository.
Events View entries in the Grooper event log.
Licensing View the licensing configuration for this repository.
Advanced View or edit advanced details about a node.

Context Menu Commands

Command Shortcut Description
Publish Run Import Executes an import provider within the current user session.
storage System Maintenance Performs a set of system maintenance operations on the Grooper repository, including database index rebuilds, log and statistics purging, machine cleanup, and batch/test data management.

Child Types

See Also

Notification