|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.common.CommonProcessorService
Supported API: false
Extendable: false
Field Summary | |
protected static String |
BLANK_SPACE
|
private static String |
CLASSNAME
|
private static String |
CODEBASE
|
static String |
DEF_SOLTYPE_JS_VAR_NAME
|
static String |
DEF_TRAIL_SYNC_DIV_ID
|
static String |
DEF_TRAIL_SYNC_FORM_NAME
|
static String |
DEF_USERAGENT_JS_VAR_NAME
|
static String |
DOCUMENTATTRIBUTES
|
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
GETSUPERCEDED
|
static String |
JS_OBJ_DOUBLE_QUOTE
|
static String |
JS_OBJ_SEMICOLON
|
static String |
LINKATTRIBUTES
|
private static int |
MAXLENGTH
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private HTTPState |
theState
|
private static boolean |
VERBOSE
|
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 | |
CommonProcessorService()
|
Method Summary | |
void |
addToResponseExceptions(Exception newException)
Deprecated. |
void |
addToResponseFooters(LocalizableMessage newFooter)
Deprecated. |
void |
addToResponseHeaders(LocalizableMessage newHeader)
Deprecated. |
void |
addToResponseMessages(LocalizableMessage newMessage)
Deprecated. |
boolean |
doesProeSupportWC7()
|
void |
genTrailSyncForm(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getCodebaseURLIntoJSSrc(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getContainerReferenceString(Properties parameters,
Locale locale,
OutputStream os)
Get the container reference string (i.e. |
String |
getContextAction()
Deprecated. |
String |
getContextClassName()
Deprecated. |
Object |
getContextObj()
Deprecated. |
Properties |
getContextProperties()
Deprecated. |
void |
getCreateDialogWindowJS(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getDeleteLocalCacheNames(Properties parameters,
Locale locale,
OutputStream os)
|
Properties |
getFormData()
Deprecated. |
void |
getIcon(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getIsPDMLinkContext(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getIsProIContext(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getIsProjectLinkContext(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getJSSrc(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getObjStateHelperJSSrc(Properties parameters,
Locale locale,
OutputStream os)
|
private String |
getOrgContextValue(String key)
|
void |
getOrgDisplayFlag(Properties parameters,
Locale locale,
OutputStream os)
|
private PrintWriter |
getPrintWriter(OutputStream out,
Locale locale)
|
String |
getProeDateCode()
|
Properties |
getQueryData()
Deprecated. |
Vector |
getResponseExceptions()
Deprecated. |
Vector |
getResponseFooters()
Deprecated. |
Vector |
getResponseHeaders()
Deprecated. |
Vector |
getResponseMessages()
Deprecated. |
String |
getResponseString()
Deprecated. |
private WTContainer |
getSelectedOrWsContainer(HTTPState state,
EPMWorkspace ws)
Get selected container as selected in the pull-down (in case it has been changed). |
void |
getSerializedSolutionType(Properties parameters,
Locale locale,
OutputStream os)
|
HTTPState |
getState()
Gets the object for the association that plays role: theState. |
int |
getStatus()
Deprecated. |
void |
getTitleWithIdentity(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getUserAgentIntoJSSrc(Properties parameters,
Locale locale,
OutputStream os)
|
void |
isAutoNumberingEnabled(Properties parameters,
Locale locale,
OutputStream os)
|
private boolean |
isContainerChanged()
returns true if container has been changed in the container pull-down. |
void |
listOrganizationIDs(Properties parameters,
Locale locale,
OutputStream os)
|
void |
printOrganizationFields(Properties parameters,
Locale locale,
OutputStream os)
|
void |
printProEDateCode(Properties parameters,
Locale locale,
OutputStream os)
|
void |
printProeWC7Support(Properties parameters,
Locale locale,
OutputStream os)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(CommonProcessorService thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setContextAction(String a_ContextAction)
Deprecated. |
void |
setContextClassName(String a_ContextClassName)
Deprecated. |
void |
setContextObj(Object a_ContextObj)
Deprecated. |
void |
setContextProperties(Properties a_ContextProperties)
Deprecated. |
void |
setFormData(Properties a_FormData)
Deprecated. |
void |
setQueryData(Properties a_QueryData)
Deprecated. |
void |
setResponseExceptions(Vector a_ResponseExceptions)
Deprecated. |
void |
setResponseFooters(Vector a_ResponseFooters)
Deprecated. |
void |
setResponseHeaders(Vector a_ResponseHeaders)
Deprecated. |
void |
setResponseMessages(Vector a_ResponseMessages)
Deprecated. |
void |
setResponseString(String a_ResponseString)
Deprecated. |
void |
setState(HTTPState a_State)
Sets the object for the association that plays role: theState. |
void |
setStatus(int a_Status)
Deprecated. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private HTTPState theState
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static int MAXLENGTH
protected static final String BLANK_SPACE
private static String CODEBASE
public static final String LINKATTRIBUTES
public static final String DOCUMENTATTRIBUTES
public static final String GETSUPERCEDED
private static final boolean VERBOSE
public static final String DEF_USERAGENT_JS_VAR_NAME
public static final String DEF_SOLTYPE_JS_VAR_NAME
public static final String JS_OBJ_DOUBLE_QUOTE
public static final String JS_OBJ_SEMICOLON
public static final String DEF_TRAIL_SYNC_FORM_NAME
public static final String DEF_TRAIL_SYNC_DIV_ID
Constructor Detail |
public CommonProcessorService()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(CommonProcessorService thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getContextAction()
getContextAction
in interface ContextHolder
public void setContextAction(String a_ContextAction)
setContextAction
in interface ContextHolder
a_ContextAction
- public Object getContextObj()
getContextObj
in interface ContextHolder
public void setContextObj(Object a_ContextObj)
setContextObj
in interface ContextHolder
a_ContextObj
- public String getContextClassName()
getContextClassName
in interface ContextHolder
public void setContextClassName(String a_ContextClassName)
setContextClassName
in interface ContextHolder
a_ContextClassName
- public Properties getContextProperties()
getContextProperties
in interface ContextHolder
public void setContextProperties(Properties a_ContextProperties)
setContextProperties
in interface ContextHolder
a_ContextProperties
- public Vector getResponseExceptions()
getResponseExceptions
in interface ContextHolder
public void setResponseExceptions(Vector a_ResponseExceptions)
setResponseExceptions
in interface ContextHolder
a_ResponseExceptions
- public Vector getResponseFooters()
getResponseFooters
in interface ContextHolder
public void setResponseFooters(Vector a_ResponseFooters)
setResponseFooters
in interface ContextHolder
a_ResponseFooters
- public Vector getResponseHeaders()
getResponseHeaders
in interface ContextHolder
public void setResponseHeaders(Vector a_ResponseHeaders)
setResponseHeaders
in interface ContextHolder
a_ResponseHeaders
- public Vector getResponseMessages()
getResponseMessages
in interface ContextHolder
public void setResponseMessages(Vector a_ResponseMessages)
setResponseMessages
in interface ContextHolder
a_ResponseMessages
- public String getResponseString()
getResponseString
in interface ContextHolder
public void setResponseString(String a_ResponseString)
setResponseString
in interface ContextHolder
a_ResponseString
- public int getStatus()
getStatus
in interface ContextHolder
public void setStatus(int a_Status)
setStatus
in interface ContextHolder
a_Status
- public Properties getFormData()
getFormData
in interface ContextHolder
public void setFormData(Properties a_FormData)
setFormData
in interface ContextHolder
a_FormData
- public Properties getQueryData()
getQueryData
in interface ContextHolder
public void setQueryData(Properties a_QueryData)
setQueryData
in interface ContextHolder
a_QueryData
- public void addToResponseExceptions(Exception newException)
showResponseExceptions
Supported API: false
addToResponseExceptions
in interface ContextHolder
newException
- public void addToResponseMessages(LocalizableMessage newMessage)
showResponseMessages
Supported API: false
addToResponseMessages
in interface ContextHolder
newMessage
- public void addToResponseHeaders(LocalizableMessage newHeader)
showResponseHeaders
Supported API: false
addToResponseHeaders
in interface ContextHolder
newHeader
- public void addToResponseFooters(LocalizableMessage newFooter)
showResponseFooters
Supported API: false
addToResponseFooters
in interface ContextHolder
newFooter
- private PrintWriter getPrintWriter(OutputStream out, Locale locale)
public HTTPState getState()
getState
in interface ProcessorService
public void setState(HTTPState a_State)
setState
in interface ProcessorService
a_State
- public void getJSSrc(Properties parameters, Locale locale, OutputStream os)
public void getIcon(Properties parameters, Locale locale, OutputStream os) throws IOException
IOException
public void getObjStateHelperJSSrc(Properties parameters, Locale locale, OutputStream os)
public void getCodebaseURLIntoJSSrc(Properties parameters, Locale locale, OutputStream os)
public void getUserAgentIntoJSSrc(Properties parameters, Locale locale, OutputStream os)
public void genTrailSyncForm(Properties parameters, Locale locale, OutputStream os)
public void getDeleteLocalCacheNames(Properties parameters, Locale locale, OutputStream os)
public void getContainerReferenceString(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void getSerializedSolutionType(Properties parameters, Locale locale, OutputStream os)
public void getCreateDialogWindowJS(Properties parameters, Locale locale, OutputStream os)
public void getTitleWithIdentity(Properties parameters, Locale locale, OutputStream os)
private String getOrgContextValue(String key)
public void printOrganizationFields(Properties parameters, Locale locale, OutputStream os)
private WTContainer getSelectedOrWsContainer(HTTPState state, EPMWorkspace ws)
state
- ws
- Context workspace
public void isAutoNumberingEnabled(Properties parameters, Locale locale, OutputStream os)
public void getOrgDisplayFlag(Properties parameters, Locale locale, OutputStream os)
public void listOrganizationIDs(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public String getProeDateCode()
public void printProeWC7Support(Properties parameters, Locale locale, OutputStream os)
public boolean doesProeSupportWC7()
public void getIsProjectLinkContext(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void getIsPDMLinkContext(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void getIsProIContext(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void printProEDateCode(Properties parameters, Locale locale, OutputStream os)
private boolean isContainerChanged()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |