Package | Description |
---|---|
com.evolveum.midpoint.model.common.expression | |
com.evolveum.midpoint.model.common.mapping |
Modifier and Type | Method and Description |
---|---|
Source<?> |
ExpressionEvaluationContext.getDefaultSource() |
Source<V> |
SourceTriple.getSource() |
Modifier and Type | Method and Description |
---|---|
Collection<Source<? extends PrismValue>> |
ExpressionEvaluationContext.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionEvaluationContext.setDefaultSource(Source<?> defaultSource) |
void |
SourceTriple.setSource(Source<V> source) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionEvaluationContext.setSources(Collection<Source<? extends PrismValue>> sources) |
Constructor and Description |
---|
SourceTriple(Source<V> source) |
SourceTriple(Source<V> source,
Collection<V> zeroSet,
Collection<V> plusSet,
Collection<V> minusSet) |
Constructor and Description |
---|
ExpressionEvaluationContext(Collection<Source<? extends PrismValue>> sources,
ExpressionVariables variables,
String contextDescription,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
Source<?> |
Mapping.getDefaultSource() |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.addSource(Source<?> source) |
void |
Mapping.setDefaultSource(Source<?> defaultSource) |
Copyright © 2014 evolveum. All rights reserved.