Grooper Object: Difference between revisions
Dgreenwood (talk | contribs) |
Dgreenwood (talk | contribs) |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
'''Grooper Object''' is the foundational base class in Grooper. All configurable objects inherit from Grooper Object (''{{TypeName|Grooper Object}}''). This includes: | '''Grooper Object''' is the foundational base class in Grooper. All configurable objects inherit from Grooper Object (''{{TypeName|Grooper Object}}''). This includes: | ||
* [[Node]]s in the Grooper node tree (including [[Batch]]es, [[Content Model]]s, [[Batch Process]]es and more) | * [[Node]]s in the Grooper node tree (including [[Batch]]es, [[Content Model]]s, [[Batch Process]]es and more) | ||
* Embedded objects stored as properties of nodes (including [[Activity|Activities]], [[Value Extractor]]s | * Embedded objects stored as properties of nodes (including [[Activity|Activities]], [[Command]]s, [[Value Extractor]]s and much much more). | ||
Grooper Objects are designed to be user-configurable (in most cases). These objects are used to define, store, and manage settings and data throughout Grooper. Their properties are typically exposed in the Property Grid interface, allowing users to view and modify settings in the Grooper UI. | Grooper Objects are designed to be user-configurable (in most cases). These objects are used to define, store, and manage settings and data throughout Grooper. Their properties are typically exposed in the Property Grid interface, allowing users to view and modify settings in the Grooper UI. | ||
| Line 9: | Line 9: | ||
== Object Inheritance == | == Object Inheritance == | ||
All items in this tree inherit from {{WikiHelpLinks|Grooper Object}}. Expand an object to inspect its derived types. | All items in this tree inherit from {{WikiHelpLinks|Grooper Object}}. Expand an object to inspect its derived types. Its type name and link to the Grooper Help page is listed in parenthesis. | ||
*<li class="fyi-bullet"> ''Just looking for a list of all Grooper objects? Go to the [[List of Grooper Objects]] page for an expanded version of this tree.'' | |||
{{#tree: | {{#tree: | ||
* {{WikiHelpLinks|API Key}} | |||
* {{WikiHelpLinks|Archive Info}} | |||
* {{WikiHelpLinks|Border}} | |||
* {{WikiHelpLinks|Capture Settings}} | |||
* {{WikiHelpLinks|Character Class Filter}} | |||
* {{WikiHelpLinks|Chat Parameters}} | |||
* {{WikiHelpLinks|CMIS Object}} | |||
** {{WikiHelpLinks|CMIS Document}} | |||
** {{WikiHelpLinks|CMIS Folder}} | |||
* {{WikiHelpLinks|CMIS Property Definition}} | |||
** {{WikiHelpLinks|CMIS Boolean Property Definition}} | |||
** {{WikiHelpLinks|CMIS DateTime Property Definition}} | |||
** {{WikiHelpLinks|CMIS Decimal Property Definition}} | |||
** {{WikiHelpLinks|CMIS HTML Property Definition}} | |||
** {{WikiHelpLinks|CMIS ID Property Definition}} | |||
** {{WikiHelpLinks|CMIS Integer Property Definition}} | |||
** {{WikiHelpLinks|CMIS String Property Definition}} | |||
** {{WikiHelpLinks|CMIS URI Property Definition}} | |||
* {{WikiHelpLinks|Code39Settings}} | |||
* {{WikiHelpLinks|Connected Object}} | |||
** {{WikiHelpLinks|Batch Filter}} | |||
** {{WikiHelpLinks|Chat Filter}} | |||
** {{WikiHelpLinks|Capture Device}} | |||
*** {{WikiHelpLinks|ColorTrac Scanner}} | |||
*** {{WikiHelpLinks|Import Device}} | |||
*** {{WikiHelpLinks|ISIS Device}} | |||
*** {{WikiHelpLinks|TWAIN Device}} | |||
** {{WikiHelpLinks|Database Row}} | |||
*** {{WikiHelpLinks|AI Chat}} | |||
*** {{WikiHelpLinks|AI Message}} | |||
*** {{WikiHelpLinks|Doc Index}} | |||
*** {{WikiHelpLinks|File Store Entry}} | |||
*** {{WikiHelpLinks|Import Job}} | |||
*** {{WikiHelpLinks|Index State}} | |||
*** {{WikiHelpLinks|Index Table}} | |||
**** {{WikiHelpLinks|Batch State}} | |||
*** {{WikiHelpLinks|Log Event}} | |||
*** {{WikiHelpLinks|Processing Job}} | |||
*** {{WikiHelpLinks|Processing Task}} | |||
*** {{WikiHelpLinks|Saved Query}} | |||
*** {{WikiHelpLinks|Service Instance}} | |||
**** {{WikiHelpLinks|Activity Processing}} | |||
**** {{WikiHelpLinks|API Services}} | |||
**** {{WikiHelpLinks|Import Watcher}} | |||
**** {{WikiHelpLinks|Indexing Service}} | |||
**** {{WikiHelpLinks|System Maintenance Service}} | |||
**** {{WikiHelpLinks|Timer Service}} | |||
**** {{WikiHelpLinks|Web Service}} | |||
***** {{WikiHelpLinks|Grooper Licensing}} | |||
**** {{WikiHelpLinks|Activity Processing}} | |||
*** {{WikiHelpLinks|Session Stats}} | |||
** {{WikiHelpLinks|Embedded Object}} | |||
*** {{WikiHelpLinks|AI Chat Filter}} | |||
*** {{WikiHelpLinks|AI Chat Settings}} | |||
*** {{WikiHelpLinks|AI Generator}} | |||
*** {{WikiHelpLinks|Activity}} | |||
**** {{WikiHelpLinks|Attended Activity}} | |||
***** {{WikiHelpLinks|Review}} | |||
}} | }} | ||
=== What's not on this list? === | |||
Not much! Nearly everything in Grooper inherits from {{WikiHelpLinks|Grooper Object}}. Not included in this list are: | |||
* [[Grooper Command Console]] and its commands | |||
* {{WikiHelpLinks|Property Converter}} and its derived types | |||
* {{WikiHelpLinks|Property Editor}} and its derived types | |||
* {{WikiHelpLinks|UI Element}} and its derived types | |||
* ''[https://help.grooper.com/v2025/help&typeName=Grooper.StringManager+CharacterCasing Enumerations]'' | |||
Latest revision as of 14:05, 10 September 2025
This page is intended for users creating and editing scripts in Grooper and other advanced users.
Grooper Object is the foundational base class in Grooper. All configurable objects inherit from Grooper Object (Grooper.GrooperObject). This includes:
- Nodes in the Grooper node tree (including Batches, Content Models, Batch Processes and more)
- Embedded objects stored as properties of nodes (including Activities, Commands, Value Extractors and much much more).
Grooper Objects are designed to be user-configurable (in most cases). These objects are used to define, store, and manage settings and data throughout Grooper. Their properties are typically exposed in the Property Grid interface, allowing users to view and modify settings in the Grooper UI.
Object Inheritance
All items in this tree inherit from Grooper Object (Grooper.GrooperObject). Expand an object to inspect its derived types. Its type name and link to the Grooper Help page is listed in parenthesis.
- Just looking for a list of all Grooper objects? Go to the List of Grooper Objects page for an expanded version of this tree.
What's not on this list?
Not much! Nearly everything in Grooper inherits from Grooper Object (Grooper.GrooperObject). Not included in this list are:
- Grooper Command Console and its commands
- Property Converter (Grooper.PropertyConverter) and its derived types
- Property Editor (Grooper.PropertyEditor) and its derived types
- UI Element (GrooperReview.Models.UIElement) and its derived types
- Enumerations