Cisco Cisco Unified IP Interactive Voice Response (IVR) 8.0(1) リリースノート

ページ / 383
 
2-343
Cisco Unified Contact Center Express  Editor Step Reference Guide, Release 8.0(1)
 
Chapter 2      Cisco Unified CCX Editor Palette Step Descriptions
Java Steps
Figure 2-171
Create Java Object Customizer Window—Class Information Tab
A constructor is a function that allows you to instantiate an instance of this class.
Note
You can only access constructors compatible with JDK 1.4.2_05 (Java 2).
If any of the parameters to be passed to a constructor is of type InputStream or 
Reader, the Create Java Object step allows you to select a Document object and 
automatically convert the document to an InputStream or Reader object. 
If the type created is an instance of InputStream or Reader, the Create Java Object 
step allows you to assign the result to a Document variable by converting the 
result into the appropriate format. However, the resulting document will only be 
accessible once by a single output step (unless cached in memory using the Cache 
Document step).