Uses of Class
com.evolveum.midpoint.schema.expression.VariablesMap
-
-
Uses of VariablesMap in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type VariablesMap Modifier and Type Method Description static ObjectFilter
WebComponentUtil. evaluateExpressionsInFilter(ObjectFilter objectFilter, VariablesMap variables, OperationResult result, PageBase pageBase)
-
Uses of VariablesMap in com.evolveum.midpoint.gui.impl.component.data.column
Methods in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type VariablesMap Modifier and Type Method Description protected <V> Collection<V>
ConfigurableExpressionColumn. evaluate(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result)
protected <V> Collection<V>
ReportExpressionColumn. evaluate(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result)
protected void
ReportExpressionColumn. processReportSpecificVariables(VariablesMap variablesMap)
protected void
ConfigurableExpressionColumn. processVariables(VariablesMap variablesMap, T rowValue)
protected void
ReportExpressionColumn. processVariables(VariablesMap variablesMap, C rowValue)
-
Uses of VariablesMap in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return VariablesMap Modifier and Type Method Description protected VariablesMap
BaseSearchDataProvider. getVariables()
-
Uses of VariablesMap in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return VariablesMap Modifier and Type Method Description VariablesMap
Search. getFilterVariables(VariablesMap defaultVariables, PageBase pageBase)
Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type VariablesMap Modifier and Type Method Description ObjectQuery
Search. createObjectQuery(VariablesMap variables, PageBase pageBase)
ObjectQuery
Search. createObjectQuery(VariablesMap variables, PageBase pageBase, ObjectQuery customizeContentQuery)
VariablesMap
Search. getFilterVariables(VariablesMap defaultVariables, PageBase pageBase)
-
Uses of VariablesMap in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type VariablesMap Modifier and Type Method Description ObjectFilter
AbstractRoleSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
AssociationSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
AvailableMarkSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ChoicesSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
DateSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
DeadShadowSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
abstract <C> ObjectFilter
FilterableSearchItemWrapper. createFilter(Class<C> type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ItemPathSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ObjectCollectionListSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ObjectCollectionSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ObjectTypeSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
OidSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ProcessedObjectTypeSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
PropertySearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ReferenceSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
<T> ObjectQuery
AdvancedQueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap)
<T> ObjectQuery
AxiomQueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap)
<T> ObjectQuery
BasicQueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap)
<T> ObjectQuery
FulltextQueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap)
<T> ObjectQuery
OidSearchItemWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variables)
<T> ObjectQuery
QueryWrapper. createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variables)
-
Uses of VariablesMap in com.evolveum.midpoint.gui.impl.model
Methods in com.evolveum.midpoint.gui.impl.model with parameters of type VariablesMap Modifier and Type Method Description protected void
FlexibleLabelModel. addAdditionalVariablesMap(VariablesMap variables)
-
Uses of VariablesMap in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return VariablesMap Modifier and Type Method Description @NotNull VariablesMap
PipelineItem. getVariables()
Methods in com.evolveum.midpoint.model.api with parameters of type VariablesMap Modifier and Type Method Description Integer
ModelInteractionService. countObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
@NotNull LocalizableMessageType
ModelInteractionService. createLocalizableMessageType(LocalizableMessageTemplateType template, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
ScriptExecutionResult
ScriptingService. evaluateExpression(@NotNull ExecuteScriptType executeScriptCommand, @NotNull VariablesMap initialVariables, boolean recordProgressAndIterationStatistics, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
<T> ModelInteractionService.SearchSpec<T>
ModelInteractionService. getSearchSpecificationFromCollection(CompiledObjectCollectionView collection, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
TODO document and clean up the interfacevoid
ModelInteractionService. processObjectsFromCollection(CollectionRefSpecificationType collection, QName typeForFilter, Predicate<PrismContainer> handler, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress)
TODO documentList<? extends Serializable>
ModelInteractionService. searchObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Constructors in com.evolveum.midpoint.model.api with parameters of type VariablesMap Constructor Description PipelineItem(@NotNull PrismValue value, @NotNull OperationResult result, @NotNull VariablesMap variables)
-
Uses of VariablesMap in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression that return VariablesMap Modifier and Type Method Description static VariablesMap
VariablesMap. create(PrismContext prismContext, Object... parameters)
Expects name-value-definition triplets.static VariablesMap
VariablesMap. emptyMap()
Methods in com.evolveum.midpoint.schema.expression with parameters of type VariablesMap Modifier and Type Method Description void
VariablesMap. addVariableDefinitions(VariablesMap extraVariables)
Adds map of extra variables to the expression.void
VariablesMap. addVariableDefinitions(VariablesMap extraVariables, @NotNull Collection<String> exceptFor)
void
VariablesMap. addVariableDefinitionsNew(VariablesMap extraVariables)
Adds map of extra variables to the expression.void
VariablesMap. addVariableDefinitionsOld(VariablesMap extraVariables)
Adds map of extra variables to the expression.void
VariablesMap. putAll(VariablesMap m)
void
VariablesMap. registerAliasesFrom(VariablesMap map)
Use only if you previously register all variables from this map! -
Uses of VariablesMap in com.evolveum.midpoint.web.component
Methods in com.evolveum.midpoint.web.component with parameters of type VariablesMap Modifier and Type Method Description protected void
AbstractSummaryPanel. addAdditionalVariablesMap(VariablesMap variables)
protected void
FocusSummaryPanel. addAdditionalVariablesMap(VariablesMap variables)
-
Uses of VariablesMap in com.evolveum.midpoint.web.component.data.column
Methods in com.evolveum.midpoint.web.component.data.column with parameters of type VariablesMap Modifier and Type Method Description protected Collection<String>
ContainerableNameColumn. evaluate(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result)
protected void
ContainerableNameColumn. processVariables(VariablesMap variablesMap, C rowValue)
-
Uses of VariablesMap in com.evolveum.midpoint.web.page.admin.reports.component
Methods in com.evolveum.midpoint.web.page.admin.reports.component that return VariablesMap Modifier and Type Method Description VariablesMap
ReportObjectsListPanel. getReportVariables()
-