Uses of Interface
com.ibm.workflow.portlet.client.CommandHandler

Uses of CommandHandler in com.ibm.workflow.portlet.client
 

Classes in com.ibm.workflow.portlet.client that implement CommandHandler
 class GenericCommandHandler
          This class provides a generic implementation of CommandHandler's execute() method which maps the command name directly to the name of the method to be invoked and allows easy access to the ApplicationContext.
 

Uses of CommandHandler in com.ibm.workflow.portlet.sample
 

Classes in com.ibm.workflow.portlet.sample that implement CommandHandler
 class AuditTrailHandler
          This CommandHandler accesses the MQSeries Workflow audit trail using JDBC and returns the event data in XML format.
 class BasicAuthenticationHandler
          This CommandHandler extracts the HTTP/1.1 Basic Authentication header from a request and uses it to logon on to MQSeries Workflow, if present.
 class CommandHandlerAdapter
          CommandHandlerAdapter acts as a CommandHandler which aggregates other CommandHandlers.
 class EmailHandler
          A custom handler which will send a notification email to the receiver of a transferred item.
 class HTMLDocHandler
          This class provides a link from process template lists to the HTML documentation exported from Buildtime.
 class StarterPEAHandler
          This CommandHandler automatically starts and stops the Program Execution Agent for the Web user.
 



© Copyright IBM Corporation 2002, 2002. All Rights Reserved.