|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.jsf.BaseActionListener
com.esri.gpt.migration.from31to93.MigrateMetadataController
public class MigrateMetadataController
A class to migrate metadata from GPT 3.1 to 9.3 database.
| Constructor Summary | |
|---|---|
MigrateMetadataController()
|
|
| Method Summary | |
|---|---|
DBProperties |
getDbProps()
|
SelectablePublishers |
getSelectablePublishers()
Gets list of selectable publishers. |
String |
getSelectedMigrateOption()
|
String |
migrationSummary()
|
protected void |
onPrepareView(RequestContext context)
Fired when the getPrepareView() property is accessed. |
protected void |
processSubAction(javax.faces.event.ActionEvent event,
RequestContext context)
This is the default entry point for a sub-class of this ActionListener. |
void |
setDbProps(DBProperties dbProps)
|
void |
setSelectedMigrateOption(String selectedMigrateOption)
Sets the selected migrate option. |
| Methods inherited from class com.esri.gpt.framework.jsf.BaseActionListener |
|---|
assertLoggedIn, authorizeAction, extractMessageBroker, extractRequestContext, getContextBroker, getKey, getLogger, getNavigationOutcome, getPrepareView, getSecurityRoles, getSecurityRoleSet, handleException, onExecutionPhaseCompleted, onExecutionPhaseStarted, onPrepareViewCompleted, onPrepareViewStarted, processAction, setKey, setNavigationOutcome, setPrepareView, setSecurityRoles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MigrateMetadataController()
| Method Detail |
|---|
public SelectablePublishers getSelectablePublishers()
protected void onPrepareView(RequestContext context)
throws Exception
onPrepareView in class BaseActionListenercontext - the context associated with the active request
Exception - if an exception occurs
protected void processSubAction(javax.faces.event.ActionEvent event,
RequestContext context)
throws javax.faces.event.AbortProcessingException,
Exception
BaseActionListener
processSubAction in class BaseActionListenerevent - the associated JSF action eventcontext - the context associated with the active request
javax.faces.event.AbortProcessingException - if processing should be aborted
Exception - if an exception occurspublic String getSelectedMigrateOption()
public void setSelectedMigrateOption(String selectedMigrateOption)
selectedMigrateOption - the new selected migrate option.
IllegalArgumentException - if searchOption is not in MigrateOptionspublic DBProperties getDbProps()
public void setDbProps(DBProperties dbProps)
public String migrationSummary()
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||