|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
String EDIT_PAGE_LAYOUT
com.ibm.mashups.enabler.ac.operation.Operation.isAllowed()
call require a JSON context with:
String EDIT_PAGE_PROPERTIES
com.ibm.mashups.enabler.ac.operation.Operation.isAllowed()
call require a JSON context with:
String ASSIGN_PAGE_PERMISSIONS
com.ibm.mashups.enabler.ac.operation.Operation.isAllowed()
call require a JSON context with:
String WIDGET_MODE_VIEW
com.ibm.mashups.enabler.ac.operation.Operation.isAllowed()
call require a JSON context with:
String WIDGET_MODE_PERSONALIZE
com.ibm.mashups.enabler.ac.operation.Operation.isAllowed()
call require a JSON context with:
String WIDGET_MODE_EDIT
com.ibm.mashups.enabler.ac.operation.Operation.isAllowed()
call require a JSON context with:
String WIDGET_MODE_CONFIG
com.ibm.mashups.enabler.ac.operation.Operation.isAllowed()
call require a JSON context with:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |