com.ptc.windchill.cadx.caddoc
Class CADDocProcessorService

java.lang.Object
  extended bycom.ptc.windchill.cadx.caddoc.CADDocProcessorService
All Implemented Interfaces:
ContextHolder, Externalizable, ProcessorService, Serializable

public class CADDocProcessorService
extends Object
implements ProcessorService, Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
protected static String BLANK_SPACE
           
private static String CADDOC_RESOURCE
           
private static Class caddocStatusHelperClass
           
private static Hashtable classInfos
           
private static String CLASSNAME
           
private static String CODEBASE
           
private  Locale currentLocale
           
private static String DEF_WSCONTEXT_JS_VAR_NAME
           
private static HashMap depMap
           
private static TreeSet depTypesExcluded
           
private static String displayProEAttributes
           
static String DOCUMENTATTRIBUTES
           
static long EXTERNALIZATION_VERSION_UID
           
private static Method generalStatusMethod
           
private static HashMap ibaTable
           
private static HashMap ibaWCMap
           
private  boolean inWildfire
           
static String J03_ND
           
private static String JS_OBJ_SEMICOLON
           
private static String LINE_FEED
           
private static int MAXLENGTH
           
private static String MEASUREMENT_SYSTEM
           
protected static long OLD_FORMAT_VERSION_UID
           
static String PDMLINKTABLE
           
private static String REFERENCEDBY_ROLE
           
private static String REFERENCES_ROLE
           
private static String RESOURCE
           
static String ROLE
           
private static String SECONDARY_EXCLUDE
           
(package private) static long serialVersionUID
           
private static HashMap softTypeAttribMap
           
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
CADDocProcessorService()
           
 
Method Summary
 void addToResponseExceptions(Exception newException)
          Deprecated.  
 void addToResponseFooters(LocalizableMessage newFooter)
          Deprecated.  
 void addToResponseHeaders(LocalizableMessage newHeader)
          Deprecated.  
 void addToResponseMessages(LocalizableMessage newMessage)
          Deprecated.  
 void docInfoScript(Properties parameters, Locale locale, OutputStream os)
           
private  String getAdditionalStatus(Object obj)
           
(package private)  String getAttributeRow(AbstractAttributeDefinizerNodeView parent, String attrDefInfoBuffer, String newCADName, String currentUnits, Locale locale)
           
 String getAttributeRow(AttributeDefDefaultView addv, String attrDefInfoBuffer, String newCADName, String currentUnits, Locale locale)
           
(package private)  String getAttributesRow(AbstractAttributeDefinizerNodeView attrOrganizer, String attrDefInfoBuffer, String newCADName, String currentUnits, Locale locale)
           
 void getAttributesTable(Properties parameters, Locale locale, OutputStream os)
           
 void getAuxDocInfo(Properties parameters, Locale locale, OutputStream os)
           
 void getCADDocCommonspaceIfoLink(Properties parameters, Locale locale, OutputStream os)
           
private  String getCADDocCommonspaceInfoLink()
           
 void getCADDocCommonspaceInfoLinkAndTitle(Properties parameters, Locale locale, OutputStream os)
           
 void getCADDocTitle(Properties parameters, Locale locale, OutputStream os)
           
 void getCADModelName(Properties parameters, Locale locale, OutputStream os)
          

Supported API: false
 void getCADModelOid(Properties parameters, Locale locale, OutputStream os)
           
(package private) static String getCADNameForDisplay(Object obj)
           
(package private) static String getCADOidForDisplay(Object obj)
           
static Hashtable getCgiRefererParams(HTTPState a_HTTPState)
           
protected static ClassInfo getClassInfo(Class class_name)
          Returns the ClassInfo object corresponding to the given Class.
private  String getContainerPropsURL(WTContainer container)
           
 void getContent(Properties parameters, Locale locale, OutputStream os)
           
private  ContentHolder getContentHolder(EPMDocument doc, boolean isJ03ND)
           
 void getContentItemHref(Properties properties, Locale locale, OutputStream outputstream)
           
 String getContextAction()
          Deprecated.  
 String getContextClassName()
          Deprecated.  
 Object getContextObj()
          Deprecated.  
 Properties getContextProperties()
          Deprecated.  
