Class ExportMiningRepositoryAction
java.lang.Object
com.evolveum.midpoint.ninja.action.Action<O,R>
com.evolveum.midpoint.ninja.action.RepositoryAction<ExportMiningOptions,Void>
com.evolveum.midpoint.ninja.action.mining.ExportMiningRepositoryAction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Runnable
createConsumer
(BlockingQueue<FocusType> queue, OperationStatus operation) execute()
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
destroy, getApplicationContextLevel, handleResultOnFinish, init
-
Field Details
-
OPERATION_SHORT_NAME
- See Also:
-
OPERATION_NAME
-
-
Constructor Details
-
ExportMiningRepositoryAction
public ExportMiningRepositoryAction()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationName
in classAction<ExportMiningOptions,
Void>
-
createConsumer
-
execute
- Specified by:
execute
in classAction<ExportMiningOptions,
Void> - Throws:
Exception
-
getLogTarget
- Overrides:
getLogTarget
in classAction<ExportMiningOptions,
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.
-