CentraSite 10.7 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer from Java Program | Importing XPDL File | setProductConcept
 
setProductConcept
Specifies the category from the Product taxonomy by which the Process object is to be classified.
Syntax
public void setProductConcept(Concept product)
Parameters
Concept product
The Product category (concept) that is to be assigned to the Process object. This classification is generally used to identify the product from which the Process was published.
The following are some of the predefined categories in the Product taxonomy in CentraSite. (For other categories, examine the Product taxonomy on the instance of CentraSite to which you are importing the XPDL file.)
*CentraSite
*webMethods ApplinX
*webMethods EntireX
*webMethods Product Suite, with the subcategories that include:
*webMethods BPM
*webMethods Composite Application Framework
*webMethods Trading Networks
Usage Notes
Optional