Class CountRepositoryAction
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.Action<O>
-
- com.evolveum.midpoint.ninja.action.RepositoryAction<CountOptions>
-
- com.evolveum.midpoint.ninja.action.CountRepositoryAction
-
public class CountRepositoryAction extends RepositoryAction<CountOptions>
Created by Viliam Repan (lazyman).
-
-
Constructor Summary
Constructors Constructor Description CountRepositoryAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()LogTargetgetInfoLogTarget()-
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
handleResultOnFinish, init
-
-
-
-
Method Detail
-
getInfoLogTarget
public LogTarget getInfoLogTarget()
- Overrides:
getInfoLogTargetin classAction<CountOptions>
-
execute
public void execute() throws Exception- Specified by:
executein classAction<CountOptions>- Throws:
Exception
-
-