Class Action<O>
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.Action<O>
-
- Type Parameters:
O
- options class
- Direct Known Subclasses:
RepositoryAction
,RestAction
public abstract class Action<O> extends Object
Base implementation class for action, that is Ninja command.
-
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
execute()
LogTarget
getInfoLogTarget()
protected void
handleResultOnFinish(OperationStatus operation, String finishMessage)
void
init(NinjaContext context, O options)
-
-
-
Field Detail
-
log
protected Log log
-
context
protected NinjaContext context
-
options
protected O options
-
-
Method Detail
-
init
public void init(NinjaContext context, O options)
-
getInfoLogTarget
public LogTarget getInfoLogTarget()
-
handleResultOnFinish
protected void handleResultOnFinish(OperationStatus operation, String finishMessage)
-
-