WebCenter Interaction API  
 

IPTJob.AddJobListEntry Method 

Adds an operation to the list of items executed within this job

void AddJobListEntry(
   int nIndex,
   int Class,
   int ObjectID
);

Parameters

nIndex
the position of execution
Class
the Class ID of the desired operation
ObjectID
the Object ID of the desiered operation

See Also

IPTJob Interface | com.plumtree.server Namespace