com.filenet.rm.bds.impl
Class BulkDisposeFactory
- java.lang.Object
com.filenet.rm.bds.impl.BulkDisposeFactory
- public class BulkDisposeFactory
- extends java.lang.Object
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBulkDisposeService(java.util.Map contextInfo)
Static method to return an instance of
BulkDisposeService that
has been validated.
|
|
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)
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.
BulkDisposeService
that has been validated. Validation implies a connection to the underlying CE server has been successfully established using the suppliedcontextInfo
.