Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SrsPrintDestinationTokens class handles logically named destinations for report output.
Syntax
class SrsPrintDestinationTokens
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
addUICtls | Add controls to a form to support email tokens and addresses. |
![]() |
appendAddresses | Join two lists of addresses. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
emptyToken | Returns the empty token. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
expandEmailToken | Finds the expansion of a token in an email address. |
![]() |
expandFileToken | Finds the expansion of a token in a file name. |
![]() |
expandPrinterToken | Finds the expansion of a token in a printer name. |
![]() |
expandToken | Finds the expansion of a token. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
getUIAddresses | Retrieves addresses found in the user interface. |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
makeAddressTokens | Converts a list of tokens into a list of address tokens. |
![]() |
new | Creates a new instance of the class connecting it to next instance in the chain of responsibility. |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmAddressSeparator | Gets the AddressSeparator parameter. |
![]() |
parmNextTokens | Gets or sets the NextTokens parameter. |
![]() |
parmParameters | Gets or set the Parameters parameter. |
![]() |
parmTokenDelimiter | Gets the TokenDelimiter parameter. |
![]() |
parmTokenRegex | Gets the TokenRegex parameter. |
![]() |
parmTokenType | Returns the token type supported. |
![]() |
parseAddresses | Converts a list of semicolon separated strings to a container of tokens and non-tokens. |
![]() |
replace | Expands tokens found in printer destination settings with their values. |
![]() |
replaceTokens | Expands tokens found in a destination string with their values. |
![]() |
selectTokens | Returns a container of selected tokens from a set of available tokens. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
setUIAddresses | Updates controls so they contain appropriate tokens from a list of addresses. |
![]() |
setupUI | Adds controls and sets their values. |
![]() |
tokenNotFound | Handles the case when a token is unrecognized. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
unsupportedPrintMediumType | Throws an exception that identifies unsupported print media. |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::con2set | Adds members of a container to a string set. |
![]() ![]() |
::constructByTokenType | Builds an instance of a subclass of class SrsPrintDestinationTokens. |
![]() ![]() |
::defaultTokenType | Identifies the default token type for print destination tokens. |
![]() ![]() |
::isValidToken | Detemrines if a token is valid. |
![]() ![]() |
::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