Aqualogic Interaction API  
 

IPTIndexer.RemoveAdminObjects Method 

Request deletion of a set of objects of a given class, given the class id and an int[] array of object ids. You must call {@link #CommitAll()} for the request to be processed by the Search Server. This method has no effect if the object ids in question do not exist.

void RemoveAdminObjects(
   int ClassID,
   object vsaObjectIDs
);

Parameters

ClassID
int Class id of the objects to delete.
vsaObjectIDs
int[] array of object ids for the objects to delete. Throws {@link com.plumtree.server.PT_RESULTCODES#PT_E_INVALIDARG PT_RESULTCODES.PT_E_INVALIDARG} if passed something other than an int[] array. If the argument is null or empty, this method has no effect.

See Also

IPTIndexer Interface | com.plumtree.server Namespace