Field Summary |
|
final public static Integer | CARDINALITY_MULTIPLE A constant indicating any the number of attachments is unlimited. |
final public static Integer | CARDINALITY_SINGLE A constant indicating maximum of one item can be attached. |
final public static String | DEFAULT_COLLECTION_ID The name of the state or tool-session attribute indicating the id of the collection that should be shown
as the default location to look for attachments for a particular invocation of the filepicker. |
final static String | FILE_PICKER_ATTACHMENTS Name of the attribute used in the tool session or state to pass a List of References back and forth to the picker. |
final static String | FILE_PICKER_ATTACH_LINKS The name of the state or tool-session attribute indicating that the file picker should return links to existing resources
in an existing collection rather than copying them to the hidden attachments area. |
final static String | FILE_PICKER_CANCEL Name of the attribute used in the tool session to tell the consumer if this resulted in a cancel. |
final static String | FILE_PICKER_FROM_TEXT |
final static String | FILE_PICKER_INSTRUCTION_TEXT The name of the tool-session or state attribute for the instructions when a tool uses Resources as attachment helper
(for create or attach but not for edit mode). |
final static String | FILE_PICKER_MAX_ATTACHMENTS The name of the tool-session or state attribute for the maximum number of items to attach. |
final static String | FILE_PICKER_RESOURCE_FILTER State or Tool-Session Attribute for the ContentResourceFilter object that the current filter should honor. |
final public static String | FILE_PICKER_SHOW_DROPBOXES The name of the state or tool-session attribute indicating that dropboxes should be shown as places from which
to select attachments. |
final public static String | FILE_PICKER_SHOW_WORKSPACE The name of the state or tool-session attribute indicating that the current user's workspace Resources collection
should be shown as places from which to select attachments. |
final static String | FILE_PICKER_SUBTITLE_TEXT Not yet implemented. |
final static String | FILE_PICKER_TITLE_TEXT |
final public static String | START_HELPER this variable is used to tell the helper to initialize. |