Package com.ptc.windchill.esi.esipart
Class ESIDefaultConfigSpec
java.lang.Object
wt.part._WTPartStandardConfigSpec
wt.part.WTPartStandardConfigSpec
com.ptc.windchill.esi.esipart.ESIDefaultConfigSpec
- All Implemented Interfaces:
ESIConfigSpec,Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
Supported API: true
- See Also:
-
Field Summary
Fields inherited from class wt.part.WTPartStandardConfigSpec
VIEWFields inherited from class wt.part._WTPartStandardConfigSpec
EXTERNALIZATION_VERSION_UID, LIFE_CYCLE_STATE, VARIATION1, VARIATION2, VIEW_REF, WORKING_INCLUDED -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Persistable root) Default implementation of the initialize method.Methods inherited from class wt.part.WTPartStandardConfigSpec
appendSearchCriteria, getRelationalConfigSpec, getView, initialize, initialize, newWTPartStandardConfigSpec, newWTPartStandardConfigSpec, process, setViewMethods inherited from class wt.part._WTPartStandardConfigSpec
getClassInfo, getConceptualClassname, getLifeCycleState, getVariation1, getVariation2, isWorkingIncluded, readExternal, readExternal, readVersion, setLifeCycleState, setVariation1, setVariation2, setWorkingIncluded, toString, writeExternal, writeExternal
-
Method Details
-
initialize
Default implementation of the initialize method. Gets the state information from the root object and sets it on the current config spec.
Supported API: true- Specified by:
initializein interfaceESIConfigSpec
-