com.filenet.rm.bds.impl

Class BulkDisposeFactory

  1. java.lang.Object
  2. extended bycom.filenet.rm.bds.impl.BulkDisposeFactory

  1. public class BulkDisposeFactory
  2. extends java.lang.Object
This factory class provides various static methods required to instantiate various interface implementations for dispose service needed by the BDS API.

Method Summary

Modifier and Type Method and Description
  1. static
  2. BulkDisposeService
getBulkDisposeService(java.util.Map contextInfo)
Static method to return an instance of BulkDisposeService that has been validated.
  1. static
  2. java.lang.String
getVersion()
Returns the implementation version string as found in the JAR manifest.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

getBulkDisposeService

  1. public static BulkDisposeService getBulkDisposeService( java.util.Map contextInfo)
Static method to return an instance of BulkDisposeService that has been validated. Validation implies a connection to the underlying CE server has been successfully established using the supplied contextInfo.
Parameters:
contextInfo - a Map of connection context items, user credentials, etc. See BaseBulkService.getContextInfo() for details.
Returns:
an instance of BulkDeclarationService.

getVersion

  1. public static java.lang.String getVersion( )
Returns the implementation version string as found in the JAR manifest.
Returns:
String containing version information.