Package com.ptc.windchill.rd
Class Inbox
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.rd._Inbox
com.ptc.windchill.rd.Inbox
- All Implemented Interfaces:
Externalizable,Serializable,wt.content._ContentHolder,ContentHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.recent.RecentlyVisited
@GenAsPersistable(superClass=WTObject.class,
interfaces={WTContained.class,ContentHolder.class},
serializable=EXTERNALIZABLE_BASIC)
public class Inbox
extends com.ptc.windchill.rd._Inbox
Use the newInbox static factory method(s), not
the Inbox constructor, to construct instances of
this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.windchill.rd._Inbox
EXTERNALIZATION_VERSION_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.content._ContentHolder
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATIONFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class com.ptc.windchill.rd._Inbox
getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getContentVector, getHttpVector, getOperation, getType, isHasContents, readExternal, readExternal, readVersion, setContainer, setContainerReference, setContentVector, setHasContents, setHttpVector, setOperation, super_readExternal_Inbox, super_readVersion_Inbox, super_writeExternal_Inbox, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
newInbox
Default factory for the class.
Supported API: true- Returns:
- ReceivedDelivery
- Throws:
WTException
-