Class LogExecutor
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.scripting.actions.BaseActionExecutor
-
- com.evolveum.midpoint.model.impl.scripting.actions.LogExecutor
-
- All Implemented Interfaces:
ActionExecutor
@Component public class LogExecutor extends BaseActionExecutor
- Author:
- mederly
-
-
Field Summary
Fields Modifier and Type Field Description static String
LEVEL_DEBUG
static String
LEVEL_INFO
static String
LEVEL_TRACE
static String
NAME
static String
PARAM_LEVEL
static String
PARAM_MESSAGE
-
Fields inherited from class com.evolveum.midpoint.model.impl.scripting.actions.BaseActionExecutor
cacheRepositoryService, expressionHelper, modelService, operationsHelper, prismContext, provisioningService, scriptingExpressionEvaluator, securityContextManager, securityEnforcer, taskService
-
-
Constructor Summary
Constructors Constructor Description LogExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineData
execute(ActionExpressionType expression, PipelineData input, ExecutionContext context, OperationResult parentResult)
Executes given action command.void
init()
-
Methods inherited from class com.evolveum.midpoint.model.impl.scripting.actions.BaseActionExecutor
checkRootAuthorization, drySuffix, exceptionSuffix, getOptions, getParamDryRun, optionsSuffix, processActionException
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
PARAM_LEVEL
public static final String PARAM_LEVEL
- See Also:
- Constant Field Values
-
PARAM_MESSAGE
public static final String PARAM_MESSAGE
- See Also:
- Constant Field Values
-
LEVEL_INFO
public static final String LEVEL_INFO
- See Also:
- Constant Field Values
-
LEVEL_DEBUG
public static final String LEVEL_DEBUG
- See Also:
- Constant Field Values
-
LEVEL_TRACE
public static final String LEVEL_TRACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
@PostConstruct public void init()
-
execute
public PipelineData execute(ActionExpressionType expression, PipelineData input, ExecutionContext context, OperationResult parentResult) throws ScriptExecutionException
Description copied from interface:ActionExecutor
Executes given action command.- Throws:
ScriptExecutionException
-
-