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,D> |
SourceTriple.getSource() |
Modifier and Type | Method and Description |
---|---|
Collection<Source<?,?>> |
ExpressionEvaluationContext.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionEvaluationContext.setDefaultSource(Source<?,?> defaultSource) |
void |
SourceTriple.setSource(Source<V,D> source) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionEvaluationContext.setSources(Collection<Source<?,?>> sources) |
Constructor and Description |
---|
SourceTriple(Source<V,D> source) |
SourceTriple(Source<V,D> source,
Collection<V> zeroSet,
Collection<V> plusSet,
Collection<V> minusSet) |
Constructor and Description |
---|
ExpressionEvaluationContext(Collection<Source<?,?>> 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 © 2016 evolveum. All rights reserved.