|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--filenet.vw.api.VWAttachmentType
Use this class to access the type information for an attachment.
Field Summary | |
static int |
ATTACHMENT_TYPE_CUSTOM_OBJECT
Value of 6: indicating the attachment type is a Custom object. |
static int |
ATTACHMENT_TYPE_DOCUMENT
Value of 3: indicating the attachment is the document type. |
static int |
ATTACHMENT_TYPE_FOLDER
Value of 2: indicating the attachment is the folder type. |
static int |
ATTACHMENT_TYPE_LIBRARY
Value of 1: indicating the attachment type is library or Object Store. |
static int |
ATTACHMENT_TYPE_STORED_SEARCH
Value of 4: indicating the attachment is the stored search type. |
static int |
ATTACHMENT_TYPE_UNDEFINED
Value of 0: indicating the attachment type is not known. |
static int |
ATTACHMENT_TYPE_URL
Value of 5: indicating the attachment type is a UNC or URL. |
Constructor Summary | |
VWAttachmentType()
|
Method Summary | |
static java.lang.String |
getLocalizedString(int theAttachmentType)
Gets a localized string associated with a valid attachment type integer value. |
static boolean |
isValid(int theAttachmentType)
Validates whether the input value is a valid attachment type. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ATTACHMENT_TYPE_UNDEFINED
public static final int ATTACHMENT_TYPE_LIBRARY
public static final int ATTACHMENT_TYPE_FOLDER
public static final int ATTACHMENT_TYPE_DOCUMENT
public static final int ATTACHMENT_TYPE_STORED_SEARCH
public static final int ATTACHMENT_TYPE_URL
public static final int ATTACHMENT_TYPE_CUSTOM_OBJECT
Constructor Detail |
public VWAttachmentType()
Method Detail |
public static java.lang.String getLocalizedString(int theAttachmentType) throws VWException
theAttachmentType
- A value associated with the localizable
description string for the attachment typeVWException
- Thrown if the
theAttachmentType parameter value is invalidisValid(int)
public static boolean isValid(int theAttachmentType)
theAttachmentType
- A value to validate as an attachment type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |