com.ibm.workflow.portlet.client
Class ListRefreshRequest

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

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

Indicates that a refresh of lists is necessary. At the moment this exception does not provide any informations that could enable the list-type portlet to decide whether an update is necessary. But an update is triggered in all cases. For smarter updating schema for the list-type portlet, one would need to store more information about the event that triggered the request.


Field Summary
 java.lang.String _originator
           
 
Constructor Summary
ListRefreshRequest()
           
 
Method Summary
 java.lang.String getOriginator()
           
 boolean isSameInstance(java.lang.String userPortletInstanceId)
           
 void setOriginator(java.lang.String originator)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_originator

public java.lang.String _originator
Constructor Detail

ListRefreshRequest

public ListRefreshRequest()
Method Detail

setOriginator

public void setOriginator(java.lang.String originator)

getOriginator

public java.lang.String getOriginator()

isSameInstance

public boolean isSameInstance(java.lang.String userPortletInstanceId)


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