WebCenter Interaction API  
 

IPTSPortalCollection.specificPortalItem Method 

Special factory method to make a query that matches one and only one portal item, identified by class ID and object ID. Note that user security still applies, so either 0 or 1 items will match this query.

IPTSQuery specificPortalItem(
   int classID,
   int objectID
);

Parameters

classID
class id of the desired item.
objectID
object id of the desired item.

See Also

IPTSPortalCollection Interface | com.plumtree.server.search.ptapps Namespace