Class ScriptingActionExecutorRegistry
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.scripting.ScriptingActionExecutorRegistry
-
@Component public class ScriptingActionExecutorRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description ScriptingActionExecutorRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
register(String name, ActionExecutor executor)
void
register(String name, Class<? extends ActionExpressionType> type, ActionExecutor executor)
-
-
-
Method Detail
-
register
public void register(String name, Class<? extends ActionExpressionType> type, ActionExecutor executor)
-
register
public void register(String name, ActionExecutor executor)
-
-