Uses of Class
com.evolveum.midpoint.prism.PrismPropertyValue

Packages that use PrismPropertyValue
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.expression.script   
com.evolveum.midpoint.common.expression.script.jsr223   
com.evolveum.midpoint.common.expression.script.xpath   
com.evolveum.midpoint.common.filter   
com.evolveum.midpoint.model.filter   
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.dom   
com.evolveum.midpoint.prism.util   
com.evolveum.midpoint.repo.api.query   
com.evolveum.midpoint.test.util   
com.evolveum.midpoint.web.component.prism   
com.evolveum.midpoint.web.page.admin.users.dto   
 

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

Methods in com.evolveum.midpoint.common.expression that return types with arguments of type PrismPropertyValue
<X> ItemDeltaItem<PrismPropertyValue<X>>
ItemDeltaItem.resolveStructuredProperty(ItemPath resolvePath, PrismPropertyDefinition outputDefinition, ItemPath outputPath)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.common.expression.script
 

Methods in com.evolveum.midpoint.common.expression.script that return types with arguments of type PrismPropertyValue
<T> java.util.List<PrismPropertyValue<T>>
ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType, ScriptVariables variables, ItemDefinition outputDefinition, ScriptExpressionReturnTypeType suggestedReturnType, ObjectResolver objectResolver, MidPointFunctions functionLibrary, java.lang.String contextDescription, OperationResult result)
           
<T> java.util.List<PrismPropertyValue<T>>
ScriptExpression.evaluate(ScriptVariables variables, ScriptExpressionReturnTypeType suggestedReturnType, java.lang.String contextDescription, OperationResult result)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.common.expression.script.jsr223
 

Methods in com.evolveum.midpoint.common.expression.script.jsr223 that return types with arguments of type PrismPropertyValue
<T> java.util.List<PrismPropertyValue<T>>
Jsr223ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType, ScriptVariables variables, ItemDefinition outputDefinition, ScriptExpressionReturnTypeType suggestedReturnType, ObjectResolver objectResolver, MidPointFunctions functionLibrary, java.lang.String contextDescription, OperationResult result)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.common.expression.script.xpath
 

Methods in com.evolveum.midpoint.common.expression.script.xpath that return types with arguments of type PrismPropertyValue
<T> java.util.List<PrismPropertyValue<T>>
XPathScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType, ScriptVariables variables, ItemDefinition outputDefinition, ScriptExpressionReturnTypeType suggestedReturnType, ObjectResolver objectResolver, MidPointFunctions functionLibrary, java.lang.String contextDescription, OperationResult result)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.common.filter
 

Methods in com.evolveum.midpoint.common.filter that return PrismPropertyValue
<T> PrismPropertyValue<T>
Filter.apply(PrismPropertyValue<T> value)
           
 

Methods in com.evolveum.midpoint.common.filter with parameters of type PrismPropertyValue
<T> PrismPropertyValue<T>
Filter.apply(PrismPropertyValue<T> value)
           
 

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

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

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

Uses of PrismPropertyValue in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that return types with arguments of type PrismPropertyValue
 PrismValueDeltaSetTriple<PrismPropertyValue<AccountConstruction>> LensProjectionContext.getAccountConstructionDeltaSetTriple()
           
 Mapping<? extends PrismPropertyValue<?>> AccountConstruction.getAttributeConstruction(javax.xml.namespace.QName attrName)
           
 java.util.Collection<Mapping<? extends PrismPropertyValue<?>>> AccountConstruction.getAttributeConstructions()
           
 java.util.Map<javax.xml.namespace.QName,DeltaSetTriple<ItemValueWithOrigin<? extends PrismPropertyValue<?>>>> LensProjectionContext.getSqueezedAttributes()
           
 

Method parameters in com.evolveum.midpoint.model.lens with type arguments of type PrismPropertyValue
 void AccountConstruction.addAttributeConstruction(Mapping<? extends PrismPropertyValue<?>> valueConstruction)
           
 void LensProjectionContext.setAccountConstructionDeltaSetTriple(PrismValueDeltaSetTriple<PrismPropertyValue<AccountConstruction>> accountConstructionDeltaSetTriple)
           
 void LensProjectionContext.setSqueezedAttributes(java.util.Map<javax.xml.namespace.QName,DeltaSetTriple<ItemValueWithOrigin<? extends PrismPropertyValue<?>>>> squeezedAttributes)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.model.util
 

Methods in com.evolveum.midpoint.model.util with parameters of type PrismPropertyValue
static
<T extends ObjectType>
void
Utils.encryptValue(Protector protector, PrismPropertyValue pval, OperationResult result)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.prism
 

Methods in com.evolveum.midpoint.prism that return PrismPropertyValue
 PrismPropertyValue<T> PrismPropertyValue.clone()
           
 PrismPropertyValue<T> PrismProperty.getNextValue(PrismValue value)
           
 PrismPropertyValue<T> PrismProperty.getPreviousValue(PrismValue value)
           
 PrismPropertyValue<T> PrismProperty.getValue()
           
<X> PrismPropertyValue<X>
PrismProperty.getValue(java.lang.Class<X> type)
          Type override, also for compatibility.
 

Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismPropertyValue
static
<T> java.util.Collection<PrismPropertyValue<T>>
PrismPropertyValue.createCollection(java.util.Collection<T> realValueCollection)
           
static
<T> java.util.Collection<PrismPropertyValue<T>>
PrismPropertyValue.createCollection(T[] realValueArray)
           
 java.util.List<PrismPropertyValue<T>> PrismProperty.getValues()
          Returns property values.
<X> java.util.List<PrismPropertyValue<X>>
PrismProperty.getValues(java.lang.Class<X> type)
          Type override, also for compatibility.
 

Methods in com.evolveum.midpoint.prism with parameters of type PrismPropertyValue
 void PrismProperty.addValue(PrismPropertyValue<T> pValueToAdd)
           
static boolean PrismPropertyValue.containsRealValue(java.util.Collection<PrismPropertyValue<?>> collection, PrismPropertyValue<?> value)
           
protected  void PrismPropertyValue.copyValues(PrismPropertyValue clone)
           
 boolean PrismProperty.deleteValue(PrismPropertyValue<T> pValueToDelete)
           
 boolean PrismPropertyValue.equalsComplex(PrismPropertyValue<?> other, boolean ignoreMetadata, boolean isLiteral)
           
 boolean PrismProperty.hasRealValue(PrismPropertyValue<T> value)
           
 boolean PrismProperty.hasValue(PrismPropertyValue<T> value)
           
 void PrismProperty.setValue(PrismPropertyValue<T> value)
          Means as a short-hand for setting just a value for single-valued attributes.
 

Method parameters in com.evolveum.midpoint.prism with type arguments of type PrismPropertyValue
 void PrismProperty.addValues(java.util.Collection<PrismPropertyValue<T>> pValuesToAdd)
           
static boolean PrismPropertyValue.containsRealValue(java.util.Collection<PrismPropertyValue<?>> collection, PrismPropertyValue<?> value)
           
 boolean PrismProperty.deleteValues(java.util.Collection<PrismPropertyValue<T>> pValuesToDelete)
           
static
<T> java.util.Collection<T>
PrismPropertyValue.getValues(java.util.Collection<PrismPropertyValue<T>> pvals)
           
 void PrismProperty.replaceValues(java.util.Collection<PrismPropertyValue<T>> valuesToReplace)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.prism.delta
 

Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type PrismPropertyValue
<T> java.util.Collection<PrismPropertyValue<T>>
PropertyDelta.getValues(java.lang.Class<T> type)
          Returns all values regardless of whether they are added or removed or replaced.
protected static
<X> java.util.Collection<PrismPropertyValue<X>>
ObjectDelta.toPrismPropertyValues(PrismContext prismContext, X... propertyValues)
           
 

Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismPropertyValue
 boolean PropertyDelta.isRealValueToAdd(PrismPropertyValue<?> value)
           
 boolean PropertyDelta.isRealValueToDelete(PrismPropertyValue<?> value)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.prism.dom
 

Methods in com.evolveum.midpoint.prism.dom that return PrismPropertyValue
protected  PrismPropertyValue ElementPrismPropertyImpl.getValue()
           
 

Constructors in com.evolveum.midpoint.prism.dom with parameters of type PrismPropertyValue
ElementPrismPropertyImpl(PrismPropertyValue value)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.prism.util
 

Method parameters in com.evolveum.midpoint.prism.util with type arguments of type PrismPropertyValue
static
<T> void
PrismAsserts.assertPropertyValues(java.lang.String message, java.util.Collection<PrismPropertyValue<T>> results, T... expectedValues)
           
static
<T> void
PrismAsserts.assertPropertyValues(java.lang.String message, java.util.Collection<T> expected, java.util.Collection<PrismPropertyValue<T>> results)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.repo.api.query
 

Methods in com.evolveum.midpoint.repo.api.query that return PrismPropertyValue
 PrismPropertyValue<T> SimpleFilter.getValue()
           
 

Methods in com.evolveum.midpoint.repo.api.query with parameters of type PrismPropertyValue
 void SimpleFilter.setValue(PrismPropertyValue<T> value)
           
 

Constructors in com.evolveum.midpoint.repo.api.query with parameters of type PrismPropertyValue
SimpleFilter(SimpleFilterType filterType, ItemPath propertyPath, PrismPropertyValue<T> value)
           
 

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

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

Uses of PrismPropertyValue in com.evolveum.midpoint.web.component.prism
 

Methods in com.evolveum.midpoint.web.component.prism that return PrismPropertyValue
 PrismPropertyValue<T> ValueWrapper.getOldValue()
           
 PrismPropertyValue<T> ValueWrapper.getValue()
           
 

Constructors in com.evolveum.midpoint.web.component.prism with parameters of type PrismPropertyValue
ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value)
           
ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value, PrismPropertyValue<T> oldValue, ValueStatus status)
           
ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value, PrismPropertyValue<T> oldValue, ValueStatus status)
           
ValueWrapper(PropertyWrapper property, PrismPropertyValue<T> value, ValueStatus status)
           
 

Uses of PrismPropertyValue in com.evolveum.midpoint.web.page.admin.users.dto
 

Methods in com.evolveum.midpoint.web.page.admin.users.dto that return PrismPropertyValue
 PrismPropertyValue SubmitPropertiesDto.getSubmitedProperties()
           
 PrismPropertyValue SubmitAccountChangesDto.getSubmitedValue()
           
 

Constructors in com.evolveum.midpoint.web.page.admin.users.dto with parameters of type PrismPropertyValue
SubmitAccountChangesDto(PrismPropertyValue submitedValue, SubmitStatus status)
           
SubmitPropertiesDto(PrismPropertyValue submitedPropertie, SubmitStatus status)
           
 



Copyright © 2012 evolveum. All Rights Reserved.