com.ibm.mashups.enabler.ac.operation
Interface Constants


public Constants

com.ibm.mashups.enabler.ac.operation.Constants defines all the public menu operation constants.
Each constants should be referred to as : com.ibm.mashups.enabler.ac.operation.Constants.EDIT_PAGE_LAYOUT...


Field Summary
 String EDIT_PAGE_LAYOUT
           Edit page layout operation enabling the user to edit and change the layout of a given page.
 String EDIT_PAGE_PROPERTIES
           Edit page properties operation enabling the user to edit and change the properties of a given page.
 String ASSIGN_PAGE_PERMISSIONS
           Assign page permission operation enabling the user to edit and change the permissions and owner of a given page.
 String WIDGET_MODE_VIEW
           Allows the user to switch into view mode of the given widget
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check     id: the ID of the widget for which to perform the check
 String WIDGET_MODE_PERSONALIZE
           Allows the user to switch into personalize mode of the given widget
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check     id: the ID of the widget for which to perform the check
 String WIDGET_MODE_EDIT
           Allows the user to switch into edit mode of the given widget
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check     id: the ID of the widget for which to perform the check
 String WIDGET_MODE_CONFIG
           Allows the user to switch into config mode of the given widget
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check     id: the ID of the widget for which to perform the check
 

Field Detail

EDIT_PAGE_LAYOUT

String EDIT_PAGE_LAYOUT
Edit page layout operation enabling the user to edit and change the layout of a given page.
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check


EDIT_PAGE_PROPERTIES

String EDIT_PAGE_PROPERTIES
Edit page properties operation enabling the user to edit and change the properties of a given page.
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check


ASSIGN_PAGE_PERMISSIONS

String ASSIGN_PAGE_PERMISSIONS
Assign page permission operation enabling the user to edit and change the permissions and owner of a given page.
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check


WIDGET_MODE_VIEW

String WIDGET_MODE_VIEW
Allows the user to switch into view mode of the given widget
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check     id: the ID of the widget for which to perform the check

Since:
3.0

WIDGET_MODE_PERSONALIZE

String WIDGET_MODE_PERSONALIZE
Allows the user to switch into personalize mode of the given widget
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check     id: the ID of the widget for which to perform the check

Since:
3.0

WIDGET_MODE_EDIT

String WIDGET_MODE_EDIT
Allows the user to switch into edit mode of the given widget
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check     id: the ID of the widget for which to perform the check

Since:
3.0

WIDGET_MODE_CONFIG

String WIDGET_MODE_CONFIG
Allows the user to switch into config mode of the given widget
The com.ibm.mashups.enabler.ac.operation.Operation.isAllowed() call require a JSON context with:
    contentNode: the ID of the page for which to perform the check     id: the ID of the widget for which to perform the check

Since:
3.0


Copyright IBM Corp. 2010 All Rights Reserved.