|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Source | |
---|---|
com.evolveum.midpoint.common.expression | |
com.evolveum.midpoint.common.expression.script | |
com.evolveum.midpoint.common.mapping |
Uses of Source in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression that return types with arguments of type Source | |
---|---|
Collection<Source<?>> |
ExpressionEvaluationParameters.getSources()
|
Method parameters in com.evolveum.midpoint.common.expression with type arguments of type Source | |
---|---|
void |
ExpressionEvaluationParameters.setSources(Collection<Source<?>> sources)
|
Constructor parameters in com.evolveum.midpoint.common.expression with type arguments of type Source | |
---|---|
ExpressionEvaluationParameters(Collection<Source<?>> sources,
Map<QName,Object> variables,
String contextDescription,
OperationResult result)
|
Uses of Source in com.evolveum.midpoint.common.expression.script |
---|
Methods in com.evolveum.midpoint.common.expression.script that return Source | |
---|---|
Source<V> |
SourceTriple.getSource()
|
Methods in com.evolveum.midpoint.common.expression.script with parameters of type Source | |
---|---|
void |
SourceTriple.setSource(Source<V> source)
|
Constructors in com.evolveum.midpoint.common.expression.script with parameters of type Source | |
---|---|
SourceTriple(Source<V> source)
|
|
SourceTriple(Source<V> source,
Collection<V> zeroSet,
Collection<V> plusSet,
Collection<V> minusSet)
|
Uses of Source in com.evolveum.midpoint.common.mapping |
---|
Methods in com.evolveum.midpoint.common.mapping that return Source | |
---|---|
Source<?> |
Mapping.getDefaultSource()
|
Methods in com.evolveum.midpoint.common.mapping with parameters of type Source | |
---|---|
void |
Mapping.setDefaultSource(Source<?> defaultSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |