|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.document.NmDocumentHelper
Supported API: false
Extendable: false
Field Summary | |
static boolean |
CHECK_FOR_CONTENT
|
private static String |
CLASSNAME
|
static String |
COMMON_THUMBNAIL_CMP
|
static String |
CREATE_DATE
|
static String |
CREATOR
|
static String |
DELIVERABLE
|
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
FILE_NAME
|
static String |
FILE_SIZE
|
static String |
FORMAT
|
static String |
ITERATION
|
static String |
LATEST
|
static String |
LIFE_CYCLE
|
static String |
LOCATION
|
static String |
MODIFIED_DATE
|
static String |
MODIFIER
|
static String |
NUMBER
|
protected static long |
OLD_FORMAT_VERSION_UID
|
static String |
ORGANIZATION_ID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
static NmDocumentService |
service
Supported API: false |
static String |
STATE
|
static String |
STATUS
|
static String |
TYPE
|
static String |
URL
|
Constructor Summary | |
NmDocumentHelper()
|
Method Summary | |
static NmDocument |
getNmDocumentWithType(NmOid oid)
|
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(NmDocumentHelper 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 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
public static final NmDocumentService service
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static final String CREATE_DATE
public static final String CREATOR
public static final String FILE_NAME
public static final String FILE_SIZE
public static final String FORMAT
public static final String LIFE_CYCLE
public static final String LOCATION
public static final String MODIFIED_DATE
public static final String MODIFIER
public static final String STATE
public static final String STATUS
public static final String TYPE
public static final String ITERATION
public static final String URL
public static final String DELIVERABLE
public static final String LATEST
public static final String ORGANIZATION_ID
public static final String COMMON_THUMBNAIL_CMP
public static final String NUMBER
public static final boolean CHECK_FOR_CONTENT
Constructor Detail |
public NmDocumentHelper()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmDocumentHelper 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 static NmDocument getNmDocumentWithType(NmOid oid) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |