|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyValue in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression that return PropertyValue | ||
---|---|---|
|
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)
|
|
|
Expression.evaluateScalar(java.lang.Class<T> type,
OperationResult result)
|
Methods in com.evolveum.midpoint.common.expression that return types with arguments of type PropertyValue | ||
---|---|---|
|
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)
|
|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
Filter.apply(PropertyValue<T> value)
|
Methods in com.evolveum.midpoint.model.controller with parameters of type PropertyValue | ||
---|---|---|
|
Filter.apply(PropertyValue<T> value)
|
Uses of PropertyValue in com.evolveum.midpoint.model.filter |
---|
Methods in com.evolveum.midpoint.model.filter that return PropertyValue | ||
---|---|---|
|
DiacriticsFilter.apply(PropertyValue<T> propertyValue)
|
|
|
PatternFilter.apply(PropertyValue<T> propertyValue)
|
|
|
EmptyFilter.apply(PropertyValue<T> value)
|
Methods in com.evolveum.midpoint.model.filter with parameters of type PropertyValue | ||
---|---|---|
|
DiacriticsFilter.apply(PropertyValue<T> propertyValue)
|
|
|
PatternFilter.apply(PropertyValue<T> propertyValue)
|
|
|
EmptyFilter.apply(PropertyValue<T> value)
|
|
protected
|
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()
|
|
|
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)
|
|
|
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. |
|
|
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
|
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
|
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()
|
|
|
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()
|
|
|
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
|
TestUtil.assertPropertyValueSetEquals(java.util.Collection<PropertyValue<T>> actual,
T... expected)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |