Modifier and Type | Method and Description |
---|---|
<X> ItemDeltaItem<PrismPropertyValue<X>> |
ItemDeltaItem.resolveStructuredProperty(ItemPath resolvePath,
PrismPropertyDefinition outputDefinition,
ItemPath outputPath) |
Modifier and Type | Method and Description |
---|---|
<T> List<PrismPropertyValue<T>> |
ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
<T> List<PrismPropertyValue<T>> |
ScriptExpression.evaluate(ScriptVariables variables,
ScriptExpressionReturnTypeType suggestedReturnType,
boolean useNew,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T> List<PrismPropertyValue<T>> |
Jsr223ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T> List<PrismPropertyValue<T>> |
XPathScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T> PrismPropertyValue<T> |
Filter.apply(PrismPropertyValue<T> value) |
Modifier and Type | Method and Description |
---|---|
<T> PrismPropertyValue<T> |
Filter.apply(PrismPropertyValue<T> value) |
Modifier and Type | Method and Description |
---|---|
<T> PrismPropertyValue<T> |
PatternFilter.apply(PrismPropertyValue<T> propertyValue) |
<T> PrismPropertyValue<T> |
DiacriticsFilter.apply(PrismPropertyValue<T> propertyValue) |
<T> PrismPropertyValue<T> |
EmptyFilter.apply(PrismPropertyValue<T> value) |
Modifier and Type | Method and Description |
---|---|
<T> PrismPropertyValue<T> |
PatternFilter.apply(PrismPropertyValue<T> propertyValue) |
<T> PrismPropertyValue<T> |
DiacriticsFilter.apply(PrismPropertyValue<T> propertyValue) |
<T> PrismPropertyValue<T> |
EmptyFilter.apply(PrismPropertyValue<T> value) |
protected <T> String |
AbstractFilter.getStringValue(PrismPropertyValue<T> propertyValue) |
Modifier and Type | Method and Description |
---|---|
PrismValueDeltaSetTriple<PrismPropertyValue<AccountConstruction>> |
LensProjectionContext.getAccountConstructionDeltaSetTriple() |
Mapping<? extends PrismPropertyValue<?>> |
AccountConstruction.getAttributeConstruction(QName attrName) |
Collection<Mapping<? extends PrismPropertyValue<?>>> |
AccountConstruction.getAttributeMappings() |
Collection<PrismPropertyValue<AccountConstruction>> |
AccountConstructionPack.getConstructions() |
Map<QName,DeltaSetTriple<ItemValueWithOrigin<? extends PrismPropertyValue<?>>>> |
LensProjectionContext.getSqueezedAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
AccountConstructionPack.add(PrismPropertyValue<AccountConstruction> construction) |
Modifier and Type | Method and Description |
---|---|
void |
AccountConstruction.addAttributeConstruction(Mapping<? extends PrismPropertyValue<?>> valueConstruction) |
void |
LensProjectionContext.setAccountConstructionDeltaSetTriple(PrismValueDeltaSetTriple<PrismPropertyValue<AccountConstruction>> accountConstructionDeltaSetTriple) |
void |
LensProjectionContext.setSqueezedAttributes(Map<QName,DeltaSetTriple<ItemValueWithOrigin<? extends PrismPropertyValue<?>>>> squeezedAttributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
ValueMatcher.hasRealValue(PrismProperty<T> property,
PrismPropertyValue<T> pValue) |
boolean |
ValueMatcher.isRealValueToAdd(PropertyDelta<T> delta,
PrismPropertyValue<T> pValue) |
Modifier and Type | Method and Description |
---|---|
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(Class<X> type)
Type override, also for compatibility.
|
Modifier and Type | Method and Description |
---|---|
static <T> Collection<PrismPropertyValue<T>> |
PrismPropertyValue.createCollection(Collection<T> realValueCollection) |
static <T> Collection<PrismPropertyValue<T>> |
PrismPropertyValue.createCollection(T[] realValueArray) |
List<PrismPropertyValue<T>> |
PrismProperty.getValues()
Returns property values.
|
<X> List<PrismPropertyValue<X>> |
PrismProperty.getValues(Class<X> type)
Type override, also for compatibility.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PrismProperty.addValues(Collection<PrismPropertyValue<T>> pValuesToAdd) |
static boolean |
PrismPropertyValue.containsRealValue(Collection<PrismPropertyValue<?>> collection,
PrismPropertyValue<?> value) |
boolean |
PrismProperty.deleteValues(Collection<PrismPropertyValue<T>> pValuesToDelete) |
static <T> Set<T> |
PrismValue.getRealValuesOfCollection(Collection<PrismPropertyValue<T>> collection) |
static <T> Collection<T> |
PrismPropertyValue.getValues(Collection<PrismPropertyValue<T>> pvals) |
void |
PrismProperty.replaceValues(Collection<PrismPropertyValue<T>> valuesToReplace) |
Modifier and Type | Method and Description |
---|---|
<T> Collection<PrismPropertyValue<T>> |
PropertyDelta.getValues(Class<T> type)
Returns all values regardless of whether they are added or removed or replaced.
|
protected static <X> Collection<PrismPropertyValue<X>> |
ObjectDelta.toPrismPropertyValues(PrismContext prismContext,
X... propertyValues) |
Modifier and Type | Method and Description |
---|---|
static <O extends Objectable,T> |
PropertyDelta.createReplaceDelta(PrismContainerDefinition<O> containerDefinition,
QName propertyName,
PrismPropertyValue<T>... pValues) |
boolean |
PropertyDelta.isRealValueToAdd(PrismPropertyValue<?> value) |
boolean |
PropertyDelta.isRealValueToDelete(PrismPropertyValue<?> value) |
Modifier and Type | Method and Description |
---|---|
protected PrismPropertyValue |
ElementPrismPropertyImpl.getValue() |
Constructor and Description |
---|
ElementPrismPropertyImpl(PrismPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
PrismAsserts.assertPropertyValues(String message,
Collection<PrismPropertyValue<T>> results,
T... expectedValues) |
static <T> void |
PrismAsserts.assertPropertyValues(String message,
Collection<T> expected,
Collection<PrismPropertyValue<T>> results) |
static <T> void |
PrismAsserts.assertValues(String message,
Collection<PrismPropertyValue<T>> actualPValues,
T[] expectedValues) |
Modifier and Type | Method and Description |
---|---|
PrismPropertyValue<T> |
SimpleFilter.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleFilter.setValue(PrismPropertyValue<T> value) |
Constructor and Description |
---|
SimpleFilter(SimpleFilterType filterType,
ItemPath propertyPath,
PrismPropertyValue<T> value) |
Modifier and Type | Method and Description |
---|---|
static String |
ValueDisplayUtil.toStringValue(PrismPropertyValue propertyValue) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
TestUtil.assertPropertyValueSetEquals(Collection<PrismPropertyValue<T>> actual,
T... expected) |
Modifier and Type | Method and Description |
---|---|
PrismPropertyValue<T> |
ValueWrapper.getOldValue() |
PrismPropertyValue<T> |
ValueWrapper.getValue() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
PrismPropertyValue |
SubmitPropertiesDto.getSubmitedProperties() |
PrismPropertyValue |
SubmitAccountChangesDto.getSubmitedValue() |
Constructor and Description |
---|
SubmitAccountChangesDto(PrismPropertyValue submitedValue,
SubmitStatus status) |
SubmitPropertiesDto(PrismPropertyValue submitedProperties,
SubmitStatus status) |
Copyright © 2013 evolveum. All rights reserved.