CentraSite 10.7 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer from Java Program | Importing XPDL File | setVersion
 
setVersion
Specifies the version identifier that is to be assigned to the Process object that the importer adds to the registry. This methods specifies the user-defined version identifier. The Process object will also have a version number, which is automatically assigned and maintained by CentraSite.
Syntax
public void setVersion(String version)
Parameters
String version
The version identifier to be assigned to the Process object.
Usage Notes
Optional