ServerSecurityLoggingMethod Enumeration |
|
DataPA OpenAnalytics API Reference
Type of Logging Methods.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum LoggingMethod
Public Enumeration LoggingMethod
public enum class LoggingMethod
DataPAServerSecurity.LoggingMethod = function();
DataPAServerSecurity.LoggingMethod.createEnum('DataPAServerSecurity.LoggingMethod', false);
Members
| Member name | Value | Description |
---|
| ALL | 0 | |
| onStart | 1 | |
| onStop | 2 | |
| RemoveDashboardFromMemory | 3 | |
| OpenDashboard | 4 | |
| OpenSecurity | 5 | |
| SaveSecurity | 6 | |
| CheckLogin | 7 | |
| OpenSetup | 8 | |
| SaveSetup | 9 | |
| PublishDashboard | 10 | |
| UnPublishAllDashboards | 11 | |
| UnPublishDashboard | 12 | |
| TouchDashboard | 13 | |
| LoadDashboard | 14 | |
| MMFTimeOutElapsedHandler | 15 | |
| LoadDashboardObject | 16 | |
| AutoRefreshQueryRequestHandler | 17 | |
| AfterRefreshQueryHandler | 18 | |
| GetMMFDashboards | 19 | |
| FolderPathValid | 20 | |
| GetPublishedDashboardsDataSet | 21 | |
| ProcessLockRequest | 22 | |
| ReloadDashboardObject | 23 | |
| GetDashboardObjects | 24 | |
| SaveSecuritySettings | 25 | |
| LoadSecuritySettings | 26 | |
| LoadEnterpriseInfoStore | 27 | |
| LoadDATFiles | 28 | |
| GetGroupPrivileges | 29 | |
| GetUserGroup | 30 | |
| ValidUser | 31 | |
| ValidSecurityCode | 32 | |
| ClearDashboardObjectError | 33 | |
| ValidEnterpriseLicense | 34 | |
| BeforeRefreshQueryHandler | 35 | |
| StartAutoRefreshDelayElapsedHandler | 36 | |
| StartAutoRefreshDelay | 37 | |
| StartAutoRefresh | 38 | |
| GetUsers | 39 | |
| ResetUserPassword | 40 | |
| CheckAppServerSecurity | 41 | |
| PublishDocument | 42 | |
| UnPublishDocument | 43 | |
| OpenDocument | 44 | |
| RemoveEventHandlers | 45 | |
| RunSQLProcedure | 46 | |
| TestSQL | 47 | |
| TestConnect | 48 | |
| RunSQLQuery | 49 | |
| GetStrct | 50 | |
| GetProcedures | 51 | |
| GetProcedureParams | 52 | |
| GetGroups | 53 | |
| ShowHideDashboard | 54 | |
| AlertHandler | 55 | |
| UpdateDashboardObjectsAfterQueryRefresh | 56 | |
| ImportSQLSubjects | 57 | |
| RebuildDataProvider | 58 | |
| SummaryDataProviderBuild | 59 | |
| ImportSQLSystems | 60 | |
| GeneralHub_Invoke | 61 | |
| AddAlertsToInfoStore | 62 | |
| ExportObject | 63 | |
| MoveDashboardObject | 64 | |
| SetBusyFlag | 65 | |
| RequireSourceData | 66 | |
| GetSchedule | 67 | |
| SaveSchedule | 68 | |
| ProcessTask | 69 | |
| RunTaskNow | 70 | |
| ClearOldHistory | 71 | |
| SaveHistory | 72 | |
| SuspendService | 73 | |
| ResumeService | 74 | |
| StartService | 75 | |
| StopService | 76 | |
| ScheduleTimerEvent | 77 | |
| setNextJob | 78 | |
| RemoveTaskByGuid | 79 | |
| LoadJobHistoryFile | 80 | |
| BuildJobCollection | 81 | |
| ClearRunningJobs | 82 | |
| CopyFiles | 83 | |
| LoadSchedule | 84 | |
| KillServiceAgents | 85 | |
| GetSQLDesignerSchema | 86 | |
| GetQuery | 87 | |
| RenderReport | 88 | |
Remarks See Also