Class Action<T>
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.Action<T>
-
- Direct Known Subclasses:
RepositoryAction
,RestAction
public abstract class Action<T> extends Object
Created by Viliam Repan (lazyman).
-
-
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, T options)
-
-
-
Field Detail
-
log
protected Log log
-
context
protected NinjaContext context
-
options
protected T options
-
-
Method Detail
-
init
public void init(NinjaContext context, T options)
-
getInfoLogTarget
public LogTarget getInfoLogTarget()
-
handleResultOnFinish
protected void handleResultOnFinish(OperationStatus operation, String finishMessage)
-
-