Workspace 6.21.5
Namespaces | Classes | Functions | Variables
CSIRO::RemoteExecution Namespace Reference

Namespaces

namespace  Config
 
namespace  Settings
 

Classes

class  HasFeature
 Check if the local scheduler supports the required feature. More...
 
class  RemoteExecutionSettingsPlugin
 
class  RemoteExecutionSettingsPluginConfig
 Provides a configuration widget for the remote execution management workspace plugin. More...
 
class  RemoteExecutionSettingsWidget
 Provides a view of settings relating to remote execution. More...
 
class  RequestProcessor
 
class  RetryRule
 
class  RetryRules
 
class  RetryRulesWidget
 Provides a view of client-side settings relating to remote execution. More...
 
class  SchedulerServerSelectionWidget
 Restricts the selection of available servers. More...
 
class  SchedulerServerSelectionWidgetConnector
 
class  SchedulerServerSelectionWidgetFactory
 
class  ScheduleWorkflow
 Schedule Workflow remotely. More...
 
class  SqlDbClient
 
class  SqlLogSink
 
class  SqlRemoteScheduler
 
class  SqlRemoteSchedulerConfigurationWidget
 A widget for configuring a tcp based scheduler. More...
 
class  SqlScheduler
 
class  SqlSchedulerConfigurationWidget
 A widget for configuring a tcp based scheduler. More...
 
class  SqlSchedulerProvider
 
class  StopWorkflow
 Schedule Workflow remotely. More...
 
class  WaitWorkflow
 Schedule Workflow remotely. More...
 

Functions

static const Application::LogManager::MessageCategory LOG_SQLSCHEDULER ("SqlScheduler", false, "SqlScheduler: ")
 

Variables

static const QString SYSTEM_SCOPE = "System Default"
 
static const QString USER_MESSAGE_NO_CREDENTIALS_DIALOG = "There is no credentials dialog provided by the currently selected authentication provider"
 
static const QString USER_MESSAGE_RULE_NOT_WRITEABLE = "You do not have sufficient permissions to perform this operation"
 
static const QString USER_MESSAGE_SERVER_NOT_WRITEABLE = "You do not have sufficient permissions to perform this operation on the selected server"
 
static const QString USER_SCOPE = "User Defined"
 

Function Documentation

◆ LOG_SQLSCHEDULER()

static const Application::LogManager::MessageCategory LOG_SQLSCHEDULER ( "SqlScheduler"  ,
false  ,
"SqlScheduler: "   
)
static

Variable Documentation

◆ SYSTEM_SCOPE

const QString SYSTEM_SCOPE = "System Default"
static

◆ USER_MESSAGE_NO_CREDENTIALS_DIALOG

const QString USER_MESSAGE_NO_CREDENTIALS_DIALOG = "There is no credentials dialog provided by the currently selected authentication provider"
static

◆ USER_MESSAGE_RULE_NOT_WRITEABLE

const QString USER_MESSAGE_RULE_NOT_WRITEABLE = "You do not have sufficient permissions to perform this operation"
static

◆ USER_MESSAGE_SERVER_NOT_WRITEABLE

const QString USER_MESSAGE_SERVER_NOT_WRITEABLE = "You do not have sufficient permissions to perform this operation on the selected server"
static

◆ USER_SCOPE

const QString USER_SCOPE = "User Defined"
static