|
Options | Name | Purpose | |
---|---|---|---|
DestroyLogger () |
/* Closes the logger and cleans up */
|
||
Export () |
/* Exports domains from all known databases */
|
||
Export (character) |
/* Exports domain & system info for import into an STS
@param character A single connected database */
|
||
ExportSingle (character, StsDomainConfig) |
/* Performs the export for a single given db
@param character A database name to dump
@param StsDomainConfig The domain dump set */
|
||
InitializeLogging (character, LogLevelEnum) |
/* Initialises logging at a particular level.
@param character The log file into which to log
@param LogLevelEnum The levle of the events to log */
|
||
InitializeLogging (character, LogLevelEnum) |
/* Initialises logging at a particular level.
This is a public, previously-published API and we need to
support a map back to the OE.Core enums
@param character The log file into which to log
@param OpenEdge.Core.LogLevelEnum The level of the events to log - for backwards compat */
|
||
LogMessage (character, LogLevelEnum) |
/* Logs a message
@param character The message to log
@param LogLevelEnum The level of this message */
|
||
OnValidateExportRecord (DomainSystemExportEventArgs) |
/* Publishes the ValidateExportRecord event to allow listeners to tweak the dump
@param DomainSystemExportEventArgs The event args for this domain */
|
||
ValidateExportFolder () |
/* Check whether the ExportFolder is the -T folder and report if so */
|
Options | Name | Purpose | |
---|---|---|---|
DomainSystemExport () |
/* Default constructor. */
|
||
DomainSystemExport (character) |
/* Constructor.
@param character The database name from which to dump. * means all connected */
|
||
DomainSystemExport (character[]) |
/* Constructor.
@param character[] An array of database names from which to dump. */
|
Options | Name | Purpose | |
---|---|---|---|
ValidateExportRecord (Object, DomainSystemExportEventArgs) |
/* Published to allow customisation of whether a domain is exported, and with what data */
|
Options | Name | Purpose | |
---|---|---|---|
CHARACTER DbName |
|
||
CHARACTER DomainConfigFile |
|
||
CHARACTER DomainKeysFile |
|
||
CHARACTER ExportFolder |
|
||
LOGICAL MakeDomainSSO |
|
DestroyLogger ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Export ()
|
||||||||||||||||||||
Export (character)
|
||||||||||||||||||||
ExportSingle (character, StsDomainConfig)
|
||||||||||||||||||||
InitializeLogging (character, LogLevelEnum)
|
||||||||||||||||||||
InitializeLogging (character, LogLevelEnum)
|
||||||||||||||||||||
LogMessage (character, LogLevelEnum)
|
||||||||||||||||||||
OnValidateExportRecord (DomainSystemExportEventArgs)
|
||||||||||||||||||||
ValidateExportFolder ()
|
DomainSystemExport ()
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
DomainSystemExport (character)
|
||||||||||||
DomainSystemExport (character[])
|
ValidateExportRecord (Object, DomainSystemExportEventArgs)
|
---|
CHARACTER DbName
|
||||||||
---|---|---|---|---|---|---|---|---|
CHARACTER DomainConfigFile
|
||||||||
CHARACTER DomainKeysFile
|
||||||||
CHARACTER ExportFolder
|
||||||||
LOGICAL MakeDomainSSO
|