|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.crowd.console.action.BaseAction
com.atlassian.crowd.console.action.dataimport.BaseImporter
com.atlassian.crowd.console.action.dataimport.DirectoryImporter
public class DirectoryImporter
This action handles the setup of an import from one directory to another.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.crowd.console.action.dataimport.BaseImporter |
|---|
IMPORTER_CONFIGURATION, logger, result |
| Fields inherited from class com.atlassian.crowd.console.action.BaseAction |
|---|
actionMessageAlertColor, ALERT_BLUE, ALERT_GREEN, ALERT_RED, ALERT_YELLOW, applicationManager, crowdLicenseManager, directoryManager, initialLoad, propertyManager, tab |
| Fields inherited from class com.opensymphony.xwork.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
DirectoryImporter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
doImport()
|
java.lang.String |
execute()
|
DirectoryConfiguration |
getConfiguration()
|
java.lang.Boolean |
getOverwriteTarget()
|
java.lang.Long |
getSourceDirectoryID()
|
java.lang.Long |
getTargetDirectoryID()
|
void |
setOverwriteTarget(java.lang.Boolean overwriteTarget)
|
void |
setSession(java.util.Map session)
|
void |
setSourceDirectoryID(java.lang.Long sourceDirectoryID)
|
void |
setTargetDirectoryID(java.lang.Long targetDirectoryID)
|
| Methods inherited from class com.atlassian.crowd.console.action.dataimport.BaseImporter |
|---|
getDirectories, getResult, setDirectories, setResult |
| Methods inherited from class com.opensymphony.xwork.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryImporter()
| Method Detail |
|---|
public java.lang.String execute()
throws java.lang.Exception
execute in interface com.opensymphony.xwork.Actionexecute in class com.opensymphony.xwork.ActionSupportjava.lang.Exceptionpublic java.lang.String doImport()
public DirectoryConfiguration getConfiguration()
public java.lang.Long getSourceDirectoryID()
public void setSourceDirectoryID(java.lang.Long sourceDirectoryID)
public java.lang.Boolean getOverwriteTarget()
public void setOverwriteTarget(java.lang.Boolean overwriteTarget)
public java.lang.Long getTargetDirectoryID()
public void setTargetDirectoryID(java.lang.Long targetDirectoryID)
public void setSession(java.util.Map session)
setSession in interface com.opensymphony.webwork.interceptor.SessionAware
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||