CentraSite 10.7 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer from Java Program | Importing Web Service | Setter Methods | setUsesObject
 
setUsesObject
Sets a registry object that is pointed to by the imported service with a Uses association. That is, the imported service uses the specified object.
Syntax
public void setUsesObject(RegistryObject usesObject)
Parameters
RegistryObject usesObject
The registry object that is pointed to by the imported service.
Usage Notes
Optional.