// therefore, we'll send the deletion request to the GSA; otherwise, we
// will return false. If the deleted document is the released version,
// FileNet will delete all versions of the document.
DeletionEvent de = (DeletionEvent) object;
try {
VersionSeries vs = Factory.VersionSeries.fetchInstance(
de.getObjectStore(), de.get_VersionSeriesId(), null);
logger.log(Level.FINEST,
"The version series {0} for deleted document [{1}] is found",
new Object[] {vs.get_Id(), de.get_SourceObjectId()});
return false;
} catch (Exception e) {
logger.log(Level.FINEST,
"The version series {0} for deleted document [{1}] is NOT found",
new Object[] {de.get_VersionSeriesId(), de.get_SourceObjectId()});