Click or drag to resize

Casewhere.Runtime.DSL.Api Namespace

Provides API for Workflow Scripting.
Classes
  Class Description
Public class DataApi  
Public class DataApiQuery Represents the data query that is used with IDataApi.
Public class Code example DataEnumerationQuery The DataEnumerationQuery contains Filter, ProjectedFields, SortedFields, DataClassName, BatchSize data. These info used to build query directly to database. The one create by a static method DataEnumerationQuery.For().
Public class Code example DataObjectApiQuery Represents the ActualData Object query which is performed on Database Collection directly.
Public class Code example DataSourceApiQuery Represents the ActualData Object query which is performed on Casewhere DataSource.
Public class Code example DataSourceEnumerationQuery The DataSourceEnumerationQuery contains Filter, ProjectedFields, SortedFields, DataSourceName, BatchSize data. These info used to build query directly to database. The one create by a static method DataSourceEnumerationQuery.For().
Public class DocumentApi  
Public class FormSubmittedDataObject Form submitted data object for simulating.
Public class HttpApiGetRequest Describe the content of HttpApiGetRequest
Public class HttpApiRequest Support the methods to create HttpApiRequests like HttpApiGetRequest
Interfaces
  Interface Description
Public interface Code example ICacheApi Provide methods for caching.
Public interface Code example IConfigurationApi Get all products
Public interface Code example ICounterApi Provides methods for generating numbers.
Public interface Code example IDataApi Provides methods for working with Data Objects and Data Sources.
Public interface Code example IDataAuditApi Provides methods for adding custom logs.
Public interface Code example IDataEnricherApi Provides methods for working with data enriching service.
Public interface Code example IDataHashApi Provides methods to compute the SHA256 hash for the input data.
Public interface Code example IDataProtectionApi Provides methods for data protection
Public interface IDocumentApi Provides methods for working with documents.
Public interface IHttpApi Support some methods to allow to make the HTTP request to the external service
Public interface IIdentityApi Provide the methods for working with user identity
Public interface IIoApi Provides methods for get reader and writer for working with excel files.
Public interface IJobApi Provides methods for managing a job scheduler to trigger a workflow.
Public interface Code example ILockApi Provides method to operate with shared resources on different processes
Public interface Code example IPluginApi Provides methods for interacting with Casewhere plugins.
Public interface IRuleApi Provides methods for working with rules.
Public interface ISysDocumentApi Provides methods for working with system documents.
Public interface ITestApi Provide method for asserting some condition
Public interface ITextApi Provide method for working with text resources