Grooper Colloquialisms

From Grooper Wiki
Revision as of 16:18, 11 April 2024 by Randallkinard (talk | contribs)
  • "Step"
    • Batch Procss Step
    • IP Step
  • "Recognize Step"
    • Batch Process Step who's Activity property is set to Recognize
  • "Page"
    • Batch Page
  • "Folder"
    • A folder in the node tree
    • Batch Folder
    • A browsable location in a CMIS repository
  • "Document"
    • A Batch Folder with content
      • May include an attachment, or Batch Pages
    • May or may not be classified
  • "Extractor"
    Always refer to extractor properties by their full property name
    • Data Field's Value Extractor property
    • Extractor Type
      • such as Labeled Value, Pattern Match, etc.
    • Extractor object
      • Data Type, Field Class, Value Reader
  • "Field"
    • Data Field only
  • "Section"
    • Data Section
  • "Table"
    • Data Table
  • "Column"
    • Data Column
  • "Cell" (not "Field")
    • The singular Data Column instance for a single row instance
  • "Doc Type"
    • Always refer to Document Types as Document Types
  • "Model"
    • Always refer specifically to either a Content Model or Data Model
  • "Expression(s)"
    • specifically refers to a .NET expression, not a regular expression pattern
  • "Profile"
    • used to refer to the group of "Profile Objects", never an individual Profile Object
  • "Level 1"
    • May refer to the Scope of Folder and Folder Level of 1 as "Level 1"


Glossary

  • Batch - fundamental objects in Grooper's architecture as they are the containers of documents that get moved through Grooper's workflow mechanisms known as Batch Processes
  • Batch Folder - container objects within a Batch that are used to represent and organize both folders and pages
    • Colloquially referred to as "document" when the Batch Folder has content (child Batch Pages or an attachment), ie not an empty Batch Folder
    • Colloquially referred to as "folder" when the Batch Folder is empty or is used only when creating hierarchy in a Batch
  • Batch Page - represents individual pages within a Batch
    • Coloquially referred to as "page"
  • Batch Process - orchestrates the document processing strategy and ensures each batch of documents is managed systematically and efficiently
  • Batch Process Step - specific actions within the sequence defined by a Batch Process
    • Colloquially referred to as "step"
    • A Batch Process Step who's Activity property is set to Recognize may be coloquially referred to as "Recognize Step" (the same is true for any other activity)
  • Activity - defines specific document processing operations done to a Batch, Batch Folder, or Batch Page