Uses of Class
com.evolveum.midpoint.common.expression.Source

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
 java.util.Collection<Source<?>> ExpressionEvaluationParameters.getSources()
           
 

Method parameters in com.evolveum.midpoint.common.expression with type arguments of type Source
 void ExpressionEvaluationParameters.setSources(java.util.Collection<Source<?>> sources)
           
 

Constructor parameters in com.evolveum.midpoint.common.expression with type arguments of type Source
ExpressionEvaluationParameters(java.util.Collection<Source<?>> sources, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.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, java.util.Collection<V> zeroSet, java.util.Collection<V> plusSet, java.util.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)
           
 



Copyright © 2012 evolveum. All Rights Reserved.