HcmWorkerPrintDestinationTokens Class [AX 2012]

The HcmWorkerPrintDestinationTokens class handles worker title support for printer destination tokens.

class HcmWorkerPrintDestinationTokens extends SrsPrintDestinationTokens

Run On

Called

  MethodDescription
Dn538340.protmethod(en-us,AX.60).gif addUICtls Add controls to a form to support email tokens and addresses. (Overrides the addUICtls Method.)
Dn538340.protmethod(en-us,AX.60).gif appendAddresses Join two lists of addresses. (Inherited from SrsPrintDestinationTokens.)
Dn538340.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn538340.protmethod(en-us,AX.60).gif emptyToken Returns the empty token. (Inherited from SrsPrintDestinationTokens.)
Dn538340.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn538340.protmethod(en-us,AX.60).gif expandEmailToken Finds the expansion of a token in an email address. (Overrides the expandEmailToken Method.)
Dn538340.protmethod(en-us,AX.60).gif expandFileToken Finds the expansion of a token in a file name. (Overrides the expandFileToken Method.)
Dn538340.protmethod(en-us,AX.60).gif expandPrinterToken Finds the expansion of a token in a printer name. (Overrides the expandPrinterToken Method.)
Dn538340.protmethod(en-us,AX.60).gif expandToken Finds the expansion of a token. (Inherited from SrsPrintDestinationTokens.)
Dn538340.protmethod(en-us,AX.60).gif expandWorkerTitle Find the email addresses of all workers with a title.
Dn538340.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn538340.pubmethod(en-us,AX.60).gif getUIAddresses Retrieves addresses found in the user interface. (Overrides the getUIAddresses Method.)
Dn538340.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn538340.protmethod(en-us,AX.60).gif makeAddressTokens Converts a list of tokens into a list of address tokens. (Inherited from SrsPrintDestinationTokens.)
Dn538340.pubmethod(en-us,AX.60).gif new Creates a new instance of the class connecting it to next instance in the chain of responsibility. (Overrides the new Method.)
Dn538340.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.)
Dn538340.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.)
Dn538340.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn538340.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn538340.protmethod(en-us,AX.60).gif parmAddressSeparator Gets the AddressSeparator parameter. (Inherited from SrsPrintDestinationTokens.)
Dn538340.pubmethod(en-us,AX.60).gif parmNextTokens Gets or sets the NextTokens parameter. (Inherited from SrsPrintDestinationTokens.)
Dn538340.pubmethod(en-us,AX.60).gif parmParameters Gets or set the Parameters parameter. (Inherited from SrsPrintDestinationTokens.)
Dn538340.protmethod(en-us,AX.60).gif parmTokenDelimiter Gets the TokenDelimiter parameter. (Inherited from SrsPrintDestinationTokens.)
Dn538340.protmethod(en-us,AX.60).gif parmTokenRegex Gets the TokenRegex parameter. (Inherited from SrsPrintDestinationTokens.)
Dn538340.pubmethod(en-us,AX.60).gif parmTokenType Gets the TokenType parameter. (Overrides the parmTokenType Method.)
Dn538340.protmethod(en-us,AX.60).gif parseAddresses Converts a list of semicolon separated strings to a container of tokens and non-tokens. (Inherited from SrsPrintDestinationTokens.)
Dn538340.pubmethod(en-us,AX.60).gif replace Expands tokens found in printer destination settings with their values. (Inherited from SrsPrintDestinationTokens.)
Dn538340.protmethod(en-us,AX.60).gif replaceTokens Expands tokens found in a destination string with their values. (Inherited from SrsPrintDestinationTokens.)
Dn538340.protmethod(en-us,AX.60).gif selectTokens Returns a container of selected tokens from a set of available tokens. (Inherited from SrsPrintDestinationTokens.)
Dn538340.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn538340.protmethod(en-us,AX.60).gif setUIAddresses Updates controls so they contain appropriate tokens from a list of addresses. (Overrides the setUIAddresses Method.)
Dn538340.pubmethod(en-us,AX.60).gif setupUI Adds controls and sets their values. (Inherited from SrsPrintDestinationTokens.)
Dn538340.protmethod(en-us,AX.60).gif tokenNotFound Handles the case when a token is unrecognized. (Inherited from SrsPrintDestinationTokens.)
Dn538340.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn538340.protmethod(en-us,AX.60).gif unsupportedPrintMediumType Throws an exception that identifies unsupported print media. (Inherited from SrsPrintDestinationTokens.)
Dn538340.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.)
Dn538340.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn538340.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn538340.protmethod(en-us,AX.60).gif Dn538340.static(en-us,AX.60).gif ::defaultNextTokenType Determines the next token type in the chain of responsibility.
Dn538340.protmethod(en-us,AX.60).gif Dn538340.static(en-us,AX.60).gif ::expandWorkerTitleOnServer Find the email addresses of all workers with a title running on the server.
Dn538340.protmethod(en-us,AX.60).gif Dn538340.static(en-us,AX.60).gif ::validTokens Retrieves the valid tokens for a worker title.
Top

Second in the chain of responsibility: class HcmWorkerPrintDestinationTokens chained to class SrsPrintDestinationTokensNone which is the base of the chain.

Object Class
  SrsPrintDestinationTokens Class
    HcmWorkerPrintDestinationTokens Class

Community Additions

ADD
Show: