MS AdhocWorkflow
This commit is contained in:
@@ -4,14 +4,19 @@ Imports DigitalData.Modules.Logging
|
||||
Imports DigitalData.Modules.EDMI.API
|
||||
Imports DigitalData.Modules.Database
|
||||
Imports DigitalData.Modules.ZooFlow
|
||||
Imports DigitalData.Modules.Windream
|
||||
|
||||
Module ModuleRuntimeVariables
|
||||
|
||||
Public Const ConstAHWorkflow_BlindFile = 1
|
||||
Public Const ConstAHWorkflow_IDB = 2
|
||||
Public Const ConstWorkflowTypeRegular = 99
|
||||
Public Property DatabaseECM As MSSQLServer
|
||||
Public Property DatabaseIDB As MSSQLServer
|
||||
Public Property EDMIService As New State.ServiceState
|
||||
Public Property User As New State.UserState
|
||||
' Diese Werte müssen später zur Laufzeit geladen werden
|
||||
Public Property ActiveWorkflowType As Integer
|
||||
Public Property BASEDATA_DT_TBDD_CONNECTION As DataTable
|
||||
Public Property BASEDATA_DT_TBDD_SQL_COMMANDS As DataTable
|
||||
Public Property BASEDATA_DT_CONFIG As DataTable
|
||||
@@ -29,14 +34,14 @@ Module ModuleRuntimeVariables
|
||||
Public Property CURRENT_ProfilName As String
|
||||
Public Property CURRENT_PROFILE_LOG_INDEX As String
|
||||
|
||||
Public Property CURRENT_DOC_GUID As Integer
|
||||
Public Property CURRENT_DOC_ID As Integer
|
||||
Public Property CURRENT_DOC_GUID As Int64
|
||||
Public Property CURRENT_DOC_ID As Int64
|
||||
Public Property CURRENT_DOC_CREATION_DATE As String
|
||||
Public Property CURRENT_DOC_CREATION_TIME As String
|
||||
|
||||
Public Property CURRENT_CONVERSATION_NEW As Long
|
||||
|
||||
Public Property CURRENT_JUMP_DOC_GUID As Integer
|
||||
Public Property CURRENT_JUMP_DOC_GUID As Int64
|
||||
Public Property CURRENT_WMFILE As WMObject
|
||||
|
||||
Public Property CURRENT_DOC_PATH As String
|
||||
@@ -105,6 +110,7 @@ Module ModuleRuntimeVariables
|
||||
|
||||
Public Property CURRENT_CLICKED_PROFILE_ID As Integer = 0
|
||||
Public Property CURRENT_CLICKED_PROFILE_TITLE As String
|
||||
Public Property CURRENT_WMObjecttype As String
|
||||
|
||||
Public Property DT_CLIENT_USER As DataTable
|
||||
Public Property CLIENT_SELECTED As Integer = 0
|
||||
@@ -136,6 +142,7 @@ Module ModuleRuntimeVariables
|
||||
Public Property errormessage As String
|
||||
|
||||
Public Property WINDREAM As ClassPMWindream
|
||||
Public Property WINDREAM_MOD As Windream
|
||||
Public Property WINDREAM_ALLG As ClassWindream_allgemein
|
||||
Public Property FINALINDICES As ClassFinalIndex
|
||||
Public Property IDBData As ClassIDBData
|
||||
@@ -160,4 +167,7 @@ Module ModuleRuntimeVariables
|
||||
Public Property TimerRefresh_running As Boolean = False
|
||||
|
||||
Public Property SQL_PROFILES_USER As String = ""
|
||||
Public WMDriveLetter As String = "W"
|
||||
Public WMSUFFIX As String = "\\windream\objects"
|
||||
Public WM_AHWF_docPath As String
|
||||
End Module
|
||||
|
||||
Reference in New Issue
Block a user