Share via


SrsPrintDestinationTokens Class [AX 2012]

The SrsPrintDestinationTokens class handles logically named destinations for report output.

Syntax

class SrsPrintDestinationTokens

Run On

Called

Methods

  Method Description
Dn516811.protmethod(en-us,AX.60).gif addUICtls Add controls to a form to support email tokens and addresses.
Dn516811.protmethod(en-us,AX.60).gif appendAddresses Join two lists of addresses.
Dn516811.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn516811.protmethod(en-us,AX.60).gif emptyToken Returns the empty token.
Dn516811.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn516811.protmethod(en-us,AX.60).gif expandEmailToken Finds the expansion of a token in an email address.
Dn516811.protmethod(en-us,AX.60).gif expandFileToken Finds the expansion of a token in a file name.
Dn516811.protmethod(en-us,AX.60).gif expandPrinterToken Finds the expansion of a token in a printer name.
Dn516811.protmethod(en-us,AX.60).gif expandToken Finds the expansion of a token.
Dn516811.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn516811.pubmethod(en-us,AX.60).gif getUIAddresses Retrieves addresses found in the user interface.
Dn516811.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn516811.protmethod(en-us,AX.60).gif makeAddressTokens Converts a list of tokens into a list of address tokens.
Dn516811.pubmethod(en-us,AX.60).gif new Creates a new instance of the class connecting it to next instance in the chain of responsibility.
Dn516811.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn516811.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn516811.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn516811.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn516811.protmethod(en-us,AX.60).gif parmAddressSeparator Gets the AddressSeparator parameter.
Dn516811.pubmethod(en-us,AX.60).gif parmNextTokens Gets or sets the NextTokens parameter.
Dn516811.pubmethod(en-us,AX.60).gif parmParameters Gets or set the Parameters parameter.
Dn516811.protmethod(en-us,AX.60).gif parmTokenDelimiter Gets the TokenDelimiter parameter.
Dn516811.protmethod(en-us,AX.60).gif parmTokenRegex Gets the TokenRegex parameter.
Dn516811.pubmethod(en-us,AX.60).gif parmTokenType Returns the token type supported.
Dn516811.protmethod(en-us,AX.60).gif parseAddresses Converts a list of semicolon separated strings to a container of tokens and non-tokens.
Dn516811.pubmethod(en-us,AX.60).gif replace Expands tokens found in printer destination settings with their values.
Dn516811.protmethod(en-us,AX.60).gif replaceTokens Expands tokens found in a destination string with their values.
Dn516811.protmethod(en-us,AX.60).gif selectTokens Returns a container of selected tokens from a set of available tokens.
Dn516811.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn516811.protmethod(en-us,AX.60).gif setUIAddresses Updates controls so they contain appropriate tokens from a list of addresses.
Dn516811.pubmethod(en-us,AX.60).gif setupUI Adds controls and sets their values.
Dn516811.protmethod(en-us,AX.60).gif tokenNotFound Handles the case when a token is unrecognized.
Dn516811.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn516811.protmethod(en-us,AX.60).gif unsupportedPrintMediumType Throws an exception that identifies unsupported print media.
Dn516811.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn516811.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn516811.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn516811.protmethod(en-us,AX.60).gif Dn516811.static(en-us,AX.60).gif ::con2set Adds members of a container to a string set.
Dn516811.pubmethod(en-us,AX.60).gif Dn516811.static(en-us,AX.60).gif ::constructByTokenType Builds an instance of a subclass of class SrsPrintDestinationTokens.
Dn516811.pubmethod(en-us,AX.60).gif Dn516811.static(en-us,AX.60).gif ::defaultTokenType Identifies the default token type for print destination tokens.
Dn516811.pubmethod(en-us,AX.60).gif Dn516811.static(en-us,AX.60).gif ::isValidToken Detemrines if a token is valid.
Dn516811.protmethod(en-us,AX.60).gif Dn516811.static(en-us,AX.60).gif ::list2Str Combines a list string collection into one string with a separator.

Top

Remarks

This is a framework class. Customizing this class may cause problems with future upgrades to the software.

Note: Logical names are represented by tokens surrounded by token delimiters.

Inheritance Hierarchy

Object Class
  SrsPrintDestinationTokens Class
    HcmWorkerPrintDestinationTokens Class
    PrintMgmtPrintDestinationTokens Class
    SrsPrintDestinationTokensNone Class