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
-
public class ImportRepositoryAction extends RepositoryAction<ImportOptions,Void>
Created by Viliam Repan (lazyman).
-
-
Constructor Summary
Constructors Constructor Description ImportRepositoryAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute()
LogTarget
getLogTarget()
String
getOperationName()
-
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
destroy, getApplicationContextLevel, handleResultOnFinish, init
-
-
-
-
Method Detail
-
getOperationName
public String getOperationName()
- Specified by:
getOperationName
in classAction<ImportOptions,Void>
-
execute
public Void execute() throws Exception
- Specified by:
execute
in classAction<ImportOptions,Void>
- Throws:
Exception
-
getLogTarget
public LogTarget 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.
-
-