Class ImportRestAction
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.Action<T>
-
- com.evolveum.midpoint.ninja.action.RestAction<ImportOptions>
-
- com.evolveum.midpoint.ninja.action.ImportRestAction
-
public class ImportRestAction extends RestAction<ImportOptions>
Created by Viliam Repan (lazyman).
-
-
Constructor Summary
Constructors Constructor Description ImportRestAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
getInfoLogTarget, handleResultOnFinish, init
-
-
-
-
Method Detail
-
execute
public void execute() throws Exception
- Specified by:
execute
in classAction<ImportOptions>
- Throws:
Exception
-
-