Package | Description |
---|---|
com.evolveum.midpoint.common.expression | |
com.evolveum.midpoint.common.expression.script | |
com.evolveum.midpoint.common.mapping |
Modifier and Type | Method and Description |
---|---|
Source<?> |
ExpressionEvaluationContext.getDefaultSource() |
Modifier and Type | Method and Description |
---|---|
Collection<Source<?>> |
ExpressionEvaluationContext.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionEvaluationContext.setDefaultSource(Source<?> defaultSource) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionEvaluationContext.setSources(Collection<Source<?>> sources) |
Constructor and Description |
---|
ExpressionEvaluationContext(Collection<Source<?>> sources,
Map<QName,Object> variables,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
Source<V> |
SourceTriple.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
SourceTriple.setSource(Source<V> source) |
Constructor and Description |
---|
SourceTriple(Source<V> source) |
SourceTriple(Source<V> source,
Collection<V> zeroSet,
Collection<V> plusSet,
Collection<V> minusSet) |
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 © 2013 evolveum. All rights reserved.