![]() |
Qorus Integration Engine®
4.1.4.p4_git
|
►Ncom | |
►Nqoretechnologies | |
►Nqorus | |
►Nclient | |
CQorusClientAPI | |
CQorusClientCore | |
►Njob | |
CJobApi | |
CQorusJob | |
►Nmapper | |
CMapperApi | |
►Nservice | |
►CQorusMethod | |
CLockType | |
CQorusService | |
CServiceApi | |
►Ntest | |
CAbstractRemoteDbSelectAction | |
CAction | |
CCallService | |
CCallSoapMethod | |
CCheckDbTableRow | |
CCheckDbTableRows | |
CCheckFileCsv | |
CCheckFileNonexisting | |
CCheckFileText | |
CCheckLog | |
CCheckRunningWorkflow | |
CCreateFile | |
CCreateFileCsv | |
CCreateFileText | |
CCreateOrder | |
CDeleteDbTableData | |
CExecSynchronousOrder | |
CFindOrderByKey | |
CInsertDbTableRow | |
CInsertDbTableRows | |
CInsertRemoteDbTableRows | |
CQorusInterfaceTest | |
CQorusJobTest | |
CQorusPassiveWorkflowTest | |
CQorusServiceTest | |
CQorusWorkflowTest | |
CRemoteDbDeleteAction | |
CRemoteDbSelectAction | |
CRunJob | |
CRunJobResult | |
CSleep | |
CStartLog | |
CTruncateTable | |
CUnblockOrder | |
CUpsertRemoteDbTableRows | |
CWaitForWfiid | |
►Nworkflow | |
CDynamicDataHelper | |
CQorusAsyncArrayStep | |
CQorusAsyncStep | |
CQorusAsyncStepBase | |
CQorusEventArrayStep | |
CQorusEventStep | |
CQorusEventStepBase | |
CQorusNormalArrayStep | |
CQorusNormalStep | |
CQorusStepBase | |
CQorusSubworkflowArrayStep | |
CQorusSubworkflowStep | |
CQorusSubworkflowStepBase | |
CQorusWorkflow | |
CSensitiveDataHelper | |
CStepDataHelper | |
CTempDataHelper | |
CWorkflowApi | |
CWorkflowDataHelper | |
CAbstractFsRemoteReceive | |
CConfigItem | |
CConfigItemValueCallback | |
CDbRemote | |
CDbRemoteRawReceive | |
CDbRemoteReceive | |
CDbRemoteSend | |
CFsRemote | |
CFsRemoteSend | |
CObservable | |
CObserver | |
COMQ | |
CQorusLocalRestHelper | |
CQorusSystemRestHelper | |
CStreamConfig | |
CUserApi | |
►NOMQ | Main Qorus namespace |
►NClient | Objects that are also present in the server with the same names are created under the OMQ::Client namespace |
CClientPropServiceMethodGateHelper | This class provides an easy way to call service methods on a Qorus server; will redirect system property APIs to local DB-based functions in case Qorus is down |
CDatasourceConnections | Qorus client library class used to handle DATASOURCE connections |
CQorusClientSystemServiceHelper | Mid-level class in the client for transparently redirecting calls to services; will redirect system property APIs to local DB-based functions in case Qorus is down |
CQorusLocalRestHelper | Class for local REST API calls |
CQorusSystemAPIHelper | Class to call the system API from the client library |
CQorusSystemRestHelper | Class to call the system REST API from the client library |
CRemoteConnections | Qorus client library class used to handle REMOTE connections |
CUserConnections | Qorus client library class to handle USER connections |
►NMapperApi | |
CMapperApi | Mapper API class |
►NUserApi | User API namespace root |
►NJob | Main job API namespace |
CJobApi | Primary job API class |
CQorusJob | The abstract class for Qorus jobs |
►NService | Qorus service API namespace |
CQorusService | The base class for Qorus services |
CServiceApi | Primary service API class |
►NWorkflow | Main workflow API namespace |
CDynamicDataHelper | This class is a helper class that allows workflow dynamic data to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor |
CQorusAsyncArrayStep | The abstract class for asynchronous array steps |
CQorusAsyncStep | The abstract class for asynchronous steps |
CQorusAsyncStepBase | The Qore base interface class for asynchronous steps |
CQorusEventArrayStep | The abstract class for workflow synchronization event array steps |
CQorusEventStep | The abstract class for workflow synchronization event steps |
CQorusEventStepBase | The Qore base interface class for event steps |
CQorusNormalArrayStep | The abstract class for normal array steps |
CQorusNormalStep | The abstract class for normal steps |
CQorusStepBase | Base class for workflow step classes |
CQorusSubworkflowArrayStep | The abstract class for subworkflow array steps |
CQorusSubworkflowStep | The abstract class for subworkflow steps |
CQorusSubworkflowStepBase | The Qore base interface class for subworkflow steps |
CQorusWorkflow | Base class for workflow classes |
CSensitiveDataHelper | This class is a helper class that allows workflow sensitive data to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor |
CStepDataHelper | This class is a helper class that allows workflow dynamic step data to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor |
CTempDataHelper | This class is a helper class that allows workflow temp data to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor |
CWorkflowApi | Primary workflow API class |
CWorkflowDataHelper | This class is a helper class that allows workflow dynamic data (DynamicDataHelper) and workflow temp data (TempDataHelper) to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor |
CQorusConfigurationItemProvider | Base class for object providing configuration items |
CUserApi | Main common Qorus API class |
CAbstractConnectionFileHelper | This class is used to parse the connection files in the server and client |
CAbstractFsRemoteReceive | A class for inbound/reading data from the remote instance's filesystem |
CAbstractFtpHandler | This class is used to customize and control the behavior of Qorus FTP servers attached to services |
CAbstractMapperType | Abstract class for a mapper provider; defines the interface for the class of object returned by the "get_mapper_providers()" function |
CAbstractParallelReceiveStream | This class handles stream classes that use an I/O thread to receive data |
CAbstractParallelStream | Common base class for streams using a background thread for socket I/O |
CAbstractParallelWriteStream | This class handles stream classes that use an I/O thread to send data |
CAbstractPersistentDataHelper | This class is the base class for persistent HTTP connection support in services |
CAbstractServiceDataStreamResponseHandler | This class implements a request handler supporting the DataStream protocol for Qorus services and allows logging to the service log file |
CAbstractServiceHttpHandler | This class is used to customize and control the behavior of the Qorus HTTP server as it redirects URLs to services |
CAbstractServiceRestHandler | This class is used to customize and control the behavior of the Qorus HTTP server as it redirects URLs to Qorus services providing HTTP-based REST services |
CAbstractServiceStream | Class used for handling chunked requests and responses in services |
CAbstractServiceWebSocketHandler | This class is used to allow Qorus services to provide dedicated WebSocket server services to external clients |
CConfigItemInfo | Hash of config item info |
CConnectionScheme | Defines the class of object returned by the "get_schemes()" function in custom user modules |
CCryptoKeyHelper | Manages Qorus encryption keys |
CDbQueuedBlockStreamConfig | Config class for DbRemoteSend |
CDbRawSelectStreamConfig | Config class for raw DB select streams |
CDbRemote | A high level API for remote system.sqlutil service calls |
CDbRemoteBase | A high level API for remote system.sqlutil service calls |
CDbRemoteRawReceive | A class for inbound/reading data from the remote instance from a raw SQL query, I/O is handled in a background thread and is made available in the getData() and getAllData() methods |
CDbRemoteReceive | A class for inbound/reading data from the remote instance, I/O is handled in a background thread and is made available in the getData() and getAllData() methods |
CDbRemoteSend | Database stream for outbound/writing data to the remote instance |
CDbSelectStreamConfig | Config class for DB select streams |
CDbStreamConfig | Configuration class for DB streams |
CDbStreamConfigBase | Base configuration for DB streams |
CDefaultQorusRBACAuthenticator | Class for authenticating with standard Qorus RBAC authentication |
CDefaultQorusRBACBasicAuthenticator | Class for authenticating with standard Qorus RBAC authentication that returns a header that asks for basic authentication when authentication fails |
CErrorDef | Class that defines error attributes |
CFsReceiveStreamConfig | Filesystem receive stream base config class |
CFsRemote | A high level API for a remote system.fs service |
CFsRemoteSend | Filesystem stream for outbound/writing data to the remote instance |
CFsSendStreamConfig | Filesystem send stream base config class |
CHttpBindOptionInfo | HTTP binding options |
CInboundTableMapperType | System mapper class for prividing TableMapper::InboundTableMapper objects at runtime |
CInterfaceModuleProgram | Used to create interface module program objects |
CJobDef | Class that defines job attributes |
CJobProgram | Used to create job program objects (client & server) |
CJobRecoveryInfo | Job recovery information |
CJobResultInfo | This hash provides information about job instance execution |
CMapperDef | Class that defined mapper attributes |
CMapperProgram | Used to create mapper program objects (client & server) |
CMapperType | System mapper class for prividing Mapper::Mapper objects at runtime |
CObservable | This class represents an observable subject that will notify all of its registered observers |
CObserver | This abstract class represents an observer that will get notified by the subject it observes |
COrderSlaOutputInfo | Workflow order SLA band info; summarizes info for a particular status code in a band |
COrderStatusOutputInfo | Workflow order stats band info; summarizes info for a particular status code in a band |
COrderSummaryOutputInfo | Workflow order stats summary info hash |
CPermissiveAuthenticator | Class providing automatic authentication for all requests |
CQorusClient | This class implements static methods in the client API |
CQorusClientAPI | This class implements the client interface to a Qorus server |
CQorusExtensionHandler | This class is used to define a Qorus UI extension in a Qorus service |
CQorusInboundTableMapper | This class provides an inbound table mapper based on TableMapper::InboundTableMapper with consistent constructor arguments |
CQorusInboundTableMapperIterator | This class provides an inbound table mapper iterator based on TableMapper::InboundTableMapperIterator with consistent constructor arguments |
CQorusLocalRestHelper | Class for local REST API calls |
CQorusMapper | This class provides a plain mapper based on Mapper::Mapper with consistent constructor arguments |
CQorusOracleDatasourcePool | An Oracle specific class which is used for automated instrumentation as in OracleExtensions::OracleDatasourcePool but this one is directly inherited from Qore::SQL::DatasourcePool |
CQorusParametrizedAuthenticator | This class allows for authentication labels to be used with HTTP services provided by Qorus services |
CQorusProgram | Base class for Qorus program classes, where the parse options are reset after each object is parsed |
CQorusRawSqlStatementOutboundMapper | Qorus oubound mapper based on raw SQL select statement |
CQorusRawSqlStatementOutboundMapperType | Defines the mapper type for raw outbound SQL mappers |
CQorusRemoteServiceHelper | Top-level class for transparently redirecting calls to services |
CQorusServiceHelper | Mid-level class representing a service type (either "user" or "system" ) for transparently redirecting calls to services; this class is not designed to be used directly; use OMQ::QorusRemoteServiceHelper instead |
CQorusSqlStatementOutboundMapper | Qorus oubound mapper based on SqlUtil select |
CQorusSqlStatementOutboundMapperType | System mapper class for prividing OMQ::QorusSqlStatementOutboundMapper objects at runtime |
CQorusSystemAPIHelper | Class used to call the Qorus system API for a remote Qorus instance through the network API |
CQorusSystemAPIHelperBase | This class provides an easy way to call Qorus API functions using the network API |
CQorusSystemRestHelper | Class used to call the Qorus REST API for a remote Qorus instance |
CQorusSystemRestHelperBase | Base class for accessing the system REST API |
CQorusSystemServiceHelper | Top-level class that allows transparent auto-loading and access to Qorus system and user services; do not instantiate this class directly; use the global omqservice object instead |
CQorusWebSocketConnection | This wrapsr WebSocketHandler::WebSocketConnection so that service programs to not have to import the entire WebSocketHandler module to access the connection class |
CQueuedBlockConfigBase | Config class for DB streams using queued / blocked I/O |
CSensitiveDataInfo | This hash provides info about workflow order sensitive data |
CServiceFileHandler | This class supports the implementation of HTTP file-based request handler with automatic handling of files in a certain root directory as well as rendering of templates |
CServiceGate | ServiceGate allows autoloading of Qorus services on reference; this class is not designed to be used directly; use omqservice instead |
CServiceLogBase | Base class for objects that capture a service context for logging |
CServiceMethodGate | ServiceMethodGate provides a gateway to service methods; this class is not designed to be used directly; use omqservice instead |
CServiceMethodGateHelper | This class provides an easy way to call service methods on a Qorus server; this class is not designed to be used directly; use OMQ::QorusRemoteServiceHelper instead |
CServiceProgram | Used to create service program objects (client & server) |
CSlaEventInfo | This hash describes SLA events |
CSlaInfo | This hash describes SLAs |
CSlaJobInfo | This hash describes jobs with a particular SLA |
CSlaPerformanceInfo | This hash provides SLA performance info |
CSlaServiceMethodInfo | This hash describes service methods with a particular SLA |
CStreamConfig | Stream configuration class |
CStreamInfo | Info about the stream |
CWorkflowDef | Class that defines workflow attributes |
CWorkflowProgram | Used to create workflow program objects (client & server) |
CWorkflowRecoveryInfo | Workflow recovery information |
►NQorusAllDataProviders | All public definitions in the QorusAllDataProviders module |
CQorusAllDataProviders | Class for initialization |
►NQorusInterfaceTest | QorusInterfaceTest namespace contains all the definitions in the QorusInterfaceTest module |
CAbstractRemoteDbSelectAction | Selects one or more rows from a remote table in a remote Qorus instance |
CAbstractRemoteDbSqlUtilAction | Inserts one or more rows into a remote table in a remote Qorus instance |
CAction | Abstract class representing an action in a test case |
CCallService | Call any of Qorus services |
CCallSoapMethod | Invokes a SOAP operation and optionally checks the response |
CCheckDbTableRow | Check for database content |
CCheckDbTableRows | Check for database content |
CCheckFileCsv | Check for csv file |
CCheckFileNonexisting | Check for nonexisting file |
CCheckFileText | Check for text file |
CCheckLog | Check for log content |
CCheckRunningWorkflow | Ensure a workflow is running |
CCreateFile | Action class to create a file as an input for an interface |
CCreateFileCsv | Action class to create a csv file as an input for an interface |
CCreateFileText | Action class to create a text file as an input for an interface |
CCreateOrder | Creates a workflow order |
CDeleteDbTableData | Deletes one or more rows from a DB table |
CExecSynchronousOrder | Creates and executes a synchronous workflow order |
CFindOrderByKey | Finds a workflow order using a key and value. Fails the test if there is more or less than 1 order |
CInsertDbTableRow | Insert a row into DB table |
CInsertDbTableRows | Inserts one or more rows into DB table |
CInsertRemoteDbTableRows | Inserts one or more rows into a remote table in a remote Qorus instance |
CQorusInterfaceTest | Base class that exports functions for Qorus unit testing. For realworld examples see Introduction to the QorusInterfaceTest Module |
CQorusJobTest | Job test class |
CQorusPassiveWorkflowTest | Workflow test class; this class will not start any workflow execution instances |
CQorusServiceTest | Service test class |
CQorusWorkflowTest | Workflow test class |
CRemoteDbDeleteAction | Deletes one of more rows from a remote table in a remote Qorus instance |
CRemoteDbRowSqlUtilAction | Inserts one or more rows into a remote table in a remote Qorus instance |
CRemoteDbSelectAction | Selects data from a remote DB and compares to expected data |
CRunJob | Run the job |
CRunJobResult | Runs a job and compares the result status and optionally job instance information |
CSleep | Sleep action |
CStartLog | Check for log content |
CTruncateTable | Clear given table. Data are truncated/deleted completely |
CUnblockOrder | Unblocks a workflow order |
CUpsertRemoteDbTableRows | Upserts (ie performs an SQL merge operation) one or more rows into a remote table in a remote Qorus instance |
CWaitForWfiid | This class will wait for a workflow order to reach a final status (COMPLETE, ERROR, or CANCELED) |
CWorkflowLogHelper | Class that outputs workflow log data to the console; meant to support test execution |
►NQorusLdapAuth | Main namespace for the QorusLdapAuth module |
CLdapRbacProvider | This class provides the LDAP interface to Qorus's RBAC infrastructure |
►NQorusObjectParser | Main namespace for the QorusObjectParser module |
CParser | |
►NQorusRbacAuth | Main namespace for the QorusRbacAuth module; all public definitions in this module are found in this namespace |
CAbstractRbacProvider | Abstract base class for Qorus RBAC providers |
CDbRbacProvider | Internal RBAC Provider |
►NQyaml | Main namespace for the Qyaml module |
CValidator | |
►NRemoteDevelopment | Main namespace for QorusRemoteDevelopmentClient module |
CClient | Remote development client class |
Carch | Main arch service class |
Cdatasource | Main datasource service class |
Cfs | Main fs service class |
Cinfo | Main info service class |
Comqmap | Main omqmap service class |
Cprop | Main prop service class |
Cqueue | Main queue service class |
Cremote | Main remote service class |
Csqlutil | Main sqlutil service class |
Cstatus | Main status service class |