private  String getCreatedByPersonName(EPMDocument doc, String trailkey)
           
 void getDateFormatJS(Properties parameters, Locale locale, OutputStream os)
           
private  String getDependencyType(EPMReferenceLink link)
           
protected static String getDisplayName(Class class_name, String attr, Locale locale)
          Returns the display name corresponding to the given attribute for the given class.
 void getDisplayProEAttributesFlag(Properties parameters, Locale locale, OutputStream os)
           
 void getDocInfo(Properties parameters, Locale locale, OutputStream os)
           
private static String getEncodedOidAndAction(Object obj, String action)
           
 void getExtension_to_icon_map(Properties parameters, Locale locale, OutputStream os)
           
private  String getFileSize(ApplicationData file)
           
private  EPMDocument getFirstIterationOfThisVersion(Mastered master)
           
 Properties getFormData()
          Deprecated.  
private  String getGeneralStatus(Object obj, WTContainer contextContainer, EPMWorkspace ws, ResourceBundle caddocResource, Locale locale)
           
private  String getI18NDepType(String key)
           
private static String getIconResource(WTObject obj)
           
(package private) static String getIdForDisplay(Object obj)
           
 void getInfoPageIcon(Properties parameters, Locale locale, OutputStream os)
           
 void getLocalizedAttributeTypeJS(Properties parameters, Locale locale, OutputStream os)
           
 void getLocalizedDocInfoJS(Properties parameters, Locale locale, OutputStream os)
           
 void getLocalizedStatusForContentJS(Properties parameters, Locale locale, OutputStream os)
           
private  String getModifiedByPersonName(EPMDocument doc, String trailkey)
           
 void getNewCADDocIcon(Properties parameters, Locale locale, OutputStream os)
           
 void getNewCADDocTitle(Properties parameters, Locale locale, OutputStream os)
           
private  String getNmLocationURL(Folder objFolder)
           
 void getOnlyUploadedWarning(Properties parameters, Locale locale, OutputStream os)
           
private  String getPerson(WTPrincipalReference principal_ref, String trailkey)
           
 ContentItem getPrimaryContent(EPMDocument doc, ContentHolder holder, boolean isJ03ND)
           
private  PrintWriter getPrintWriter(OutputStream out, Locale locale)
           
 Properties getQueryData()
          Deprecated.  
 void getReferenceDependencyTable(Properties parameters, Locale locale, OutputStream os)
           
private  String getResourceBundleValue(String resourceName, String resourceKey, Locale locale)
           
 Vector getResponseExceptions()
          Deprecated.  
 Vector getResponseFooters()
          Deprecated.  
 Vector getResponseHeaders()
          Deprecated.  
 Vector getResponseMessages()
          Deprecated.  
 String getResponseString()
          Deprecated.  
private  String getSecureInfString(Locale locale)
           
 HTTPState getState()
          Gets the object for the association that plays role: theState.
 int getStatus()
          Deprecated.  
static String getWCAttrName(String name)
           
 void getWorkspaceContextIntoJSSrc(Properties parameters, Locale locale, OutputStream os)
           
private  String getWorkspaceStatus(Object obj)
           
static boolean isCADDocInWorkspaceContext(HTTPState a_HTTPState)
           
 void isFTDispActiveWorkspace(Properties properties, Locale locale, OutputStream os)
           
 void listAttributeDefNames(Properties parameters, Locale locale, OutputStream os)
           
private  WTHtmlTable newWTHtmlTable(boolean newLookAndFeel)
           
