|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.templateutil.processor.DefaultTemplateProcessor
wt.templateutil.processor.GenerateFormProcessor
com.ptc.windchill.cadx.checkout.CheckoutDownloadTemplateProcessor
Supported API: false
Extendable: false
Fields inherited from class wt.templateutil.processor.GenerateFormProcessor |
DEFAULT_LIFECYCLE, ON_CHANGE_EVENT_NAME, TEAMTEMPLATE_INPUT_NAME |
Fields inherited from class wt.templateutil.processor.DefaultTemplateProcessor |
ACTION, CLASS, CODEBASE, LINE_FEED_DELIMITER, MESSAGE_SEPARATOR, OID |
Fields inherited from interface wt.templateutil.processor.ContextTranslator |
CONTEXT_LIST_IN, CONTEXT_LIST_OUT |
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 | |
CheckoutDownloadTemplateProcessor()
|
Method Summary | |
void |
addAsStoredBaseLines(Properties properties,
Locale locale,
OutputStream os)
|
void |
addAsStoredPrefix(Properties properties,
Locale locale,
OutputStream os)
|
void |
addBaseLines(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addHeaders(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addJSData(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addRules(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addStyleSheet(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addTablesScript(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
addWorkspaces(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
private ConfigSpec[] |
getConfigSpec(String csObject)
|
void |
getDateFormatJS(Properties parameters,
Locale locale,
OutputStream os)
|
void |
getHiddenProperties(Properties properties,
Locale locale,
OutputStream os)
|
private boolean |
getIsPJL()
|
String |
getOid(Persistable obj)
|
private static WTPartConfigSpec |
getPartConfigSpecBasedOnWorkspaceView(EPMWorkspace workspace)
|
void |
getPJLEndSpan(Properties properties,
Locale locale,
OutputStream os)
|
void |
getPJLStartSpan(Properties properties,
Locale locale,
OutputStream os)
|
void |
getRefferingUrl(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
ArrayList |
getSelectedExistingObjList()
|
ArrayList |
getSelectedNewButExistingInWindchillDocList()
|
void |
getURL(Properties properties,
Locale locale,
OutputStream os)
|
void |
getWorkspaceReferenceString(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
handleRequest(HTTPRequest req,
HTTPResponse resp)
Does the processing of the HTML Template. |
private void |
init()
|
void |
invokeConfigSpecURL(Properties properties,
Locale locale,
OutputStream os)
|
void |
isConnected(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
isOperationCheckout(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
void |
processSubTemplateBasedOnAction(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
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(CheckoutDownloadTemplateProcessor thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setPDMState(ArrayList EPMDocumentInfoList,
EPMWorkspace ws,
boolean isActive)
|
void |
setSelectionBoxChoices(Properties properties,
Locale locale,
OutputStream os)
Supported API: false |
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
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private boolean isInitialized
private EPMWorkspace workspace
private EPMWorkspace[] wsArray
private int csType
private EPMDocConfigSpec docConfigSpec
private WTPartConfigSpec partConfigSpec
private Object[] selObjs
private boolean isVR
private boolean isConnectedToProe
private boolean isCheckoutFromActiveWS
private String PJLProjectName
private static final String COMMON_RESOURCE
private static final String INCLUDED_BY_ALL
private static final String INCLUDED_BY_REQUIRED
private static final String INCLUDED_BY_SELECTED
private static final String INCLUDE_NONE
private static final int CONFIG_SPEC_LATEST
private static final int CONFIG_SPEC_WORKSPACE
private static final int CONFIG_SPEC_BASELINE
private static final int CONFIG_SPEC_AS_STORED
private static final String LATEST_CONFIG_SPEC_STRING
private static final String BY_CONFIG_SPEC_STRING
private static final String BY_CONFIG_SPEC_AS_STORED
private static final char CHAR_DOUBLE_QUOTE
private static final char CHAR_SINGLE_QUOTE
private static final char CHAR_NEWLINE
private static final String CONFIG_SPEC_OBJECT
private static final String CONFIG_SPEC_DATA
private static final String INCLUDE_DEPENDENTS
private static final String INCLUDE_DRAWINGS
private static final String INCLUDE_INSTANCES
private static final String INCLUDE_BUISNESS_OBJECTS
private static final String FILES_RULE
private static final String INTENT_RULE
private static final String WORKSPACE
private static final String CONFIGSPEC
private static final String SELID
private static final String NEW_BUT_EXISTING_OBJ_IDS
private static final String PICKEROIDS
private static final String OBJECT_ID
private static final String CHECKOUT_ACTION
private static final String DOWNLOAD_ACTION
private static final String CHECKOUT_RULES
private static final String DOWNLOAD_RULES
private String[] headersArray
private static boolean VERBOSE
protected static boolean usePageServerHelper
private static boolean processLatestCSWithViewFromWSPref
public static final Comparator DOCNUMBER_VERSION_COMPARATOR
Constructor Detail |
public CheckoutDownloadTemplateProcessor()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GenerateFormProcessor
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GenerateFormProcessor
input
-
IOException
ClassNotFoundException
protected boolean readVersion(CheckoutDownloadTemplateProcessor 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
private void init()
public void addStyleSheet(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addTablesScript(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void isConnected(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addJSData(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void setSelectionBoxChoices(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addBaseLines(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addWorkspaces(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void addRules(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
private ConfigSpec[] getConfigSpec(String csObject) throws WTException, WTPropertyVetoException
csObject
-
WTException
WTPropertyVetoException
public void addHeaders(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void getRefferingUrl(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void getWorkspaceReferenceString(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void isOperationCheckout(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void processSubTemplateBasedOnAction(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- locale
- os
-
WTException
public void getURL(Properties properties, Locale locale, OutputStream os) throws WTException
WTException
public String getOid(Persistable obj) throws WTException
WTException
public ArrayList getSelectedExistingObjList() throws WTException
WTException
public ArrayList getSelectedNewButExistingInWindchillDocList() throws WTException
WTException
public void getDateFormatJS(Properties parameters, Locale locale, OutputStream os)
private boolean getIsPJL() throws WTException
WTException
public void getPJLStartSpan(Properties properties, Locale locale, OutputStream os) throws WTException
WTException
public void getPJLEndSpan(Properties properties, Locale locale, OutputStream os) throws WTException
WTException
public void invokeConfigSpecURL(Properties properties, Locale locale, OutputStream os) throws WTException
WTException
public void getHiddenProperties(Properties properties, Locale locale, OutputStream os) throws WTException
WTException
public void addAsStoredBaseLines(Properties properties, Locale locale, OutputStream os) throws WTException
WTException
public void addAsStoredPrefix(Properties properties, Locale locale, OutputStream os)
public void setPDMState(ArrayList EPMDocumentInfoList, EPMWorkspace ws, boolean isActive) throws WTException
WTException
private static WTPartConfigSpec getPartConfigSpecBasedOnWorkspaceView(EPMWorkspace workspace)
public void handleRequest(HTTPRequest req, HTTPResponse resp) throws WTException
DefaultTemplateProcessor
handleRequest
in interface TemplateProcessor
handleRequest
in class GenerateFormProcessor
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |