wt.dataops.containermove.processors
Class MoveTaskDelegate

java.lang.Object
  extended bywt.templateutil.processor.FormTaskDelegate
      extended bycom.ptc.core.htmlcomp.wizard.WizardFormTaskDelegate
          extended bywt.dataops.containermove.processors.MoveTaskDelegate
All Implemented Interfaces:
ContextHolder

public class MoveTaskDelegate
extends WizardFormTaskDelegate


Field Summary
 
Fields inherited from class com.ptc.core.htmlcomp.wizard.WizardFormTaskDelegate
 
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
MoveTaskDelegate()
          Creates a new instance of MoveTaskDelegate
 
Method Summary
 boolean processStep(ContentHTTPStream contentStream)
           
 
Methods inherited from class com.ptc.core.htmlcomp.wizard.WizardFormTaskDelegate
getCurrentStep, getNextStep, isCancelPressed, isOkPressed, processAction, setNextStep, setResponseMessage
 
Methods inherited from class wt.templateutil.processor.FormTaskDelegate
addToResponseExceptions, addToResponseFooters, addToResponseHeaders, addToResponseMessages, deleteFormDataFromSession, getContextAction, getContextClassName, getContextObj, getContextProperties, 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
 

Constructor Detail

MoveTaskDelegate

public MoveTaskDelegate()
Creates a new instance of MoveTaskDelegate

Method Detail

processStep

public boolean processStep(ContentHTTPStream contentStream)
                    throws Exception
Specified by:
processStep in class WizardFormTaskDelegate
Throws:
Exception