SQLite
- N 27 total items
- C 27 classes
- I 0 interfaces
- E 0 enums
- S 0 structs
- M 239 methods
- P 23 properties
OptimaJet.Workflow.SQLite
Classes
Describes a column in a SQLite database table.
Base class for SQLite database entity operations providing CRUD, query execution, and data mapping.
Extension methods for SQLite exception handling.
SQLite-based workflow provider that stores workflow schemes in files instead of the database. Inherits all persistence and runtime functionality from SqliteProvider.
Database object for querying the process instance tree hierarchy.
SQLite-based implementation of IWorkflowProvider and IMigratable that provides persistence for workflow processes, schemes, timers, approval history, and forms.
Database object for workflow approval history operations.
Database object for workflow global parameter operations.
Database object for workflow inbox operations.
Database object for workflow process instance operations.
Database object for workflow process instance persistence parameter operations.
Database object for workflow process instance status operations.
Database object for workflow process scheme operations.
Database object for workflow process timer operations.
Database object for workflow process transition history operations.
Database object for workflow scheme storage, querying, and tag management operations.
OptimaJet.Workflow.SQLite.Migrations
Classes
Initial migration that creates the core workflow engine database schema.
Migration that adds the calendar name column to the workflow process instance table.
Migration that creates unique indexes for the workflow engine tables.
Migration that creates the workflow forms table.
Migration that removes the determining parameters columns from the workflow schema table.
Migration that adds tenant identifier and scheme identifier columns to workflow tables.
Migration that removes the assignment check deadlines system process.
OptimaJet.Workflow.SQLite.Models
Classes
Represents a parameterized SQL query consisting of the command text and its associated parameters.
Database object for workflow form storage and versioning operations.
Database object for workflow runtime status and multi-server coordination operations.
Database object for workflow synchronization lock operations.