Class ModelExpressionThreadLocalHolder
java.lang.Object
com.evolveum.midpoint.model.common.expression.ModelExpressionThreadLocalHolder
Accesses
ModelExpressionEnvironment via ExpressionEnvironmentThreadLocalHolder
(containing e.g. lens context, projection context, mapping, and task) to be used
from withing scripts and methods that are called from scripts.
TODO Is the name (still) correct? The "thread local holder" is in a separate class now.- Author:
- Radovan Semancik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelContext<?>static @NotNull ModelContext<?>static <V extends PrismValue,D extends ItemDefinition<?>>
Mapping<V,D> static ModelProjectionContextstatic ModelProjectionContext
-
Constructor Details
-
ModelExpressionThreadLocalHolder
public ModelExpressionThreadLocalHolder()
-
-
Method Details
-
getLensContext
-
getLensContextRequired
-
getMapping
-
getProjectionContext
-
getProjectionContextRequired
-