com.ptc.windchill.cadx.caddoc
Class CADDocStateProcessorService

java.lang.Object
  extended bywt.lifecycle.StateProcessorService
      extended bycom.ptc.windchill.cadx.caddoc.CADDocStateProcessorService
All Implemented Interfaces:
ContextHolder, Externalizable, ProcessorService, Serializable

public class CADDocStateProcessorService
extends StateProcessorService

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static boolean VERBOSE
           
 
Fields inherited from class wt.lifecycle.StateProcessorService
EXTERNALIZATION_VERSION_UID, OLD_FORMAT_VERSION_UID
 
Fields inherited from interface wt.templateutil.processor.ProcessorService
STATE
 
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
CADDocStateProcessorService()
           
 
Method Summary
private static String getEncodedOidAndAction(Object obj, String action)
           
 void getJSLifecycleStates(Properties parameters, Locale locale, OutputStream os)
           
 
Methods inherited from class wt.lifecycle.StateProcessorService
addToResponseExceptions, addToResponseFooters, addToResponseHeaders, addToResponseMessages, getAtGateLabel, getContextAction, getContextClassName, getContextObj, getContextProperties, getFormData, getHistoryLink, getLifeCycleLabel, getObjProp, getObjPropBrief, getObjPropVerbose, getQueryData, getResponseExceptions, getResponseFooters, getResponseHeaders, getResponseMessages, getResponseString, getState, getState, getStateLabel, getStateLink, getStates, getStatesLabel, getStatesLink, getStatus, getTemplateName, getTemplateNameLink, isAtGate, readExternal, readVersion, setContextAction, setContextClassName, setContextObj, setContextProperties, setFormData, setQueryData, setResponseExceptions, setResponseFooters, setResponseHeaders, setResponseMessages, setResponseString, setState, setStatus, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

VERBOSE

private static boolean VERBOSE
Constructor Detail

CADDocStateProcessorService

public CADDocStateProcessorService()
Method Detail

getJSLifecycleStates

public void getJSLifecycleStates(Properties parameters,
                                 Locale locale,
                                 OutputStream os)

getEncodedOidAndAction

private static String getEncodedOidAndAction(Object obj,
                                             String action)