com.ibm.workflow.portlet.client
Class ActionRefreshRequest

java.lang.Object
  |
  +--com.ibm.workflow.portlet.client.ActionRefreshRequest
All Implemented Interfaces:
org.apache.jetspeed.portlet.PortletMessage

public class ActionRefreshRequest
extends java.lang.Object
implements org.apache.jetspeed.portlet.PortletMessage


Constructor Summary
ActionRefreshRequest()
           
 
Method Summary
 java.lang.String getCommand()
           
 java.lang.String getItem()
           
 boolean isAffected(com.ibm.workflow.portlet.client.ApplicationContextImpl context, org.apache.jetspeed.portlet.PortletContext portletContext, RequestContext requestContext)
           
 void setCommand(java.lang.String command)
           
 void setItem(java.lang.String item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionRefreshRequest

public ActionRefreshRequest()
Method Detail

setItem

public void setItem(java.lang.String item)

getItem

public java.lang.String getItem()

setCommand

public void setCommand(java.lang.String command)

getCommand

public java.lang.String getCommand()

isAffected

public boolean isAffected(com.ibm.workflow.portlet.client.ApplicationContextImpl context,
                          org.apache.jetspeed.portlet.PortletContext portletContext,
                          RequestContext requestContext)


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