►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 |
NMapperModuleApi | Mapper module API namespace |
►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 |
CQorusRestartableTransaction | Class that allows for managing restartable transactions |
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 |
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 |
CAbstractServiceSoapHandler | This class is used to customize and control the behavior of the Qorus HTTP server with SOAP messages |
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 |
CDelayedObservable | This class represents an observable subject that waits for external confirmation before raising events |
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 |
CQorusCookieAuthenticator | Class for authenticating with standard Qorus RBAC authentication based on a cookie |
CQorusExtensionHandler | This class is used to define a Qorus UI extension in a Qorus service |
CQorusFsmInfo | Finite State Machine info hash |
CQorusHttpConnection | Qorus REST connection object |
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 |
CQorusJobInfo | Job info hash |
CQorusLocalRestHelper | Class for local REST API calls |
CQorusMapper | This class provides a plain mapper based on Mapper::Mapper with consistent constructor arguments |
CQorusMapperInfo | Mapper info hash |
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 |
CQorusPipelineInfo | Pipeline info hash |
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 |
CQorusServiceInfo | Service info hash |
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 |
CQorusTemplateInfo | Expression template info |
CQorusUserInfo | Qorus user information hash |
CQorusVMapInfo | Value map info hash |
CQorusWebSocketConnection | This wraps WebSocketHandler::WebSocketConnection |
CQorusWorkflowInfo | Workflow info hash |
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 |
CServiceGate | ServiceGate allows autoloading of Qorus services on referenced |
CServiceLogBase | Base class for objects that capture a service context for logging |
CServiceMethodGate | ServiceMethodGate provides a gateway to service methods |
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 |
CTokenInfo | Token information hash |
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 |
►NQorusApiDataProvider | All public definitions in the QorusApiDataProvider module |
CConnectionOrNothingType | Connection or nothing type |
CConnectionType | Connection type |
CDataProviderOrNothingType | Data provider or nothing type |
CDataProviderType | Data provider type |
CJobOrNothingType | Job or nothing type |
CJobType | Job type |
CQorusApiBindEventDataProvider | The Qorus API data provider for the bind event API |
CQorusApiBindEventRequestDataType | Data type for create order calls |
CQorusApiBindEventUnpostedDataProvider | The Qorus API data provider for the bind event unposted API |
CQorusApiBindSubworkflowDataProvider | The Qorus API data provider for the bind subworkflow API |
CQorusApiBindSubworkflowRequestDataType | Data type for create order calls |
CQorusApiBindSubworkflowResponseDataType | Data type for create order API responses |
CQorusApiBlockOrderDataProvider | The Qorus API data provider for the block order API |
CQorusApiBlockOrderRequestDataType | Data type for create order calls |
CQorusApiBlockOrderResponseDataType | Data type for create order API responses |
CQorusApiBreakDataProvider | The Qorus API data provider to generate a break in an FSM |
CQorusApiCallImplicitServiceMethodDataProvider | The Qorus API data provider for the call implicit service method API |
CQorusApiCallImplicitServiceMethodRequestDataType | Data type for create order calls |
CQorusApiCallServiceMethodDataProvider | The Qorus API data provider for the call service method API |
CQorusApiCallServiceMethodRequestDataType | Data type for create order calls |
CQorusApiCancelOrderDataProvider | The Qorus API data provider for the cancel order API |
CQorusApiCancelOrderRequestDataType | Data type for create order calls |
CQorusApiCancelOrderResponseDataType | Data type for create order API responses |
CQorusApiContinueDataProvider | The Qorus API data provider to generate a continue in an FSM |
CQorusApiCreateDataProvider | The Qorus API data provider for the data provider create API |
CQorusApiCreateOrderDataProvider | The Qorus API data provider for the create order API |
CQorusApiCreateOrderDataType | Data type for create order calls |
CQorusApiCreateOrderResponseDataType | Data type for create order API responses |
CQorusApiCreateOrderSensitiveDataInfoType | Data type for create order calls |
CQorusApiCreateOrderSensitiveDataKeyType | Data type for create order calls |
CQorusApiCreateOrderSensitiveDataValueType | Data type for create order calls |
CQorusApiCreateRequestDataType | Data type for create order calls |
CQorusApiDataProvider | The main Qorus API data provider parent class |
CQorusApiDataProviderDataProvider | The Qorus API dataprovider data provider class |
CQorusApiDataProviderFactory | The DB data provider factory |
CQorusApiDeleteDataProvider | The Qorus API data provider for the data provider delete API |
CQorusApiDeleteRequestDataType | Data type for delete order calls |
CQorusApiDeleteResponseDataType | Data type for delete order call responses |
CQorusApiDisableImplicitJobDataProvider | The Qorus API data provider for the disable implicit job API |
CQorusApiDisableImplicitServiceDataProvider | The Qorus API data provider for the implicit disable service API |
CQorusApiDisableImplicitWorkflowDataProvider | The Qorus API data provider for the enable implicit workflow API |
CQorusApiDisableJobDataProvider | The Qorus API data provider for the disable job API |
CQorusApiDisableJobRequestDataType | Data type for create order calls |
CQorusApiDisableJobResponseDataType | Data type for create order API responses |
CQorusApiDisableServiceDataProvider | The Qorus API data provider for the disable service API |
CQorusApiDisableServiceRequestDataType | Data type for create order calls |
CQorusApiDisableServiceResponseDataType | Data type for create order API responses |
CQorusApiDisableWorkflowDataProvider | The Qorus API data provider for the disable workflow API |
CQorusApiDisableWorkflowRequestDataType | Data type for create order calls |
CQorusApiDisableWorkflowResponseDataType | Data type for create order API responses |
CQorusApiDoRequestDataProvider | The Qorus API data provider for the data provider do request API |
CQorusApiDoRequestRequestDataType | Data type for do request calls |
CQorusApiEnableImplicitJobDataProvider | The Qorus API data provider for the enable implicit job API |
CQorusApiEnableImplicitServiceDataProvider | The Qorus API data provider for the implicit enable service API |
CQorusApiEnableImplicitWorkflowDataProvider | The Qorus API data provider for the enable implicit workflow API |
CQorusApiEnableJobDataProvider | The Qorus API data provider for the enable job API |
CQorusApiEnableJobRequestDataType | Data type for create order calls |
CQorusApiEnableJobResponseDataType | Data type for create order API responses |
CQorusApiEnableServiceDataProvider | The Qorus API data provider for the enable service API |
CQorusApiEnableServiceRequestDataType | Data type for create order calls |
CQorusApiEnableServiceResponseDataType | Data type for create order API responses |
CQorusApiEnableWorkflowDataProvider | The Qorus API data provider for the enable workflow API |
CQorusApiEnableWorkflowRequestDataType | Data type for create order calls |
CQorusApiEnableWorkflowResponseDataType | Data type for create order API responses |
CQorusApiExecAsynchronousImplicitWorkflowDataProvider | The Qorus API data provider for the exec asynchronous workflow API |
CQorusApiExecAsynchronousWorkflowDataProvider | The Qorus API data provider for the exec asynchronous workflow API |
CQorusApiExecAsynchronousWorkflowResponseDataType | Data type for exec asynchronous workflow API responses |
CQorusApiExecSynchronousImplicitWorkflowDataProvider | The Qorus API data provider for the exec synchronous workflow API |
CQorusApiExecSynchronousImplicitWorkflowRequestDataType | Data type for exec synchronous workflow calls |
CQorusApiExecSynchronousWorkflowDataProvider | The Qorus API data provider for the exec synchronous workflow API |
CQorusApiExecSynchronousWorkflowErrorKeyType | Data type for exec synchronous workflow calls |
CQorusApiExecSynchronousWorkflowRequestDataType | Data type for exec synchronous workflow calls |
CQorusApiExecSynchronousWorkflowResponseDataType | Data type for exec synchronous workflow API responses |
CQorusApiGetChildFeedbackDataProvider | The Qorus API data provider for the bind subworkflow API |
CQorusApiGetChildFeedbackRequestDataType | Data type for create order calls |
CQorusApiGetDataDataProvider | The Qorus API data provider for the get data data API |
CQorusApiGetJobResultDataProvider | The Qorus API data provider for the get job result API |
CQorusApiGetJobResultRequestDataType | Data type for get job result API requests |
CQorusApiGetJobResultResponseDataType | Data type for get job result API responses |
CQorusApiGetOrderInfoDataProvider | The Qorus API data provider for the get order info API |
CQorusApiGetOrderInfoRequestDataType | Data type for create order calls |
CQorusApiGetOrderInfoResponseDataType | Data type for create order API responses |
CQorusApiImplicitJobInfoDataProvider | The Qorus API data provider for the implicit job info API |
CQorusApiImplicitServiceInfoDataProvider | The Qorus API data provider for the implicit service info API |
CQorusApiImplicitWorkflowInfoDataProvider | The Qorus API data provider for the implicit workflow info API |
CQorusApiJobDataProvider | The Qorus API implicit job data provider class |
CQorusApiJobInfoDataProvider | The Qorus API data provider for the job info API |
CQorusApiJobInfoRequestDataType | Data type for create order calls |
CQorusApiJobInfoResponseDataType | Data type for create order API responses |
CQorusApiJobListDataProvider | The Qorus API job list data provider class |
CQorusApiJobsDataProvider | The Qorus API jobs data provider class |
CQorusApiLeaveParentFeedbackDataProvider | The Qorus API data provider for the bind subworkflow API |
CQorusApiLeaveParentFeedbackRequestDataType | Data type for create order calls |
CQorusApiLoadImplicitServiceDataProvider | The Qorus API data provider for the implicit service load API |
CQorusApiLoadServiceDataProvider | The Qorus API data provider for the load service API |
CQorusApiLoadServiceRequestDataType | Data type for create order calls |
CQorusApiLoadServiceResponseDataType | Data type for create order API responses |
CQorusApiLogMessageDataProvider | The Qorus API data provider for the log message API |
CQorusApiLogMessageRequestDataType | Data type for create order calls |
CQorusApiPostAsyncQueueDataProvider | The Qorus API data provider for the post async queue API |
CQorusApiPostAsyncQueueRequestDataType | Data type for post async queue API responses |
CQorusApiPostSlaErrorDataProvider | The Qorus API data provider for the post SLA event error API |
CQorusApiPostSlaErrorRequestDataType | Data type for post errorful SLA event calls |
CQorusApiPostSlaSuccessDataProvider | The Qorus API data provider for the post SLA event success API |
CQorusApiPostSlaSuccessRequestDataType | Data type for post successful SLA event calls |
CQorusApiPostSlaSuccessResponseDataType | Data type for post successful SLA event API responses |
CQorusApiPostSyncEventDataProvider | The Qorus API data provider for the post sync event API |
CQorusApiPostSyncEventRequestDataType | Data type for create order calls |
CQorusApiResetImplicitJobDataProvider | The Qorus API data provider for the reset implicit job API |
CQorusApiResetImplicitServiceDataProvider | The Qorus API data provider for the implicit reset service API |
CQorusApiResetImplicitWorkflowDataProvider | The Qorus API data provider for the reset implicit workflow API |
CQorusApiResetJobDataProvider | The Qorus API data provider for the reset job API |
CQorusApiResetJobRequestDataType | Data type for create order calls |
CQorusApiResetJobResponseDataType | Data type for create order API responses |
CQorusApiResetServiceDataProvider | The Qorus API data provider for the reset service API |
CQorusApiResetServiceRequestDataType | Data type for create order calls |
CQorusApiResetServiceResponseDataType | Data type for create order API responses |
CQorusApiResetWorkflowDataProvider | The Qorus API data provider for the reset workflow API |
CQorusApiResetWorkflowRequestDataType | Data type for create order calls |
CQorusApiResetWorkflowResponseDataType | Data type for create order API responses |
CQorusApiRestRequestDataProvider | The Qorus API data provider for the data provider REST request API |
CQorusApiRestRequestRequestDataType | Data type for REST request calls |
CQorusApiRestRequestResponseDataType | Data type for REST request calls |
CQorusApiRetryOrderDataProvider | The Qorus API data provider for the retry order API |
CQorusApiRetryOrderRequestDataType | Data type for create order calls |
CQorusApiRetryOrderResponseDataType | Data type for create order API responses |
CQorusApiRunImplicitJobDataProvider | The Qorus API data provider for the run implicit job API |
CQorusApiRunJobDataProvider | The Qorus API data provider for the run job API |
CQorusApiRunJobRequestDataType | Data type for create order calls |
CQorusApiRunJobResponseDataType | Data type for create order API responses |
CQorusApiSearchBulkIteratorDataProvider | The Qorus API data provider for the data provider search API |
CQorusApiSearchBulkIteratorRequestDataType | Data type for create order calls |
CQorusApiSearchDataProvider | The Qorus API data provider for the data provider search API |
CQorusApiSearchRequestDataType | Data type for create order calls |
CQorusApiServiceDataProvider | The Qorus API data provider service-specific class |
CQorusApiServiceInfoDataProvider | The Qorus API data provider for the service info API |
CQorusApiServiceInfoRequestDataType | Data type for create order calls |
CQorusApiServiceInfoResponseDataType | Data type for create order API responses |
CQorusApiServiceListDataProvider | The Qorus API service list data provider class |
CQorusApiServicesDataProvider | The Qorus API service data provider class |
CQorusApiSetImplicitJobActiveDataProvider | The Qorus API data provider for the set implicit job active API |
CQorusApiSetImplicitJobInactiveDataProvider | The Qorus API data provider for the set implicit job inactive API |
CQorusApiSetImplicitServiceAutostartDataProvider | The Qorus API data provider for implicit set service autostart API |
CQorusApiSetImplicitServiceAutostartRequestDataType | Data type for create order calls |
CQorusApiSetImplicitWorkflowAutostartDataProvider | The Qorus API data provider for the set implicit workflow autostart API |
CQorusApiSetImplicitWorkflowAutostartRequestDataType | Data type for create order calls |
CQorusApiSetJobActiveDataProvider | The Qorus API data provider for the set job active API |
CQorusApiSetJobActiveRequestDataType | Data type for create order calls |
CQorusApiSetJobActiveResponseDataType | Data type for create order API responses |
CQorusApiSetJobInactiveDataProvider | The Qorus API data provider for the set job active API |
CQorusApiSetJobInactiveRequestDataType | Data type for create order calls |
CQorusApiSetJobInactiveResponseDataType | Data type for create order API responses |
CQorusApiSetServiceAutostartDataProvider | The Qorus API data provider for the set service autostart API |
CQorusApiSetServiceAutostartRequestDataType | Data type for create order calls |
CQorusApiSetServiceAutostartResponseDataType | Data type for create order API responses |
CQorusApiSetWorkflowAutostartDataProvider | The Qorus API data provider for the set workflow autostart API |
CQorusApiSetWorkflowAutostartRequestDataType | Data type for create order calls |
CQorusApiSetWorkflowAutostartResponseDataType | Data type for create order API responses |
CQorusApiSkipAsyncStepDataProvider | The Qorus API data provider for the skip async step API |
CQorusApiSkipEventDataProvider | The Qorus API data provider for the skip event API |
CQorusApiSkipSubworkflowDataProvider | The Qorus API data provider for the skip subworkflow API |
CQorusApiSkipSubworkflowResponseDataType | Data type for skip subworkflow API responses |
CQorusApiSubmitAsyncKeyDataProvider | The Qorus API data provider for the submit async key API |
CQorusApiSubmitAsyncKeyRequestDataType | Data type for create order calls |
CQorusApiThrowExceptionDataProvider | The Qorus API data provider for the throw exception API |
CQorusApiThrowExceptionRequestDataType | Data type for create order calls |
CQorusApiUnblockOrderDataProvider | The Qorus API data provider for the unblock order API |
CQorusApiUnblockOrderRequestDataType | Data type for create order calls |
CQorusApiUnblockOrderResponseDataType | Data type for create order API responses |
CQorusApiUncancelOrderDataProvider | The Qorus API data provider for the uncancel order API |
CQorusApiUncancelOrderRequestDataType | Data type for create order calls |
CQorusApiUncancelOrderResponseDataType | Data type for create order API responses |
CQorusApiUnloadImplicitServiceDataProvider | The Qorus API data provider for the implicit unload service API |
CQorusApiUnloadServiceDataProvider | The Qorus API data provider for the unload service API |
CQorusApiUnloadServiceRequestDataType | Data type for create order calls |
CQorusApiUnloadServiceResponseDataType | Data type for create order API responses |
CQorusApiUpdateDataProvider | The Qorus API data provider for the data provider update API |
CQorusApiUpdateRequestDataType | Data type for update order calls |
CQorusApiUpdateResponseDataType | Data type for update order call responses |
CQorusApiUtilDataProvider | The Qorus API util data provider class |
CQorusApiUtilWorkflowDataProvider | The main Qorus API workflow data provider class |
CQorusApiWorkflowDataProvider | The main Qorus implicit workflow data provider class |
CQorusApiWorkflowInfoDataProvider | The Qorus API data provider for the workflow info API |
CQorusApiWorkflowInfoRequestDataType | Data type for create order calls |
CQorusApiWorkflowInfoResponseDataType | Data type for create order API responses |
CQorusApiWorkflowListDataProvider | The Qorus API workflow list data provider class |
CQorusApiWorkflowsDataProvider | The main Qorus API workflow data provider class |
CQorusApiWriteOutputDataProvider | The Qorus API data provider for the write output data API |
CQorusJobContextDataType | The data type for job contexts in Qorus |
CQorusServiceContextDataType | The data type for service contexts in Qorus |
CQorusWorkflowContextDataType | The data type for workflow contexts in Qorus |
CServiceOrNothingType | Service or nothing type |
CServiceType | Service type |
CWorkflowOrNothingType | Workflow or nothing type |
CWorkflowType | Workflow type |
CWrapperType | Wrapper data type |
NQorusConnectionProvider | QorusConnectionProvider namespace contains all the objects in the QorusConnectionProvider module |
NQorusDataProviders | All public definitions in the QorusDataProviders module |
NQorusDatasourceProvider | The QorusDatasourceProvider namespace contains all the objects in the QorusDatasourceProvider module |
►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 | |
NQorusQscriptUtil | QorusQscriptUtil namespace contains all the objects in the QorusQscriptUtil module |
►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 |
►NQorusRemoteConnectionDataProvider | Qore QorusRemoteConnectionDataProvider class definition |
CQorusRemoteConnectionDataProvider | The database data provider class, provides tables as children |
CQorusRemoteConnectionDataProviderFactory | The DB data provider factory |
►NQorusRemoteDataProvider | Qore QorusRemoteDataProvider class definition |
CQorusRemoteDataProvider | The database data provider class, provides tables as children |
CQorusRemoteDataProviderFactory | The DB data provider factory |
►NQorusResourceFileLocationHandler | Main public namespace for all QorusResourceFileLocationHandler declarations |
CQorusResourceFileLocationHandler | File handler class for resource:// locations |
►NQyaml | Main namespace for the Qyaml module |
CValidator | |
►NRemoteApiProvider | Qore RemoteApiDataProvider class definition |
CRemoteApiDataProvider | The remote Qorus API data provider class, provides remote Qorus API endpoints as children |
CRemoteApiProvider | The remote Qorus API data provider class, provides remote Qorus API endpoints as children |
CRemoteApiProviderFactory | The remote Qorus API data provider factory |
►NRemoteDbDataProvider | Qore AbstractRemoteDbRecordIterator class definition |
CAbstractRemoteDbRecordIterator | Defines a buffered record iterator class for remote database connections; uses multiplexed I/O |
CRemoteDbDataProvider | The database data provider class, provides tables as children |
CRemoteDbDataProviderFactory | The DB data provider factory |
CRemoteDbSelectBulkRecordInterface | Defines the record iterator class for Table-based iterators |
CRemoteDbSelectRecordIterator | Defines a buffered record iterator class for remote database connections; uses multiplexed I/O |
CRemoteDbTableBulkRecordInterface | Defines the record iterator class for Table-based iterators |
CRemoteDbTableBulkSendOperation | Bulk insert object for remote tables; uses multiplexed I/O |
CRemoteDbTableDataProvider | Defines a data provider based on a single SQL table |
CRemoteDbTableRecordIterator | Defines a buffered record iterator class for remote database connections; uses multiplexed I/O |
►NRemoteDbProvider | Qore RemoteDbProvider class definition |
CRemoteDbProvider | The database data provider class, provides tables as children |
CRemoteDbProviderFactory | The DB data provider factory |
►NRemoteDevelopment | Main namespace for QorusRemoteDevelopmentClient module |
CClient | Remote development client class |