Skip to main content

EnsLib.ITK.DTS.Framework.ConfigFile

persistent class EnsLib.ITK.DTS.Framework.ConfigFile extends %Library.Persistent, %XML.Adaptor

SQL Table Name: EnsLib_ITK_DTS_Framework.ConfigFile

DTS XML Class to represent structure of DTS Configuration file

Property Inventory

Parameters

parameter XMLNAME = DTSConfig;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

property CertPath as %String) [ Required ];
Property methods: CertPathDisplayToLogical(), CertPathGet(), CertPathGetStored(), CertPathIsValid(), CertPathLogicalToDisplay(), CertPathLogicalToOdbc(), CertPathNormalize(), CertPathSet()
property ClientAuthentication as %String) [ Required ];
Property methods: ClientAuthenticationDisplayToLogical(), ClientAuthenticationGet(), ClientAuthenticationGetStored(), ClientAuthenticationIsValid(), ClientAuthenticationLogicalToDisplay(), ClientAuthenticationLogicalToOdbc(), ClientAuthenticationNormalize(), ClientAuthenticationSet()
property ClientIdentity as %String) [ Required ];
Property methods: ClientIdentityDisplayToLogical(), ClientIdentityGet(), ClientIdentityGetStored(), ClientIdentityIsValid(), ClientIdentityLogicalToDisplay(), ClientIdentityLogicalToOdbc(), ClientIdentityNormalize(), ClientIdentitySet()
property ClientLogLevel as %String);
Property methods: ClientLogLevelDisplayToLogical(), ClientLogLevelGet(), ClientLogLevelGetStored(), ClientLogLevelIsValid(), ClientLogLevelLogicalToDisplay(), ClientLogLevelLogicalToOdbc(), ClientLogLevelNormalize(), ClientLogLevelSet()
property CollectReport as %String);
Property methods: CollectReportDisplayToLogical(), CollectReportGet(), CollectReportGetStored(), CollectReportIsValid(), CollectReportLogicalToDisplay(), CollectReportLogicalToOdbc(), CollectReportNormalize(), CollectReportSet()
property DelayReport as %String);
Property methods: DelayReportDisplayToLogical(), DelayReportGet(), DelayReportGetStored(), DelayReportIsValid(), DelayReportLogicalToDisplay(), DelayReportLogicalToOdbc(), DelayReportNormalize(), DelayReportSet()
property FilePoll as %String);
Property methods: FilePollDisplayToLogical(), FilePollGet(), FilePollGetStored(), FilePollIsValid(), FilePollLogicalToDisplay(), FilePollLogicalToOdbc(), FilePollNormalize(), FilePollSet()
property InterfaceRoot as %String) [ Required ];
Property methods: InterfaceRootDisplayToLogical(), InterfaceRootGet(), InterfaceRootGetStored(), InterfaceRootIsValid(), InterfaceRootLogicalToDisplay(), InterfaceRootLogicalToOdbc(), InterfaceRootNormalize(), InterfaceRootSet()
property LogPath as %String);
Property methods: LogPathDisplayToLogical(), LogPathGet(), LogPathGetStored(), LogPathIsValid(), LogPathLogicalToDisplay(), LogPathLogicalToOdbc(), LogPathNormalize(), LogPathSet()
property MaxMessages as %String);
Property methods: MaxMessagesDisplayToLogical(), MaxMessagesGet(), MaxMessagesGetStored(), MaxMessagesIsValid(), MaxMessagesLogicalToDisplay(), MaxMessagesLogicalToOdbc(), MaxMessagesNormalize(), MaxMessagesSet()
property MaxMessagesDown as %String);
Property methods: MaxMessagesDownDisplayToLogical(), MaxMessagesDownGet(), MaxMessagesDownGetStored(), MaxMessagesDownIsValid(), MaxMessagesDownLogicalToDisplay(), MaxMessagesDownLogicalToOdbc(), MaxMessagesDownNormalize(), MaxMessagesDownSet()
property MaxMessagesUp as %String);
Property methods: MaxMessagesUpDisplayToLogical(), MaxMessagesUpGet(), MaxMessagesUpGetStored(), MaxMessagesUpIsValid(), MaxMessagesUpLogicalToDisplay(), MaxMessagesUpLogicalToOdbc(), MaxMessagesUpNormalize(), MaxMessagesUpSet()
property PollMode as %String);
Property methods: PollModeDisplayToLogical(), PollModeGet(), PollModeGetStored(), PollModeIsValid(), PollModeLogicalToDisplay(), PollModeLogicalToOdbc(), PollModeNormalize(), PollModeSet()
property PollPeriod as %String);
Property methods: PollPeriodDisplayToLogical(), PollPeriodGet(), PollPeriodGetStored(), PollPeriodIsValid(), PollPeriodLogicalToDisplay(), PollPeriodLogicalToOdbc(), PollPeriodNormalize(), PollPeriodSet()
property PollReport as %String);
Property methods: PollReportDisplayToLogical(), PollReportGet(), PollReportGetStored(), PollReportIsValid(), PollReportLogicalToDisplay(), PollReportLogicalToOdbc(), PollReportNormalize(), PollReportSet()
property PrimaryURL as %String);
Property methods: PrimaryURLDisplayToLogical(), PrimaryURLGet(), PrimaryURLGetStored(), PrimaryURLIsValid(), PrimaryURLLogicalToDisplay(), PrimaryURLLogicalToOdbc(), PrimaryURLNormalize(), PrimaryURLSet()
property ProxyPath as %String);
Property methods: ProxyPathDisplayToLogical(), ProxyPathGet(), ProxyPathGetStored(), ProxyPathIsValid(), ProxyPathLogicalToDisplay(), ProxyPathLogicalToOdbc(), ProxyPathNormalize(), ProxyPathSet()
property SaveSent as %String);
Property methods: SaveSentDisplayToLogical(), SaveSentGet(), SaveSentGetStored(), SaveSentIsValid(), SaveSentLogicalToDisplay(), SaveSentLogicalToOdbc(), SaveSentNormalize(), SaveSentSet()
property SecondaryURL as %String);
Property methods: SecondaryURLDisplayToLogical(), SecondaryURLGet(), SecondaryURLGetStored(), SecondaryURLIsValid(), SecondaryURLLogicalToDisplay(), SecondaryURLLogicalToOdbc(), SecondaryURLNormalize(), SecondaryURLSet()
property ServerPoll as %String);
Property methods: ServerPollDisplayToLogical(), ServerPollGet(), ServerPollGetStored(), ServerPollIsValid(), ServerPollLogicalToDisplay(), ServerPollLogicalToOdbc(), ServerPollNormalize(), ServerPollSet()
property ServerRetry as %String);
Property methods: ServerRetryDisplayToLogical(), ServerRetryGet(), ServerRetryGetStored(), ServerRetryIsValid(), ServerRetryLogicalToDisplay(), ServerRetryLogicalToOdbc(), ServerRetryNormalize(), ServerRetrySet()
property SignalPath as %String);
Property methods: SignalPathDisplayToLogical(), SignalPathGet(), SignalPathGetStored(), SignalPathIsValid(), SignalPathLogicalToDisplay(), SignalPathLogicalToOdbc(), SignalPathNormalize(), SignalPathSet()
property TransferReport as %String);
Property methods: TransferReportDisplayToLogical(), TransferReportGet(), TransferReportGetStored(), TransferReportIsValid(), TransferReportLogicalToDisplay(), TransferReportLogicalToOdbc(), TransferReportNormalize(), TransferReportSet()
property WorkPath as %String);
Property methods: WorkPathDisplayToLogical(), WorkPathGet(), WorkPathGetStored(), WorkPathIsValid(), WorkPathLogicalToDisplay(), WorkPathLogicalToOdbc(), WorkPathNormalize(), WorkPathSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (EnsLib.ITK.DTS.Framework.ConfigFile)

^EnsITK.DTSConfigFileDefDataD(ID)
=
%%CLASSNAME
ClientIdentity
ClientAuthentication
InterfaceRoot
CertPath
LogPath
WorkPath
PrimaryURL
SecondaryURL
CollectReport
DelayReport
TransferReport
PollReport
SaveSent
ServerRetry
SignalPath
ProxyPath
PollPeriod
FilePoll
ServerPoll
MaxMessages
MaxMessagesUp
MaxMessagesDown
PollMode
ClientLogLevel
FeedbackOpens in a new tab