| Methods in com.sap.portal.admin.editor that throw EditorResourceException |
EditorLockingStatus |
ILockingPolicy.getLock(IEditorContext context,
com.sap.security.api.IPrincipal principal,
boolean enforce,
com.sapportals.common.PPLogger logger)
Get lock for the current editor, using the concrete
Algorythem, considaring the data type and the
locking policy
The editor framework maintains the locking flow, according to the status
That this plugin return. |
void |
IDataHandler.loadData(IEditorContext ctx,
com.sap.security.api.IPrincipal principal,
com.sapportals.common.PPLogger logger)
The data should be loaded and stored in the editor context
Using the API: public void setProperty(String key,Object value);
Tip: The keys of the stored data can be the same keys
as the UI components value path. |
void |
IDataHandler.saveData(IEditorContext ctx,
com.sap.security.api.IPrincipal principal,
com.sapportals.common.PPLogger logger)
Save the edited data of this editor |
void |
PCMDataHandler.saveData(IEditorContext ctx,
com.sap.security.api.IPrincipal principal,
com.sapportals.common.PPLogger logger)
|