com.ibm.ecm.extension

Class PluginServiceUtil

  1. java.lang.Object
  2. extended bycom.ibm.ecm.extension.PluginServiceUtil

Deprecated. since 2.0.2. This class is for internal use and should not be used by plug-in writers.
  1. public class PluginServiceUtil
  2. extends java.lang.Object
This is a class to use for utility methods required by the other classes in this package, so that they do not become too cluttered.

Constructor Summary

Constructor and Description
PluginServiceUtil()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. static
  2. CMConnection
getCMConnection(javax.servlet.http.HttpServletRequest request,java.lang.String repositoryId)
Deprecated. Gets the Content Manager connection for the specified Repository ID.
  1. static
  2. CMISConnection
getCMISConnection(javax.servlet.http.HttpServletRequest request,java.lang.String repositoryId)
Deprecated. Gets the CMIS connection for the specified Repository ID.
  1. static
  2. ODConnection
getODServer(javax.servlet.http.HttpServletRequest request,java.lang.String repositoryId)
Deprecated. Gets the Content Manager OnDemand server for the specified Repository ID.
  1. static
  2. P8Connection
getP8Connection(javax.servlet.http.HttpServletRequest request,java.lang.String repositoryId)
Deprecated. Gets the FileNet P8 connection for the specified Repository ID.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

PluginServiceUtil

  1. public PluginServiceUtil()
Deprecated.

Method Detail

getP8Connection

  1. public static P8Connection getP8Connection( javax.servlet.http.HttpServletRequest request,
  2. java.lang.String repositoryId)
Deprecated.
Gets the FileNet P8 connection for the specified Repository ID.
Parameters:
request - Handle to the HTTP request object.
repositoryId - The ID of the repository.
Returns:

getCMConnection

  1. public static CMConnection getCMConnection( javax.servlet.http.HttpServletRequest request,
  2. java.lang.String repositoryId)
Deprecated.
Gets the Content Manager connection for the specified Repository ID.
Parameters:
request - Handle to the HTTP request object.
repositoryId - The ID of the repository.
Returns:

getODServer

  1. public static ODConnection getODServer( javax.servlet.http.HttpServletRequest request,
  2. java.lang.String repositoryId)
Deprecated.
Gets the Content Manager OnDemand server for the specified Repository ID.
Parameters:
request - Handle to the HTTP request object.
repositoryId - The ID of the repository.
Returns:

getCMISConnection

  1. public static CMISConnection getCMISConnection( javax.servlet.http.HttpServletRequest request,
  2. java.lang.String repositoryId)
Deprecated.
Gets the CMIS connection for the specified Repository ID.
Parameters:
request - Handle to the HTTP request object.
repositoryId - The ID of the repository.
Returns: