com.filenet.rm.bds.impl

Class BulkDisposeFactory

  • java.lang.Object
    • com.filenet.rm.bds.impl.BulkDisposeFactory


  • public class BulkDisposeFactory
    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

      Methods 
      Modifier and Type Method and Description
      static BulkDisposeService getBulkDisposeService(java.util.Map contextInfo)
      Static method to return an instance of BulkDisposeService that has been validated.
      static 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

        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

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

© Copyright IBM Corp. 2006, 2013. All Rights Reserved.