Class ExportMiningRepositoryAction
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.Action<O>
-
- com.evolveum.midpoint.ninja.action.RepositoryAction<ExportMiningOptions>
-
- com.evolveum.midpoint.ninja.action.mining.ExportMiningRepositoryAction
-
public class ExportMiningRepositoryAction extends RepositoryAction<ExportMiningOptions>
-
-
Field Summary
Fields Modifier and Type Field Description static String
OPERATION_NAME
static String
OPERATION_SHORT_NAME
-
Constructor Summary
Constructors Constructor Description ExportMiningRepositoryAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Runnable
createConsumer(BlockingQueue<FocusType> queue, OperationStatus operation)
void
execute()
LogTarget
getInfoLogTarget()
-
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
handleResultOnFinish, init
-
-
-
-
Field Detail
-
OPERATION_SHORT_NAME
public static final String OPERATION_SHORT_NAME
- See Also:
- Constant Field Values
-
OPERATION_NAME
public static final String OPERATION_NAME
-
-
Method Detail
-
createConsumer
protected Runnable createConsumer(BlockingQueue<FocusType> queue, OperationStatus operation)
-
execute
public void execute() throws Exception
- Specified by:
execute
in classAction<ExportMiningOptions>
- Throws:
Exception
-
getInfoLogTarget
public LogTarget getInfoLogTarget()
- Overrides:
getInfoLogTarget
in classAction<ExportMiningOptions>
-
-