|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PrismPropertyValue in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression that return types with arguments of type PrismPropertyValue | ||
---|---|---|
|
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 | ||
---|---|---|
|
ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result)
|
|
|
ScriptExpression.evaluate(ScriptVariables variables,
ScriptExpressionReturnTypeType suggestedReturnType,
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 | ||
---|---|---|
|
Jsr223ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
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 | ||
---|---|---|
|
XPathScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result)
|
Uses of PrismPropertyValue in com.evolveum.midpoint.common.filter |
---|
Methods in com.evolveum.midpoint.common.filter that return PrismPropertyValue | ||
---|---|---|
|
Filter.apply(PrismPropertyValue<T> value)
|
Methods in com.evolveum.midpoint.common.filter with parameters of type PrismPropertyValue | ||
---|---|---|
|
Filter.apply(PrismPropertyValue<T> value)
|
Uses of PrismPropertyValue in com.evolveum.midpoint.model.filter |
---|
Methods in com.evolveum.midpoint.model.filter that return PrismPropertyValue | ||
---|---|---|
|
DiacriticsFilter.apply(PrismPropertyValue<T> propertyValue)
|
|
|
EmptyFilter.apply(PrismPropertyValue<T> value)
|
|
|
PatternFilter.apply(PrismPropertyValue<T> propertyValue)
|
Methods in com.evolveum.midpoint.model.filter with parameters of type PrismPropertyValue | ||
---|---|---|
|
DiacriticsFilter.apply(PrismPropertyValue<T> propertyValue)
|
|
|
EmptyFilter.apply(PrismPropertyValue<T> value)
|
|
|
PatternFilter.apply(PrismPropertyValue<T> propertyValue)
|
|
protected
|
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(QName attrName)
|
Collection<Mapping<? extends PrismPropertyValue<?>>> |
AccountConstruction.getAttributeConstructions()
|
Collection<PrismPropertyValue<AccountConstruction>> |
AccountConstructionPack.getConstructions()
|
Map<QName,DeltaSetTriple<ItemValueWithOrigin<? extends PrismPropertyValue<?>>>> |
LensProjectionContext.getSqueezedAttributes()
|
Methods in com.evolveum.midpoint.model.lens with parameters of type PrismPropertyValue | |
---|---|
void |
AccountConstructionPack.add(PrismPropertyValue<AccountConstruction> construction)
|
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(Map<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
|
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()
|
|
|
PrismProperty.getValue(Class<X> type)
Type override, also for compatibility. |
Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismPropertyValue | ||
---|---|---|
static
|
PrismPropertyValue.createCollection(Collection<T> realValueCollection)
|
|
static
|
PrismPropertyValue.createCollection(T[] realValueArray)
|
|
List<PrismPropertyValue<T>> |
PrismProperty.getValues()
Returns property values. |
|
|
PrismProperty.getValues(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(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(Collection<PrismPropertyValue<T>> pValuesToAdd)
|
|
static boolean |
PrismPropertyValue.containsRealValue(Collection<PrismPropertyValue<?>> collection,
PrismPropertyValue<?> value)
|
|
boolean |
PrismProperty.deleteValues(Collection<PrismPropertyValue<T>> pValuesToDelete)
|
|
static
|
PrismPropertyValue.getValues(Collection<PrismPropertyValue<T>> pvals)
|
|
void |
PrismProperty.replaceValues(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 | ||
---|---|---|
|
PropertyDelta.getValues(Class<T> type)
Returns all values regardless of whether they are added or removed or replaced. |
|
protected static
|
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
|
PrismAsserts.assertPropertyValues(String message,
Collection<PrismPropertyValue<T>> results,
T... expectedValues)
|
|
static
|
PrismAsserts.assertPropertyValues(String message,
Collection<T> expected,
Collection<PrismPropertyValue<T>> results)
|
|
static
|
PrismAsserts.assertValues(String message,
Collection<PrismPropertyValue<T>> actualPValues,
T[] expectedValues)
|
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
|
TestUtil.assertPropertyValueSetEquals(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 submitedProperties,
SubmitStatus status)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |