Skip to main content

%SYS.Task.Config

persistent class %SYS.Task.Config extends %Library.Persistent

SQL Table Name: %SYS_Task.Config

Configuration information for the Task Manager This table contains Parameter/Value pairs for the Configuration information

Users may access the Email parameters/values using the EmailSet() or EmailGet() methods.

Property Inventory

Method Inventory

Parameters

parameter DOMAIN = %Utility;

Properties

property Data as %String (MAXLEN = 32000);
Parameter Value
Property methods: DataDisplayToLogical(), DataGet(), DataGetStored(), DataIsValid(), DataLogicalToDisplay(), DataLogicalToOdbc(), DataNormalize(), DataSet()
property ParamName as %String (MAXLEN = 1024);
Parameter Name
Property methods: ParamNameDisplayToLogical(), ParamNameGet(), ParamNameGetStored(), ParamNameIsValid(), ParamNameLogicalToDisplay(), ParamNameLogicalToOdbc(), ParamNameNormalize(), ParamNameSet()

Methods

classmethod EmailGet(Parameter As %String, ByRef Value As %String) as %Status
Retrieve the email settings for the Task Manager. Available Parameters are:

"Server","Port","ReplyTo","Sender","TimeZone","AuthUser","AuthPassword", "SubjectSuccess","SubjectFailure","MessageSuccess","MessageFailure","SSLConfiguration","UseSTARTTLS"
classmethod EmailSet(Parameter As %String, Value As %String) as %Status
Set the email parameters for the Task Manager Available Parameters are:

"Server","Port","ReplyTo","Sender","TimeZone","AuthUser","AuthPassword", "SubjectSuccess","SubjectFailure","MessageSuccess","MessageFailure","SSLConfiguration","UseSTARTTLS"
classmethod SubstitutionFields() as %String
Available fields for substitution into mail message subject / body
classmethod SubstitutionsValid(text, ByRef bad) as %Boolean
Validate substitution fields in a message. 'bad' returns a specific problem field.
classmethod genericMailMessage() as %String
Return the generic Task Manager email message text
classmethod genericMailSubject() as %String
Return the generic Task Manager email subject text

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (ParamNameIndex on ParamName) [Unique];
Index methods: ParamNameIndexCheck(), ParamNameIndexCheckUnique(), ParamNameIndexDelete(), ParamNameIndexExists(), ParamNameIndexOpen(), ParamNameIndexSQLCheckUnique(), ParamNameIndexSQLExists(), ParamNameIndexSQLFindPKeyByConstraint(), ParamNameIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%SYS.Task.Config)

^|"^^"_$ZU(12)|SYS("Task","ConfigD")(ID)
=
%%CLASSNAME
Data
ParamName

Subclasses

FeedbackOpens in a new tab