private  void printEmptyRow(Locale locale, OutputStream os, Vector columns)
           
 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(CADDocProcessorService thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void removePDMObjStatusFromSessionContext(Properties parameters, Locale locale, OutputStream os)
           
private  float roundToTwoDecimals(float number)
           
 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.  
private  boolean showDocument(EPMReferenceLink link)
           
 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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

theState

private HTTPState theState

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values

MAXLENGTH

private static int MAXLENGTH

BLANK_SPACE

protected static final String BLANK_SPACE
See Also:
Constant Field Values

CODEBASE

private static String CODEBASE

classInfos

private static Hashtable classInfos

ibaTable

private static HashMap ibaTable

ibaWCMap

private static HashMap ibaWCMap

softTypeAttribMap

private static HashMap softTypeAttribMap

displayProEAttributes

private static String displayProEAttributes

CADDOC_RESOURCE

private static String CADDOC_RESOURCE

LINE_FEED

private static final String LINE_FEED
See Also:
Constant Field Values

currentLocale

private Locale currentLocale

SECONDARY_EXCLUDE

private static String SECONDARY_EXCLUDE

DEF_WSCONTEXT_JS_VAR_NAME

private static final String DEF_WSCONTEXT_JS_VAR_NAME
See Also:
Constant Field Values

JS_OBJ_SEMICOLON

private static final String JS_OBJ_SEMICOLON
See Also:
Constant Field Values

J03_ND

public static final String J03_ND
See Also:
Constant Field Values

REFERENCEDBY_ROLE

private static final String REFERENCEDBY_ROLE
See Also:
Constant Field Values

REFERENCES_ROLE

private static final String REFERENCES_ROLE
See Also:
Constant Field Values

ROLE

public static final String ROLE
See Also:
Constant Field Values

PDMLINKTABLE

public static final String PDMLINKTABLE
See Also:
Constant Field Values

DOCUMENTATTRIBUTES

public static final String DOCUMENTATTRIBUTES
See Also:
Constant Field Values

depTypesExcluded

private static TreeSet depTypesExcluded

depMap

private static HashMap depMap

VERBOSE

private static final boolean VERBOSE

inWildfire

private boolean inWildfire

MEASUREMENT_SYSTEM

private static final String MEASUREMENT_SYSTEM

caddocStatusHelperClass

private static Class caddocStatusHelperClass

generalStatusMethod

private static Method generalStatusMethod
Constructor Detail

CADDocProcessorService

public CADDocProcessorService()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(CADDocProcessorService thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

getState

public HTTPState getState()
Gets the object for the association that plays role: theState.

Supported API: false

Specified by:
getState in interface ProcessorService
Returns:
HTTPState

setState

public void setState(HTTPState a_State)
Sets the object for the association that plays role: theState.

Supported API: false

Specified by:
setState in interface ProcessorService
Parameters:
a_State -

getContextAction

public String getContextAction()
Deprecated.  

Gets the value of the attribute: contextAction.

Supported API: false

Specified by:
getContextAction in interface ContextHolder
Returns:
String

setContextAction

public void setContextAction(String a_ContextAction)
Deprecated.  

Sets the value of the attribute: contextAction.

Supported API: false

Specified by:
setContextAction in interface ContextHolder
Parameters:
a_ContextAction -

getContextObj

public Object getContextObj()
Deprecated.  

Gets the value of the attribute: contextObj.

Supported API: false

Specified by:
getContextObj in interface ContextHolder
Returns:
Object

setContextObj

public void setContextObj(Object a_ContextObj)
Deprecated.  

Sets the value of the attribute: contextObj.

Supported API: false

Specified by:
setContextObj in interface ContextHolder
Parameters:
a_ContextObj -

getContextClassName

public String getContextClassName()
Deprecated.  

Gets the value of the attribute: contextClassName.

Supported API: false

Specified by:
getContextClassName in interface ContextHolder
Returns:
String

setContextClassName

public void setContextClassName(String a_ContextClassName)
Deprecated.  

Sets the value of the attribute: contextClassName.

Supported API: false

Specified by:
setContextClassName in interface ContextHolder
Parameters:
a_ContextClassName -

getContextProperties

public Properties getContextProperties()
Deprecated.  

Gets the value of the attribute: contextProperties.

Supported API: false

Specified by:
getContextProperties in interface ContextHolder
Returns:
Properties

setContextProperties

public void setContextProperties(Properties a_ContextProperties)
Deprecated.  

Sets the value of the attribute: contextProperties.

Supported API: false

Specified by:
setContextProperties in interface ContextHolder
Parameters:
a_ContextProperties -

getResponseExceptions

public Vector getResponseExceptions()
Deprecated.  

Gets the value of the attribute: responseExceptions.

Supported API: false

Specified by:
getResponseExceptions in interface ContextHolder
Returns:
Vector

setResponseExceptions

public void setResponseExceptions(Vector a_ResponseExceptions)
Deprecated.  

Sets the value of the attribute: responseExceptions.

Supported API: false

Specified by:
setResponseExceptions in interface ContextHolder
Parameters:
a_ResponseExceptions -

getResponseFooters

public Vector getResponseFooters()
Deprecated.  

Gets the value of the attribute: responseFooters.

Supported API: false

Specified by:
getResponseFooters in interface ContextHolder
Returns:
Vector

setResponseFooters

public void setResponseFooters(Vector a_ResponseFooters)
Deprecated.  

Sets the value of the attribute: responseFooters.

Supported API: false

Specified by:
setResponseFooters in interface ContextHolder
Parameters:
a_ResponseFooters -

getResponseHeaders

public Vector getResponseHeaders()
Deprecated.  

Gets the value of the attribute: responseHeaders.

Supported API: false

Specified by:
getResponseHeaders in interface ContextHolder
Returns:
Vector

setResponseHeaders

public void setResponseHeaders(Vector a_ResponseHeaders)
Deprecated.  

Sets the value of the attribute: responseHeaders.

Supported API: false

Specified by:
setResponseHeaders in interface ContextHolder
Parameters:
a_ResponseHeaders -

getResponseMessages

public Vector getResponseMessages()
Deprecated.  

Gets the value of the attribute: responseMessages.

Supported API: false

Specified by:
getResponseMessages in interface ContextHolder
Returns:
Vector

setResponseMessages

public void setResponseMessages(Vector a_ResponseMessages)
Deprecated.  

Sets the value of the attribute: responseMessages.

Supported API: false

Specified by:
setResponseMessages in interface ContextHolder
Parameters:
a_ResponseMessages -

getResponseString

public String getResponseString()
Deprecated.  

Gets the value of the attribute: responseString.

Supported API: false

Specified by:
getResponseString in interface ContextHolder
Returns:
String

setResponseString

public void setResponseString(String a_ResponseString)
Deprecated.  

Sets the value of the attribute: responseString.

Supported API: false

Specified by:
setResponseString in interface ContextHolder
Parameters:
a_ResponseString -

getStatus

public int getStatus()
Deprecated.  

Gets the value of the attribute: status.

Supported API: false

Specified by:
getStatus in interface ContextHolder
Returns:
int

setStatus

public void setStatus(int a_Status)
Deprecated.  

Sets the value of the attribute: status.

Supported API: false

Specified by:
setStatus in interface ContextHolder
Parameters:
a_Status -

getFormData

public Properties getFormData()
Deprecated.  

Gets the value of the attribute: formData.

Supported API: false

Specified by:
getFormData in interface ContextHolder
Returns:
Properties

setFormData

public void setFormData(Properties a_FormData)
Deprecated.  

Sets the value of the attribute: formData.

Supported API: false

Specified by:
setFormData in interface ContextHolder
Parameters:
a_FormData -

getQueryData

public Properties getQueryData()
Deprecated.  

Gets the value of the attribute: queryData.

Supported API: false

Specified by:
getQueryData in interface ContextHolder
Returns:
Properties

setQueryData

public void setQueryData(Properties a_QueryData)
Deprecated.  

Sets the value of the attribute: queryData.

Supported API: false

Specified by:
setQueryData in interface ContextHolder
Parameters:
a_QueryData -

addToResponseExceptions

public void addToResponseExceptions(Exception newException)
Deprecated.  

Adds a LocalizableMessage message to the list of stackTraces that can be presented with the Windchill Script call

showResponseExceptions

Supported API: false

Specified by:
addToResponseExceptions in interface ContextHolder
Parameters:
newException -

addToResponseMessages

public void addToResponseMessages(LocalizableMessage newMessage)
Deprecated.  

Adds a LocalizableMessage message to the list of localizable messages that can be presented with the Windchill Script call

showResponseMessages

Supported API: false

Specified by:
addToResponseMessages in interface ContextHolder
Parameters:
newMessage -

addToResponseHeaders

public void addToResponseHeaders(LocalizableMessage newHeader)
Deprecated.  

Adds a LocalizableMessage message to the list of localizable messages that can be presented with the Windchill Script call

showResponseHeaders

Supported API: false

Specified by:
addToResponseHeaders in interface ContextHolder
Parameters:
newHeader -

addToResponseFooters

public void addToResponseFooters(LocalizableMessage newFooter)
Deprecated.  

Adds a LocalizableMessage message to the list of localizable messages that can be presented with the Windchill Script call

showResponseFooters

Supported API: false

Specified by:
addToResponseFooters in interface ContextHolder
Parameters:
newFooter -

getPrintWriter

private PrintWriter getPrintWriter(OutputStream out,
                                   Locale locale)

getCADModelName

public void getCADModelName(Properties parameters,
                            Locale locale,
                            OutputStream os)
                     throws WTException,
                            RemoteException


Supported API: false

Parameters:
parameters -
locale -
os -
Throws:
WTException
RemoteException

getCADModelOid

public void getCADModelOid(Properties parameters,
                           Locale locale,
                           OutputStream os)
                    throws WTException,
                           RemoteException
Throws:
WTException
RemoteException

getAttributesTable

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

getDocInfo

public void getDocInfo(Properties parameters,
                       Locale locale,
                       OutputStream os)
                throws WTException,
                       PropertyVetoException,
                       InvocationTargetException,
                       IllegalAccessException
Throws:
WTException
PropertyVetoException
InvocationTargetException
IllegalAccessException

getAuxDocInfo

public void getAuxDocInfo(Properties parameters,
                          Locale locale,
                          OutputStream os)
                   throws PropertyVetoException,
                          InvocationTargetException,
                          IllegalAccessException
Throws:
PropertyVetoException
InvocationTargetException
IllegalAccessException

getEncodedOidAndAction

private static String getEncodedOidAndAction(Object obj,
                                             String action)
                                      throws WTException
Throws:
WTException

getContent

public void getContent(Properties parameters,
                       Locale locale,
                       OutputStream os)
                throws PropertyVetoException,
                       InvocationTargetException,
                       IllegalAccessException
Throws:
PropertyVetoException
InvocationTargetException
IllegalAccessException

getIconResource

private static String getIconResource(WTObject obj)
                               throws WTException,
                                      PropertyVetoException,
                                      InvocationTargetException,
                                      IllegalAccessException
Throws:
WTException
PropertyVetoException
InvocationTargetException
IllegalAccessException

roundToTwoDecimals

private float roundToTwoDecimals(float number)

getFileSize

private String getFileSize(ApplicationData file)

docInfoScript

public void docInfoScript(Properties parameters,
                          Locale locale,
                          OutputStream os)
                   throws WTException
Throws:
WTException

getDisplayName

protected static String getDisplayName(Class class_name,
                                       String attr,
                                       Locale locale)
Returns the display name corresponding to the given attribute for the given class. This method uses introspection to retrieve the display name of the given attribute for the given class.

Supported API: false

Parameters:
class_name - the Class which contains the attribute whose display name is returned
attr - the attribute whose display name is returned
Returns:
the display name of the given attribute

getClassInfo

protected static ClassInfo getClassInfo(Class class_name)
Returns the ClassInfo object corresponding to the given Class. If an error occurs retrieving the ClassInfo, null is returned.

Supported API: false

Parameters:
class_name - the class for which the ClassInfo is returned
Returns:
the ClassInfo corresponding to the given class, or null if an error occurs retrieving the ClassInfo

listAttributeDefNames

public void listAttributeDefNames(Properties parameters,
                                  Locale locale,
                                  OutputStream os)
                           throws WTException,
                                  Exception,
                                  RemoteException
Throws:
WTException
Exception
RemoteException

getDisplayProEAttributesFlag

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

getDateFormatJS

public void getDateFormatJS(Properties parameters,
                            Locale locale,
                            OutputStream os)
                     throws WTException
Throws:
WTException

getWCAttrName

public static String getWCAttrName(String name)

removePDMObjStatusFromSessionContext

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

getLocalizedDocInfoJS

public void getLocalizedDocInfoJS(Properties parameters,
                                  Locale locale,
                                  OutputStream os)
                           throws WTException
Throws:
WTException

getContentItemHref

public void getContentItemHref(Properties properties,
                               Locale locale,
                               OutputStream outputstream)
                        throws WTException
Throws:
WTException

getAttributesRow

String getAttributesRow(AbstractAttributeDefinizerNodeView attrOrganizer,
                        String attrDefInfoBuffer,
                        String newCADName,
                        String currentUnits,
                        Locale locale)
                  throws WTException,
                         RemoteException
Throws:
WTException
RemoteException

getAttributeRow

String getAttributeRow(AbstractAttributeDefinizerNodeView parent,
                       String attrDefInfoBuffer,
                       String newCADName,
                       String currentUnits,
                       Locale locale)
                 throws WTException,
                        RemoteException
Throws:
WTException
RemoteException

getReferenceDependencyTable

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

newWTHtmlTable

private WTHtmlTable newWTHtmlTable(boolean newLookAndFeel)

printEmptyRow

private void printEmptyRow(Locale locale,
                           OutputStream os,
                           Vector columns)

showDocument

private boolean showDocument(EPMReferenceLink link)

getDependencyType

private String getDependencyType(EPMReferenceLink link)

getI18NDepType

private String getI18NDepType(String key)

getNmLocationURL

private String getNmLocationURL(Folder objFolder)
                         throws WTException
Throws:
WTException

getModifiedByPersonName

private String getModifiedByPersonName(EPMDocument doc,
                                       String trailkey)
                                throws WTException
Throws:
WTException

getCreatedByPersonName

private String getCreatedByPersonName(EPMDocument doc,
                                      String trailkey)
                               throws WTException
Throws:
WTException

getPerson

private String getPerson(WTPrincipalReference principal_ref,
                         String trailkey)
                  throws WTException
Throws:
WTException

getSecureInfString

private String getSecureInfString(Locale locale)

getCADNameForDisplay

static String getCADNameForDisplay(Object obj)

getCADOidForDisplay

static String getCADOidForDisplay(Object obj)

getIdForDisplay

static String getIdForDisplay(Object obj)

isCADDocInWorkspaceContext

public static boolean isCADDocInWorkspaceContext(HTTPState a_HTTPState)

getWorkspaceContextIntoJSSrc

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

getCgiRefererParams

public static Hashtable getCgiRefererParams(HTTPState a_HTTPState)

getAdditionalStatus

private String getAdditionalStatus(Object obj)

getWorkspaceStatus

private String getWorkspaceStatus(Object obj)

getGeneralStatus

private String getGeneralStatus(Object obj,
                                WTContainer contextContainer,
                                EPMWorkspace ws,
                                ResourceBundle caddocResource,
                                Locale locale)

getFirstIterationOfThisVersion

private EPMDocument getFirstIterationOfThisVersion(Mastered master)

getCADDocTitle

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

getCADDocCommonspaceIfoLink

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

getCADDocCommonspaceInfoLink

private String getCADDocCommonspaceInfoLink()

getResourceBundleValue

private String getResourceBundleValue(String resourceName,
                                      String resourceKey,
                                      Locale locale)

getCADDocCommonspaceInfoLinkAndTitle

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

getContainerPropsURL

private String getContainerPropsURL(WTContainer container)

getInfoPageIcon

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

getNewCADDocTitle

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

getNewCADDocIcon

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

getPrimaryContent

public ContentItem getPrimaryContent(EPMDocument doc,
                                     ContentHolder holder,
                                     boolean isJ03ND)

getAttributeRow

public String getAttributeRow(AttributeDefDefaultView addv,
                              String attrDefInfoBuffer,
                              String newCADName,
                              String currentUnits,
                              Locale locale)
                       throws WTException,
                              RemoteException
Throws:
WTException
RemoteException

getLocalizedStatusForContentJS

public void getLocalizedStatusForContentJS(Properties parameters,
                                           Locale locale,
                                           OutputStream os)
                                    throws WTException
Throws:
WTException

getLocalizedAttributeTypeJS

public void getLocalizedAttributeTypeJS(Properties parameters,
                                        Locale locale,
                                        OutputStream os)
                                 throws WTException
Throws:
WTException

isFTDispActiveWorkspace

public void isFTDispActiveWorkspace(Properties properties,
                                    Locale locale,
                                    OutputStream os)

getOnlyUploadedWarning

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

getContentHolder

private ContentHolder getContentHolder(EPMDocument doc,
                                       boolean isJ03ND)

getExtension_to_icon_map

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