Uses of Class
com.evolveum.midpoint.schema.processor.PropertyValue

Packages that use PropertyValue
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.expression.xpath   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.filter   
com.evolveum.midpoint.schema.delta   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.test.util   
 

Uses of PropertyValue in com.evolveum.midpoint.common.expression
 

Methods in com.evolveum.midpoint.common.expression that return PropertyValue
<T> PropertyValue<T>
ExpressionEvaluator.evaluateScalar(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
<T> PropertyValue<T>
Expression.evaluateScalar(java.lang.Class<T> type, OperationResult result)
           
 

Methods in com.evolveum.midpoint.common.expression that return types with arguments of type PropertyValue
<T> java.util.List<PropertyValue<T>>
ExpressionEvaluator.evaluateList(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
<T> java.util.List<PropertyValue<T>>
Expression.evaluateList(java.lang.Class<T> type, OperationResult result)
           
 

Uses of PropertyValue in com.evolveum.midpoint.common.expression.xpath
 

Methods in com.evolveum.midpoint.common.expression.xpath that return PropertyValue
<T> PropertyValue<T>
XPathExpressionEvaluator.evaluateScalar(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
 

Methods in com.evolveum.midpoint.common.expression.xpath that return types with arguments of type PropertyValue
<T> java.util.List<PropertyValue<T>>
XPathExpressionEvaluator.evaluateList(java.lang.Class<T> type, org.w3c.dom.Element code, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, ObjectResolver objectResolver, java.lang.String contextDescription, OperationResult result)
           
 

Uses of PropertyValue in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller that return PropertyValue
<T> PropertyValue<T>
Filter.apply(PropertyValue<T> value)
           
 

Methods in com.evolveum.midpoint.model.controller with parameters of type PropertyValue
<T> PropertyValue<T>
Filter.apply(PropertyValue<T> value)
           
 

Uses of PropertyValue in com.evolveum.midpoint.model.filter
 

Methods in com.evolveum.midpoint.model.filter that return PropertyValue
<T> PropertyValue<T>
DiacriticsFilter.apply(PropertyValue<T> propertyValue)
           
<T> PropertyValue<T>
PatternFilter.apply(PropertyValue<T> propertyValue)
           
<T> PropertyValue<T>
EmptyFilter.apply(PropertyValue<T> value)
           
 

Methods in com.evolveum.midpoint.model.filter with parameters of type PropertyValue
<T> PropertyValue<T>
DiacriticsFilter.apply(PropertyValue<T> propertyValue)
           
<T> PropertyValue<T>
PatternFilter.apply(PropertyValue<T> propertyValue)
           
<T> PropertyValue<T>
EmptyFilter.apply(PropertyValue<T> value)
           
protected
<T> java.lang.String
AbstractFilter.getStringValue(PropertyValue<T> propertyValue)
           
 

Uses of PropertyValue in com.evolveum.midpoint.schema.delta
 

Methods in com.evolveum.midpoint.schema.delta that return types with arguments of type PropertyValue
 java.util.Collection<PropertyValue<T>> DeltaSetTriple.getMinusSet()
           
 java.util.Collection<PropertyValue<T>> DeltaSetTriple.getNonNegativeValues()
           
 java.util.Collection<PropertyValue<T>> DeltaSetTriple.getPlusSet()
           
<T> java.util.Collection<PropertyValue<T>>
PropertyDelta.getValues(java.lang.Class<T> type)
          Returns all values regardless of whether they are added or removed or replaced.
 java.util.Collection<PropertyValue<java.lang.Object>> PropertyDelta.getValuesToAdd()
           
 java.util.Collection<PropertyValue<java.lang.Object>> PropertyDelta.getValuesToDelete()
           
 java.util.Collection<PropertyValue<java.lang.Object>> PropertyDelta.getValuesToReplace()
           
 java.util.Collection<PropertyValue<T>> DeltaSetTriple.getZeroSet()
           
 java.util.Collection<PropertyValue<T>> DeltaSetTriple.union()
          Returns all values, regardless of the internal sets.
 

Methods in com.evolveum.midpoint.schema.delta with parameters of type PropertyValue
 void PropertyDelta.addValueToAdd(PropertyValue<java.lang.Object> newValue)
           
 void PropertyDelta.addValueToDelete(PropertyValue<java.lang.Object> newValue)
           
<O> void
DeltaSetTriple.distributeAs(PropertyValue<T> myMember, DeltaSetTriple<O> otherTriple, PropertyValue<O> otherMember)
          Distributes a value in this triple similar to the placement of other value in the other triple.
<O> void
DeltaSetTriple.distributeAs(PropertyValue<T> myMember, DeltaSetTriple<O> otherTriple, PropertyValue<O> otherMember)
          Distributes a value in this triple similar to the placement of other value in the other triple.
 boolean PropertyDelta.isRealValueToAdd(PropertyValue<?> value)
           
 boolean PropertyDelta.isRealValueToDelete(PropertyValue<?> value)
           
 boolean PropertyDelta.isValueToAdd(PropertyValue<?> value)
           
 boolean PropertyDelta.isValueToDelete(PropertyValue<?> value)
           
 

Method parameters in com.evolveum.midpoint.schema.delta with type arguments of type PropertyValue
 void PropertyDelta.addValuesToAdd(java.util.Collection<PropertyValue<java.lang.Object>> newValues)
           
 void PropertyDelta.addValuesToDelete(java.util.Collection<PropertyValue<java.lang.Object>> newValues)
           
static
<T> DeltaSetTriple<T>
DeltaSetTriple.diff(java.util.Collection<PropertyValue<T>> valuesOld, java.util.Collection<PropertyValue<T>> valuesNew)
          Compares two (unordered) collections and creates a triple describing the differences.
static
<T> DeltaSetTriple<T>
DeltaSetTriple.diff(java.util.Collection<PropertyValue<T>> valuesOld, java.util.Collection<PropertyValue<T>> valuesNew)
          Compares two (unordered) collections and creates a triple describing the differences.
 void PropertyDelta.setValuesToReplace(java.util.Collection<PropertyValue<java.lang.Object>> newValues)
           
 

Constructor parameters in com.evolveum.midpoint.schema.delta with type arguments of type PropertyValue
DeltaSetTriple(java.util.Collection<PropertyValue<T>> zeroSet, java.util.Collection<PropertyValue<T>> plusSet, java.util.Collection<PropertyValue<T>> minusSet)
           
DeltaSetTriple(java.util.Collection<PropertyValue<T>> zeroSet, java.util.Collection<PropertyValue<T>> plusSet, java.util.Collection<PropertyValue<T>> minusSet)
           
DeltaSetTriple(java.util.Collection<PropertyValue<T>> zeroSet, java.util.Collection<PropertyValue<T>> plusSet, java.util.Collection<PropertyValue<T>> minusSet)
           
 

Uses of PropertyValue in com.evolveum.midpoint.schema.processor
 

Methods in com.evolveum.midpoint.schema.processor that return PropertyValue
 PropertyValue<T> PropertyValue.clone()
           
 PropertyValue<java.lang.Object> Property.getValue()
           
<T> PropertyValue<T>
Property.getValue(java.lang.Class<T> T)
          Returns value of a single-valued property.
 

Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type PropertyValue
 java.util.Set<PropertyValue<java.lang.Object>> Property.getValues()
          Returns property values.
 java.util.Set<PropertyValue<java.lang.Object>> PropertyModification.getValues()
           
<T> java.util.Set<PropertyValue<T>>
Property.getValues(java.lang.Class<T> T)
          Returns property values.
 

Methods in com.evolveum.midpoint.schema.processor with parameters of type PropertyValue
 void Property.addValue(PropertyValue<java.lang.Object> pValueToAdd)
           
 PropertyModification Property.createModification(PropertyModification.ModificationType modificationType, PropertyValue<java.lang.Object> modifyValue)
           
 boolean Property.deleteValue(PropertyValue<java.lang.Object> pValueToDelete)
           
 boolean PropertyValue.equalsRealValue(PropertyValue<T> pValueToCompare)
           
 boolean Property.hasRealValue(PropertyValue<java.lang.Object> value)
           
 boolean Property.hasValue(PropertyValue<java.lang.Object> value)
           
 void Property.setValue(PropertyValue value)
          Means as a short-hand for setting just a value for single-valued attributes.
 

Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type PropertyValue
 void Property.addValues(java.util.Collection<PropertyValue<java.lang.Object>> pValuesToAdd)
           
 PropertyModification Property.createModification(PropertyModification.ModificationType modificationType, java.util.Set<PropertyValue<java.lang.Object>> modifyValues)
           
 boolean Property.deleteValues(java.util.Collection<PropertyValue<java.lang.Object>> pValuesToDelete)
           
 void Property.replaceValues(java.util.Collection<PropertyValue<java.lang.Object>> valuesToReplace)
           
 void Property.serializeToDom(org.w3c.dom.Node parentNode, PropertyDefinition propDef, java.util.Set<PropertyValue<java.lang.Object>> alternateValues, boolean recordType)
           
 

Constructor parameters in com.evolveum.midpoint.schema.processor with type arguments of type PropertyValue
PropertyModification(Property property, PropertyModification.ModificationType modificationType, java.util.Set<PropertyValue<java.lang.Object>> values)
          Assumes empty path (default)
PropertyModification(Property property, PropertyModification.ModificationType modificationType, XPathHolder path, java.util.Set<PropertyValue<java.lang.Object>> values)
           
 

Uses of PropertyValue in com.evolveum.midpoint.test.util
 

Method parameters in com.evolveum.midpoint.test.util with type arguments of type PropertyValue
static
<T> void
TestUtil.assertPropertyValueSetEquals(java.util.Collection<PropertyValue<T>> actual, T... expected)
           
 



Copyright © 2012 evolveum. All Rights Reserved.