CentraSite 10.3 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer from Java Program | Importing XPDL File | setOrganization
 
setOrganization
Specifies the organization to which the Process object is to be added.
Syntax
public void setOrganization (Organization org)
Parameters
Organization org
The organization to which the importer will add the Process object. This method takes an Organization object as input. You can obtain the Organization object for a specified organization using the BusinessQueryManager.getRegistryObject() method.
Usage Notes
Optional. If you do not set the organization parameter, the importer adds the Process object to the organization that the user specified in the JAXRAccessor belongs.