com.filenet.wcm.apps.server.util.integration

Class CheckinCommandService

  1. java.lang.Object
  2. extended bycom.filenet.wcm.apps.server.util.integration.CheckinCommandService
All implemented interfaces:
CommandService

  1. public class CheckinCommandService
  2. extends java.lang.Object
  3. implements CommandService

Field Summary

Modifier and Type Field and Description
  1. protected
  2. java.lang.String
baseURLKey
  1. protected
  2. com.filenet.wcm.toolkit.server.util.WcmDataStore
dataStore
  1. protected
  2. InfoPageConfig.InfoPagePrefs
pagePrefs
  1. static
  2. java.lang.String
PROPERTY_NODE_PATH
  1. protected
  2. WcmSitePrefs
sitePrefs
  1. static
  2. java.lang.String
WEB_INTEGRATION

Constructor Summary

Constructor and Description
CheckinCommandService()

Method Summary

Modifier and Type Method and Description
  1. int
getConfirmView(WcmWorkplaceController wwc)
  1. ResponseCall
getResponseCall(CommandCall command,java.lang.String windowId,javax.servlet.http.HttpServletRequest request,WcmWorkplaceController wwc)
  1. java.lang.String
getWcmBasePath(WcmWorkplaceController wwc)
  1. void
handleCommand(CommandCall command,java.lang.String setWindowId,java.lang.String proxyReturnURL,com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject commandPrefs,javax.servlet.http.HttpServletResponse response,WcmWorkplaceController wwc)
  1. boolean
registerModules(WcmWorkplaceController wwc)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

pagePrefs

  1. protected InfoPageConfig.InfoPagePrefs pagePrefs

sitePrefs

  1. protected WcmSitePrefs sitePrefs

baseURLKey

  1. protected java.lang.String baseURLKey

dataStore

  1. protected com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore

WEB_INTEGRATION

  1. public static final java.lang.String WEB_INTEGRATION
See Also:

PROPERTY_NODE_PATH

  1. public static java.lang.String PROPERTY_NODE_PATH

Constructor Detail

CheckinCommandService

  1. public CheckinCommandService()

Method Detail

handleCommand

  1. public void handleCommand(CommandCall command,
  2. java.lang.String setWindowId,
  3. java.lang.String proxyReturnURL,
  4. com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject commandPrefs,
  5. javax.servlet.http.HttpServletResponse response,
  6. WcmWorkplaceController wwc)
  7. throws com.filenet.wcm.toolkit.util.WcmException
Description copied from interface: CommandService
Handle an integration servlet command that requires special processing in order to determine its final destination. If there is any problem forwarding to the command URL, throw a WcmException.
Specified by:
Throws:
com.filenet.wcm.toolkit.util.WcmException

getResponseCall

  1. public ResponseCall getResponseCall( CommandCall command,
  2. java.lang.String windowId,
  3. javax.servlet.http.HttpServletRequest request,
  4. WcmWorkplaceController wwc)
  5. throws com.filenet.wcm.toolkit.util.WcmException
Description copied from interface: CommandService
For dispatching to URL's that go outside of Workplace, a return URL of http://host/Workplace/integrationResponseProxy?windowId=C_... can be specified. If this is done, when the command returns, this method will be called so that the request parameters coming from the called URL can be examined and an appropriate ResponseCall constructed. If null is returned, the IntegrationServlet will perform default behavior for sending the response.
Specified by:
Returns:
The populated ResponseCall object ready for sending, or null.
Throws:
com.filenet.wcm.toolkit.util.WcmException

registerModules

  1. public boolean registerModules( WcmWorkplaceController wwc)
  2. throws com.filenet.wcm.toolkit.util.WcmException
Description copied from interface: CommandService
Return true if data providers were registered or if authentication is required.
Specified by:
Returns:
true or false
Throws:
com.filenet.wcm.toolkit.util.WcmException

getWcmBasePath

  1. public final java.lang.String getWcmBasePath( WcmWorkplaceController wwc)
  2. throws java.lang.Exception
Throws:
java.lang.Exception

getConfirmView

  1. public final int getConfirmView( WcmWorkplaceController wwc)
  2. throws java.lang.Exception
Throws:
java.lang.Exception