|
|||||||||||
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
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor
com.ptc.windchill.cadx.common.treetable.AbstractTreeTableStructureNavigateProcessor
com.ptc.windchill.cadx.caddoc.EPMWhereUsedProcessor
This provides behavior for user to navigate (expand & collapse) the product
structure of a document to find out all the usedBy objects for the specified
object.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
static Class[] |
nodeObjectValidDataTypes
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class com.ptc.windchill.cadx.common.treetable.AbstractTreeTableStructureNavigateProcessor |
ID_SEPARATOR, treeTableCookie |
Fields inherited from class com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor |
AUX_ACTION, AUX_ICON_FILE, IMAGE_DIR |
Fields inherited from class wt.templateutil.processor.DefaultTemplateProcessor |
ACTION, CLASS, CODEBASE, LINE_FEED_DELIMITER, MESSAGE_SEPARATOR |
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 | |
EPMWhereUsedProcessor()
|
Method Summary | |
Enumeration |
getAssociatedObjects(Persistable persistable)
For the specified object get the associated objects required for the tree table Supported API: false |
Comparator |
getComparator(Locale locale)
For the specified locale, get the Comparator object. |
String |
getCookieName()
Get the cookie name for the cookie for this class. |
Class[] |
getNodeObjectValidDataTypes()
Get the valid data types of the other (than root) tree table node objects. |
Class |
getRootObjectValidDataType()
Get the data type of the root node of the tree table. |
private Enumeration |
getUsedByDocs(EPMDocument doc)
|
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(EPMWhereUsedProcessor thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class com.ptc.windchill.cadx.common.treetable.AbstractTreeTableStructureNavigateProcessor |
createHTMLTable, createTreeTableModel, expand, expand, getConfigSpec, getCookie, getNewCookie, getNode, getNodeIndex, getNodeIndex, getRootDocMaster, getRootObjectToNavigate, getRowDataObjects, getTreeModel, initializeTreeTable, isNodeObjectDataTypeValid, isRootObjectDataTypeValid, isValidRootObject, prepareForFreshDisplay, readVersion, saveCookies, sort |
Methods inherited from class com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor |
createShareStatusTable, getAuxAction, getBody, getFooter, getHeaderHelp, getHeaderTutorial, getNorgieAltText, getNorgieIcon, getNorgieLink, getNorgieTrailId, getTitle, initializeSection, isExpanded, readVersion |
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
public static final Class[] nodeObjectValidDataTypes
Constructor Detail |
public EPMWhereUsedProcessor()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractTreeTableStructureNavigateProcessor
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractTreeTableStructureNavigateProcessor
input
-
IOException
ClassNotFoundException
protected boolean readVersion(EPMWhereUsedProcessor 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 Enumeration getAssociatedObjects(Persistable persistable) throws WTException, WTPropertyVetoException
getAssociatedObjects
in interface TreeTableStructureNavigate
getAssociatedObjects
in class AbstractTreeTableStructureNavigateProcessor
persistable
-
WTException
WTPropertyVetoException
public String getCookieName()
getCookieName
in interface TreeTableStructureNavigate
getCookieName
in class AbstractTreeTableStructureNavigateProcessor
public Class getRootObjectValidDataType()
getRootObjectValidDataType
in interface TreeTableStructureNavigate
getRootObjectValidDataType
in class AbstractTreeTableStructureNavigateProcessor
public Class[] getNodeObjectValidDataTypes()
getNodeObjectValidDataTypes
in interface TreeTableStructureNavigate
getNodeObjectValidDataTypes
in class AbstractTreeTableStructureNavigateProcessor
public Comparator getComparator(Locale locale)
getComparator
in interface TreeTableStructureNavigate
getComparator
in class AbstractTreeTableStructureNavigateProcessor
locale
-
private Enumeration getUsedByDocs(EPMDocument doc) throws WTException, WTPropertyVetoException
WTException
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |