com.webct.platform.sdk.filemanager
Class FileManagerSDKConstants

java.lang.Object
  extended by com.webct.platform.sdk.filemanager.FileManagerSDKConstants

public final class FileManagerSDKConstants
extends java.lang.Object

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

ITEM_TYPE_FOLDER

public static final java.lang.String ITEM_TYPE_FOLDER
Description copied from class: FileManagerSDKConstants
Used by FileManagerItem.getType() to indicate that the item is a folder.

See Also:
Constant Field Values

ITEM_TYPE_FILE

public static final java.lang.String ITEM_TYPE_FILE
Description copied from class: FileManagerSDKConstants
Used by FileManagerItem.getType() to indicate that the item is a file.

See Also:
Constant Field Values

PROPERTY_TITLE

public static final java.lang.String PROPERTY_TITLE
Description copied from class: FileManagerSDKConstants
Name of FileProperty that stores the title of a document

See Also:
Constant Field Values

PROPERTY_AUTHOR

public static final java.lang.String PROPERTY_AUTHOR
Description copied from class: FileManagerSDKConstants
Name of FileProperty that stores the name of the author of a document, stored as a file.

See Also:
Constant Field Values

PROPERTY_DESCRIPTION

public static final java.lang.String PROPERTY_DESCRIPTION
Description copied from class: FileManagerSDKConstants
Name of FileProperty that stores the description of the contents of a file.

See Also:
Constant Field Values

PROPERTY_KEYWORDS

public static final java.lang.String PROPERTY_KEYWORDS
Description copied from class: FileManagerSDKConstants
Name of FileProperty that stores a list of searchable keywords that describe the file.

See Also:
Constant Field Values

PROPERTY_MIME_TYPE

public static final java.lang.String PROPERTY_MIME_TYPE
Description copied from class: FileManagerSDKConstants
Name of FileProperty 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.

See Also:
Constant Field Values

SERVER_FOLDER_PREFIX

public static final java.lang.String SERVER_FOLDER_PREFIX
See Also:
Constant Field Values

USER_FOLDER_PREFIX

public static final java.lang.String USER_FOLDER_PREFIX
See Also:
Constant Field Values

REPOSITORY_FOLDER

public static final java.lang.String REPOSITORY_FOLDER
See Also:
Constant Field Values

TEMPLATE_FOLDER

public static final java.lang.String TEMPLATE_FOLDER
See Also:
Constant Field Values


Copyright © 2000-2004 WebCT Corp. All Rights Reserved.