wt.lifecycle
Class LifeCycleTaskCompleteDelegate

java.lang.Object
  extended bywt.templateutil.processor.FormTaskDelegate
      extended bywt.lifecycle.LifeCycleTaskCompleteDelegate
All Implemented Interfaces:
ContextHolder

Deprecated. at 5.1 see wt.workflow.worklist.TaskCompleteDelegate

public class LifeCycleTaskCompleteDelegate
extends FormTaskDelegate


Field Summary
private static String ELECTRONIC_ID
          Deprecated.  
private static String LIFECYCLE_RESOURCE
          Deprecated. Resources for localizing message text
private static ResourceBundle rb
          Deprecated.  
private static ResourceBundle rb2
          Deprecated.  
private static boolean VERBOSE
          Deprecated.  
private static String WORKLIST_RESOURCE
          Deprecated.  
 
Fields inherited from class wt.templateutil.processor.FormTaskDelegate
 
Fields inherited from interface wt.templateutil.processor.ContextHolder
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS
 
Constructor Summary
LifeCycleTaskCompleteDelegate()
          Deprecated.  
 
Method Summary
 Properties getContextProperties()
          Deprecated. Returns the context properties.
 void processAction(ContentHTTPStream contentStream)
          Deprecated. Processed the desired action and then updates the state so that the desired response page can be generated.
 
Methods inherited from class wt.templateutil.processor.FormTaskDelegate
addToResponseExceptions, addToResponseFooters, addToResponseHeaders, addToResponseMessages, deleteFormDataFromSession, getContextAction, getContextClassName, getContextObj, getFormData, getQueryData, getResponseExceptions, getResponseFooters, getResponseHeaders, getResponseMessages, getResponseString, getState, getStatus, saveFormDataInSession, setContextAction, setContextClassName, setContextObj, setContextProperties, setFormData, setQueryData, setResponseExceptions, setResponseFooters, setResponseHeaders, setResponseMessages, setResponseString, setState, setStatus, switchPages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static boolean VERBOSE
Deprecated. 

LIFECYCLE_RESOURCE

private static final String LIFECYCLE_RESOURCE
Deprecated. 
Resources for localizing message text

See Also:
Constant Field Values

WORKLIST_RESOURCE

private static final String WORKLIST_RESOURCE
Deprecated. 
See Also:
Constant Field Values

rb

private static final ResourceBundle rb
Deprecated. 

rb2

private static final ResourceBundle rb2
Deprecated. 

ELECTRONIC_ID

private static String ELECTRONIC_ID
Deprecated. 
Constructor Detail

LifeCycleTaskCompleteDelegate

public LifeCycleTaskCompleteDelegate()
Deprecated. 
Method Detail

getContextProperties

public Properties getContextProperties()
Deprecated. 
Returns the context properties. If they have not yet been created, then create them here and set them in the HTTPState for later use.

Specified by:
getContextProperties in interface ContextHolder
Overrides:
getContextProperties in class FormTaskDelegate
Returns:
the context properties object

processAction

public void processAction(ContentHTTPStream contentStream)
                   throws Exception
Deprecated. 
Description copied from class: FormTaskDelegate
Processed the desired action and then updates the state so that the desired response page can be generated.

Use the addToResponse methods to pass back messages on the status/results of the action.

Supported API: true

Specified by:
processAction in class FormTaskDelegate
Parameters:
contentStream -
Throws:
Exception