Class RunSqlAction
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.Action<RunSqlOptions,Void>
-
- com.evolveum.midpoint.ninja.action.RunSqlAction
-
public class RunSqlAction extends Action<RunSqlOptions,Void>
-
-
Constructor Summary
Constructors Constructor Description RunSqlAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute()
@NotNull NinjaApplicationContextLevel
getApplicationContextLevel(List<Object> allOptions)
String
getOperationName()
-
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
destroy, getLogTarget, handleResultOnFinish, init
-
-
-
-
Method Detail
-
getOperationName
public String getOperationName()
- Specified by:
getOperationName
in classAction<RunSqlOptions,Void>
-
getApplicationContextLevel
@NotNull public @NotNull NinjaApplicationContextLevel getApplicationContextLevel(List<Object> allOptions)
- Overrides:
getApplicationContextLevel
in classAction<RunSqlOptions,Void>
- Returns:
- Level of application context initialization required for this action.
-
-