Class CountRepositoryAction
java.lang.Object
com.evolveum.midpoint.ninja.action.Action<O,R>
com.evolveum.midpoint.ninja.action.RepositoryAction<CountOptions,Void>
com.evolveum.midpoint.ninja.action.CountRepositoryAction
Created by Viliam Repan (lazyman).
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
destroy, getApplicationContextLevel, handleResultOnFinish, init
-
Constructor Details
-
CountRepositoryAction
public CountRepositoryAction()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationName
in classAction<CountOptions,
Void>
-
getLogTarget
- Overrides:
getLogTarget
in classAction<CountOptions,
Void> - Returns:
- target where the log should be printed. In case action result is printed to the standard output, log messages should go to the standard error no to mix the output. Otherwise, log messages should go to the standard output.
-
execute
- Specified by:
execute
in classAction<CountOptions,
Void> - Throws:
Exception
-