|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webct.platform.sdk.filemanager.FileManagerSDKConstants
public final class FileManagerSDKConstants
Contains constants used by the FileManager SDK.
| Field Summary | |
|---|---|
static java.lang.String |
ITEM_TYPE_FILE
Used by FileManagerItem.getType()
to indicate that the item is a file. |
static java.lang.String |
ITEM_TYPE_FOLDER
Used by FileManagerItem.getType()
to indicate that the item is a folder. |
static java.lang.String |
PROPERTY_AUTHOR
Name of FileProperty
that stores the name of the author of a document, stored as a file. |
static java.lang.String |
PROPERTY_DESCRIPTION
Name of FileProperty
that stores the description of the contents of a file. |
static java.lang.String |
PROPERTY_KEYWORDS
Name of FileProperty
that stores a list of searchable keywords that describe the file. |
static java.lang.String |
PROPERTY_MIME_TYPE
Name of FileProperty
that stores the MIME (Multipurpose Internet Mail Extensions) type for
the file's contents. |
static java.lang.String |
PROPERTY_TITLE
Name of FileProperty
that stores the title of a document |
static java.lang.String |
REPOSITORY_FOLDER
|
static java.lang.String |
SERVER_FOLDER_PREFIX
|
static java.lang.String |
TEMPLATE_FOLDER
|
static java.lang.String |
USER_FOLDER_PREFIX
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ITEM_TYPE_FOLDER
FileManagerSDKConstantsFileManagerItem.getType()
to indicate that the item is a folder.
public static final java.lang.String ITEM_TYPE_FILE
FileManagerSDKConstantsFileManagerItem.getType()
to indicate that the item is a file.
public static final java.lang.String PROPERTY_TITLE
FileManagerSDKConstantsFileProperty
that stores the title of a document
public static final java.lang.String PROPERTY_AUTHOR
FileManagerSDKConstantsFileProperty
that stores the name of the author of a document, stored as a file.
public static final java.lang.String PROPERTY_DESCRIPTION
FileManagerSDKConstantsFileProperty
that stores the description of the contents of a file.
public static final java.lang.String PROPERTY_KEYWORDS
FileManagerSDKConstantsFileProperty
that stores a list of searchable keywords that describe the file.
public static final java.lang.String PROPERTY_MIME_TYPE
FileManagerSDKConstantsFileProperty
that stores the MIME (Multipurpose Internet Mail Extensions) type for
the file's contents. MIME types are defined by
RFC-2046.
Note that the MIME type of a file is determined by the file extension. If you attempt to modify a file's PROPERTY_MIME_TYPE property, the change will be ignored.
public static final java.lang.String SERVER_FOLDER_PREFIX
public static final java.lang.String USER_FOLDER_PREFIX
public static final java.lang.String REPOSITORY_FOLDER
public static final java.lang.String TEMPLATE_FOLDER
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||