Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.doclib.view
Interface FeatureFlags


public interface FeatureFlags

Constants for the various feature flags used in the featuresOff task-flow parameter to disable user interface features.

Since:
11.1.1.4.0

Field Summary
static java.lang.String ADVANCEDSEARCH_FLAG
          Ability to run advanced document searches using the advanced query builder
static java.lang.String AUTOVUE_FLAG
          Ability to view and create AutoVue markup
static java.lang.String CHECKIN_FLAG
          Ability to upload new versions of a document
static java.lang.String CHECKOUT_FLAG
          Ability to check-out a document
static java.lang.String CLIPBOARD_FLAG
          Ability to copy, cut & paste documents and folders
static java.lang.String CLOSE_FLAG
          Ability to close document viewer and return to folder view
static java.lang.String COMMENTS_FLAG
          Ability to view & edit comments on documents
static java.lang.String DELETE_FLAG
          Ability to delete documents and folders
static java.lang.String DOWNLOAD_FLAG
          Ability to download documents
static java.lang.String DRAGNDROP_FLAG
          Ability to use drag-and-drop to copy and move documents and folders
static java.lang.String EDITHTML_FLAG
          Ability to edit wiki and HTML documents using the rich text editor
static java.lang.String EDITOFFICE_FLAG
          Ability to edit a document using the Microsoft Office applications
static java.lang.String HISTORY_FLAG
          Ability to view a document's version history
static java.lang.String ILS_FLAG
          Controls Item level seurity on a file or folder.
static java.lang.String LIKES_FLAG
          Ability to like documents and view likes information
static java.lang.String LINKS_FLAG
          Ability to view and manage links to other WebCenter resources
static java.lang.String MULTIFILE_UPLOAD_FLAG
          Ability to upload multiple documents from the same screen
static java.lang.String NEWFOLDER_FLAG
          Ability to create new folders
static java.lang.String NEWHTML_FLAG
          Ability to create new wiki documents
static java.lang.String PROFILE_UPLOAD_FLAG
          Ability to upload documents using UCM profiles metadata
static java.lang.String PROPERTIES_FLAG
          Ability to view and edit advanced document properties
static java.lang.String RECOMMENDATIONS_FLAG
          Ability to view recommended item
static java.lang.String RELATED_ITEMS_FLAG
          Combination of LINKS_FLAG, TAGS_FLAG and RECOMMENDATIONS_FLAG
static java.lang.String RENAME_FLAG
          Ability to rename a document
static java.lang.String SEARCH_FLAG
          Ability to run document searches
