WebCenter Interaction API  
 

IPTIndexer.IndexAdminObject Method 

Add a searchable representation of an administrative object to the current list of items awaiting indexing. Does not actually index the item in the search server, indexing is triggered by CommitAll(). For portlets, there may be side-effect indexing of associated Content Server items.

void IndexAdminObject(
   int nClassID,
   int nObjectID
);

Parameters

nClassID
The class id of the object to index. Should be a value from PT_CLASSIDS.
nObjectID
The object id of the object to index. Should be greater than 0.

See Also

IPTIndexer Interface | com.plumtree.server Namespace