Classes

  • Properties Class

    Represents the properties of a process, containing methods for getting and setting property values.

  • Database Class

    Represents a connected MongoDB database, containing functions for interacting with the processes within MongoDB.

  • PropertyFilter Class

    Represents a process filter by property.

  • CaptureNode Class

    Base class from which GlobalCapture Nodes derive and define behavior.  A Node in GlobalCapture can be used anywhere in the workflow after a document has been imported and the Process has been created.  Inherit from this class to create Nodes that take actions or make decisions on processes in a GlobalCapture workflow.

  • CaptureDocument Class

    Represents the document of a GlobalCapture process, containing methods and properties for interaction with a GlobalCapture document.

  • Process Class

    Represents a process in memory, containing properties, methods and classes for use in process manipulation.

  • GlobalSearchDocument Class

    Represents a GlobalSearch document associated with a GlobalAction custom node.

  • CaptureImporter Class

    Base object from which custom Capture Importers derive and define behavior.  An Importer in GlobalCapture is used to inject documents into a workflow.  Inherit from this class to create Nodes that start a GlobalCapture workflow.

  • CaptureProcess Class

    Represents a GlobalCapture process in memory, containing properties, methods and classes for use in process manipulation.

  • ActionProcess Class

    Represents a GlobalAction process in memory, containing properties, methods and classes for use in process manipulation.

  • CaptureEngine Class

    Represents the executing GlobalCapture engine, containing methods and properties pertaining to engine information.

  • WorkflowNameFilter Class

    Represents a process filter by workflow name.


  • ProcessFilter Class

    Abstract class representing a process filter, for use in combining into a process query.

  • Settings Class

    Represents the settings set by a custom node, containing methods for retrieving setting values.

  • ActionNode Class

    Base class from which GlobalAction Nodes derive and define behavior.  Inherit from this class when building any GlobalAction node that will operate on a process after a document has entered a workflow.

  • Engine Class

    Represents the executing engine, containing methods and properties pertaining to engine information.

  • ActionDocument Class

    Represents the document of an ActionProcess, containing properties with GlobalAction document information.  Data loaded into this class by the Engine can be used to access specific details 

  • StatusFilter Class

    Represents a process filter by process status.


  • CustomNode Class

    Base class from which Custom Nodes derive and define behavior.

  • ProcessTypeFilter Class

    Represents a process filter by process type.

  • ActionImporter Class

    Base object from which custom Action Importers derive and define behavior.  Inherit from this class for any node that will begin a GlobalAction workflow process.

  • Setting Class

    Represents a node setting controlled by custom node interfaces within GlobalCapture.

  • ActionEngine Class

    Represents the executing GlobalAction engine, containing methods and properties pertaining to engine information.