static java.lang.String SIDEBARS_FLAG
          Disables all document viewer sidebars (same as RELATED_ITEMS_FLAG, #COMMENTS, HISTORY_FLAG, PROPERTIES_FLAG and {@link #AUTOVUE_FLAG)
static java.lang.String SOCIAL_FLAG
          Combination of RELATED_ITEMS_FLAG, LIKES_FLAG and COMMENTS_FLAG, as well as 'send mail' and 'send to activity stream'
static java.lang.String TAGS_FLAG
          Ability to view and manage tags
static java.lang.String TITLE_FLAG
          Used to hide the title section of the UI (location breadcrumbs and move up/back button)
static java.lang.String UPLOAD_FLAG
          Ability to upload new documents
static java.lang.String WORKFLOW_FLAG
          Ability to view and act on workflow information and to configure workflow settings

 

Field Detail

CHECKIN_FLAG

static final java.lang.String CHECKIN_FLAG
Ability to upload new versions of a document
See Also:
Constant Field Values

CHECKOUT_FLAG

static final java.lang.String CHECKOUT_FLAG
Ability to check-out a document
See Also:
Constant Field Values

CLIPBOARD_FLAG

static final java.lang.String CLIPBOARD_FLAG
Ability to copy, cut & paste documents and folders
See Also:
Constant Field Values

CLOSE_FLAG

static final java.lang.String CLOSE_FLAG
Ability to close document viewer and return to folder view
See Also:
Constant Field Values

DELETE_FLAG

static final java.lang.String DELETE_FLAG
Ability to delete documents and folders
See Also:
Constant Field Values

DOWNLOAD_FLAG

static final java.lang.String DOWNLOAD_FLAG
Ability to download documents
See Also:
Constant Field Values

DRAGNDROP_FLAG

static final java.lang.String DRAGNDROP_FLAG
Ability to use drag-and-drop to copy and move documents and folders
See Also:
Constant Field Values

EDITHTML_FLAG

static final java.lang.String EDITHTML_FLAG
Ability to edit wiki and HTML documents using the rich text editor
See Also:
Constant Field Values

EDITOFFICE_FLAG

static final java.lang.String EDITOFFICE_FLAG
Ability to edit a document using the Microsoft Office applications
See Also:
Constant Field Values

NEWFOLDER_FLAG

static final java.lang.String NEWFOLDER_FLAG
Ability to create new folders
See Also:
Constant Field Values

NEWHTML_FLAG

static final java.lang.String NEWHTML_FLAG
Ability to create new wiki documents
See Also:
Constant Field Values

RENAME_FLAG

static final java.lang.String RENAME_FLAG
Ability to rename a document
See Also:
Constant Field Values

UPLOAD_FLAG

static final java.lang.String UPLOAD_FLAG
Ability to upload new documents
See Also:
Constant Field Values

MULTIFILE_UPLOAD_FLAG

static final java.lang.String MULTIFILE_UPLOAD_FLAG
Ability to upload multiple documents from the same screen
See Also:
Constant Field Values

PROFILE_UPLOAD_FLAG

static final java.lang.String PROFILE_UPLOAD_FLAG
Ability to upload documents using UCM profiles metadata
See Also:
Constant Field Values

SEARCH_FLAG

static final java.lang.String SEARCH_FLAG
Ability to run document searches
See Also:
Constant Field Values

ADVANCEDSEARCH_FLAG

static final java.lang.String ADVANCEDSEARCH_FLAG
Ability to run advanced document searches using the advanced query builder
See Also:
Constant Field Values

WORKFLOW_FLAG

static final java.lang.String WORKFLOW_FLAG
Ability to view and act on workflow information and to configure workflow settings
See Also:
Constant Field Values

PROPERTIES_FLAG

static final java.lang.String PROPERTIES_FLAG
Ability to view and edit advanced document properties
See Also:
Constant Field Values

HISTORY_FLAG

static final java.lang.String HISTORY_FLAG
Ability to view a document's version history
See Also:
Constant Field Values

COMMENTS_FLAG

static final java.lang.String COMMENTS_FLAG
Ability to view & edit comments on documents
See Also:
Constant Field Values

LIKES_FLAG

static final java.lang.String LIKES_FLAG
Ability to like documents and view likes information
See Also:
Constant Field Values

LINKS_FLAG

static final java.lang.String LINKS_FLAG
Ability to view and manage links to other WebCenter resources
See Also:
Constant Field Values

TAGS_FLAG

static final java.lang.String TAGS_FLAG
Ability to view and manage tags
See Also:
Constant Field Values

RECOMMENDATIONS_FLAG

static final java.lang.String RECOMMENDATIONS_FLAG
Ability to view recommended item
See Also:
Constant Field Values

AUTOVUE_FLAG

static final java.lang.String AUTOVUE_FLAG
Ability to view and create AutoVue markup
See Also:
Constant Field Values

TITLE_FLAG

static final java.lang.String TITLE_FLAG
Used to hide the title section of the UI (location breadcrumbs and move up/back button)
See Also:
Constant Field Values

RELATED_ITEMS_FLAG

static final java.lang.String RELATED_ITEMS_FLAG
Combination of LINKS_FLAG, TAGS_FLAG and RECOMMENDATIONS_FLAG
See Also:
Constant Field Values

SOCIAL_FLAG

static final java.lang.String SOCIAL_FLAG
Combination of RELATED_ITEMS_FLAG, LIKES_FLAG and COMMENTS_FLAG, as well as 'send mail' and 'send to activity stream'
See Also:
Constant Field Values

SIDEBARS_FLAG

static final java.lang.String SIDEBARS_FLAG
Disables all document viewer sidebars (same as RELATED_ITEMS_FLAG, #COMMENTS, HISTORY_FLAG, PROPERTIES_FLAG and {@link #AUTOVUE_FLAG)
See Also:
Constant Field Values

ILS_FLAG

static final java.lang.String ILS_FLAG
Controls Item level seurity on a file or folder.
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.