Class ImportRepositoryAction
java.lang.Object
com.evolveum.midpoint.ninja.action.Action<O,R>
com.evolveum.midpoint.ninja.action.RepositoryAction<ImportOptions,Void>
com.evolveum.midpoint.ninja.action.ImportRepositoryAction
Created by Viliam Repan (lazyman).
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
destroy, getApplicationContextLevel, handleResultOnFinish, init
-
Constructor Details
-
ImportRepositoryAction
public ImportRepositoryAction()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationName
in classAction<ImportOptions,
Void>
-
execute
- Specified by:
execute
in classAction<ImportOptions,
Void> - Throws:
Exception
-
getLogTarget
- Overrides:
getLogTarget
in classAction<ImportOptions,
Void> - Returns:
- target where the log should be printed. In case action result is printed to the standard output, log messages should go to the standard error no to mix the output. Otherwise, log messages should go to the standard output.
-