Uses of Class
com.ibm.workflow.portlet.client.RegistrationMap.Entry

Packages that use RegistrationMap.Entry
com.ibm.workflow.portlet.client   
 

Uses of RegistrationMap.Entry in com.ibm.workflow.portlet.client
 

Methods in com.ibm.workflow.portlet.client that return RegistrationMap.Entry
 RegistrationMap.Entry RegistrationMap.getEntry(java.lang.String userPortletInstanceId)
           
 RegistrationMap.Entry RegistrationMap.getFirstAvailablePortlet(int type)
          Returns the first instance of the given type which is available.
 RegistrationMap.Entry RegistrationMap.getFirstAvailablePortletOnPage(RegistrationMap.Entry pageEntry, int type, java.lang.String actionType)
          Returns the first instance of the given type on the page of the instance which is represented through pageEntry.
 RegistrationMap.Entry MQWFInterportletCommunication.getEntry(com.ibm.workflow.portlet.client.ApplicationContextImpl context, org.apache.jetspeed.portlet.PortletContext portletContext, org.apache.jetspeed.portlet.PortletSession session, java.lang.String userPortletId)
          Returns the Entry in the registration map for this user portlet instance
 RegistrationMap.Entry MQWFInterportletCommunication.getEntry(com.ibm.workflow.portlet.client.ApplicationContextImpl context, org.apache.jetspeed.portlet.PortletContext portletContext, org.apache.jetspeed.portlet.PortletSession session)
          Returns the Entry in the registration map for this user portlet instance
 

Methods in com.ibm.workflow.portlet.client with parameters of type RegistrationMap.Entry
 java.util.Enumeration RegistrationMap.getAvailablePortletsOnPage(RegistrationMap.Entry pageEntry, int type)
          Returns all instances of a certain type in a certain page which are not processing a workflow request.
 RegistrationMap.Entry RegistrationMap.getFirstAvailablePortletOnPage(RegistrationMap.Entry pageEntry, int type, java.lang.String actionType)
          Returns the first instance of the given type on the page of the instance which is represented through pageEntry.
 



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