com.ibm.workflow.portlet.client
Interface MQWFPortletConstants

All Known Implementing Classes:
MQWFWorkflowCommunication, MQWFBasePortlet, MQWFInterportletCommunication

public interface MQWFPortletConstants


Field Summary
static java.lang.String ACTION
          Key under which the requested actions is stored.
static java.lang.String ACTION_NAME
          This is the name of the dummy action object that makes the request trigger the actionPerfomed method.
static java.lang.String COMMAND
          The current list command is stored under this key in the session.
static java.lang.String DONE
          String should not match any command.
static java.lang.String ID
          String under which the user portlet instance is stored in the session.
static java.lang.String LIST_ITEM_ID
          The current TemplateListOid, InstanceListOid, WorklistOid is stored under this key in the session.
static int MAX_NUMBER
          The page id is greater or equal 0 and less than MAX_NUMBER.
static java.lang.String MQWFPORTLETMESSAGE
           
static java.lang.String nameOfAbstractActionPortlet
           
static java.lang.String nameOfAbstractListPortlet
           
static java.lang.String nameOfJSP
           
static java.lang.String NO_FREE_ACTION_INSTANCE
          An attribute of this name is set if and only if a list-type portlet cannot find a free action-type portlet for the request
static java.lang.String PAGE
          Key under which the RequestPage for the workitem list is stored in the request during the login method for a list-type portlet
static java.lang.String PORTLET_DATA
           
static java.lang.String PREFERENCES
          The key under which the RequestPreferences are stored in PortletData
static java.lang.String REG_MAP
          String under which the registrationMap of the user is stored in the session.
static java.lang.String REQUEST_PREFERENCES
          Name of the checkbox input fields in EditPreferences
static boolean UseCredentialVault
          For development purposes
static java.lang.String USER_DEFINED_COMMANDS
          Name of the checkbox input field for the user defined jsps
static java.lang.String WORKFLOW_REQUEST
          If there is an object stored in the PortletSession under this key, the workflow request itself has already been propagated by sending a MQWFPortletMessage.
 

Field Detail

ID

public static final java.lang.String ID
String under which the user portlet instance is stored in the session.

REG_MAP

public static final java.lang.String REG_MAP
String under which the registrationMap of the user is stored in the session.

MAX_NUMBER

public static final int MAX_NUMBER
The page id is greater or equal 0 and less than MAX_NUMBER.

ACTION

public static final java.lang.String ACTION
Key under which the requested actions is stored.

PREFERENCES

public static final java.lang.String PREFERENCES
The key under which the RequestPreferences are stored in PortletData

ACTION_NAME

public static final java.lang.String ACTION_NAME
This is the name of the dummy action object that makes the request trigger the actionPerfomed method.

PAGE

public static final java.lang.String PAGE
Key under which the RequestPage for the workitem list is stored in the request during the login method for a list-type portlet

NO_FREE_ACTION_INSTANCE

public static final java.lang.String NO_FREE_ACTION_INSTANCE
An attribute of this name is set if and only if a list-type portlet cannot find a free action-type portlet for the request

nameOfAbstractActionPortlet

public static final java.lang.String nameOfAbstractActionPortlet

nameOfAbstractListPortlet

public static final java.lang.String nameOfAbstractListPortlet

UseCredentialVault

public static final boolean UseCredentialVault
For development purposes

PORTLET_DATA

public static final java.lang.String PORTLET_DATA

MQWFPORTLETMESSAGE

public static final java.lang.String MQWFPORTLETMESSAGE

REQUEST_PREFERENCES

public static final java.lang.String REQUEST_PREFERENCES
Name of the checkbox input fields in EditPreferences

USER_DEFINED_COMMANDS

public static final java.lang.String USER_DEFINED_COMMANDS
Name of the checkbox input field for the user defined jsps

nameOfJSP

public static final java.lang.String nameOfJSP

COMMAND

public static final java.lang.String COMMAND
The current list command is stored under this key in the session. This enables us to regenerate the currently displayed list in an list-type user portlet instance by executing the request against the workflow backend again.

LIST_ITEM_ID

public static final java.lang.String LIST_ITEM_ID
The current TemplateListOid, InstanceListOid, WorklistOid is stored under this key in the session. This enables us to regenerate the currently displayed list in an list-type user portlet instance by executing the request against the workflow backend again.

WORKFLOW_REQUEST

public static final java.lang.String WORKFLOW_REQUEST
If there is an object stored in the PortletSession under this key, the workflow request itself has already been propagated by sending a MQWFPortletMessage. This is probably superfluous as the type of message received does somehow contain this information already.

DONE

public static final java.lang.String DONE
String should not match any command. Therefore the string is obscured to make it less likely to get a clash


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