|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Root interface for the SCI editor. Allows you to create Service Configuration pages that plug into portal editors.
| Method Summary | |
NamedValue[] |
finalize(NamedValueMap pageInfo)
Makes any final changes before storage. |
IAdminPage[] |
getPages()
Gets the editor pages. |
void |
initialize(java.lang.String locale,
TypeNamespace namespace,
NamedValueMap parentInfo)
Sets up the editor and processes any existing settings. |
| Method Detail |
public IAdminPage[] getPages()
throws ServiceException
getContent and validate are
done through IAdminPage.
IAdminPage array of editor pages
ServiceException - if a SOAP error occursIAdminPage
public void initialize(java.lang.String locale,
TypeNamespace namespace,
NamedValueMap parentInfo)
throws ServiceException
locale - the user's localenamespace - the TypeNamespace for the editor page (crawler, search, etc.)parentInfo - null for all editors that do not have a parent (all editors except for crawlers).
For crawlers, incoming NamedValueMap from the portal
contains all the values provided in finalize
from the data source. Note: The names in NamedValues are converted to uppercase by the portal.
ServiceException - if a SOAP error occurs
public NamedValue[] finalize(NamedValueMap pageInfo)
throws ServiceException
TypeStorage.STRING.
All names in NamedValuesare converted to uppercase by the portal.
pageInfo - the incoming NamedValueMap of editor settings
NamedValueMap array of settings to be stored in the portal.
ServiceException - if a SOAP error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.