|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PrismValue in com.evolveum.midpoint.common.expression |
---|
Classes in com.evolveum.midpoint.common.expression with type parameters of type PrismValue | |
---|---|
class |
Expression<V extends PrismValue>
|
interface |
ExpressionEvaluator<V extends PrismValue>
|
class |
ItemDeltaItem<V extends PrismValue>
|
class |
Source<V extends PrismValue>
|
Methods in com.evolveum.midpoint.common.expression with type parameters of type PrismValue | ||
---|---|---|
|
ExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
java.lang.String contextDescription,
OperationResult result)
|
|
|
Expression.evaluate(ExpressionEvaluationParameters parameters)
|
|
|
ObjectDeltaObject.findIdi(ItemPath path)
|
|
|
ItemDeltaItem.findIdi(ItemPath path)
|
|
|
ExpressionFactory.getEvaluatorFactory(javax.xml.namespace.QName elementName)
|
|
|
ExpressionFactory.makeExpression(ExpressionType expressionType,
ItemDefinition outputDefinition,
java.lang.String shortDesc,
OperationResult result)
|
|
static
|
ExpressionUtil.toItemDeltaItem(java.lang.Object object,
ObjectResolver objectResolver,
java.lang.String string,
OperationResult result)
|
|
static
|
ExpressionUtil.toOutputTriple(PrismValueDeltaSetTriple<V> resultTriple,
ItemDefinition outputDefinition,
ItemPathSegment lastPathSegment,
PrismContext prismContext)
|
Uses of PrismValue in com.evolveum.midpoint.common.expression.evaluator |
---|
Classes in com.evolveum.midpoint.common.expression.evaluator with type parameters of type PrismValue | |
---|---|
class |
AsIsExpressionEvaluator<V extends PrismValue>
|
class |
GenerateExpressionEvaluator<V extends PrismValue>
|
class |
LiteralExpressionEvaluator<V extends PrismValue>
|
class |
PathExpressionEvaluator<V extends PrismValue>
|
Methods in com.evolveum.midpoint.common.expression.evaluator with type parameters of type PrismValue | ||
---|---|---|
|
PathExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
java.lang.String contextDescription,
OperationResult result)
|
|
|
GenerateExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
java.lang.String contextDescription,
OperationResult result)
|
|
|
AsIsExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
java.lang.String contextDescription,
OperationResult result)
|
|
|
LiteralExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
java.lang.String contextDescription,
OperationResult result)
|
|
static
|
LiteralExpressionEvaluatorFactory.parseValueElements(java.util.Collection<?> valueElements,
ItemDefinition outputDefinition,
java.lang.String contextDescription,
PrismContext prismContext)
|
|
static
|
LiteralExpressionEvaluatorFactory.serializeValueElements(Item<V> item,
java.lang.String contextDescription)
|
Uses of PrismValue in com.evolveum.midpoint.common.expression.script |
---|
Classes in com.evolveum.midpoint.common.expression.script with type parameters of type PrismValue | |
---|---|
class |
ScriptExpressionEvaluator<V extends PrismValue>
|
class |
SourceTriple<V extends PrismValue>
|
Methods in com.evolveum.midpoint.common.expression.script with type parameters of type PrismValue | ||
---|---|---|
|
ScriptExpressionEvaluatorFactory.createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
java.lang.String contextDescription,
OperationResult result)
|
Methods in com.evolveum.midpoint.common.expression.script with parameters of type PrismValue | |
---|---|
void |
ScriptVariables.addVariableDefinition(javax.xml.namespace.QName name,
PrismValue value)
|
Method parameters in com.evolveum.midpoint.common.expression.script with type arguments of type PrismValue | |
---|---|
void |
ScriptVariables.addVariableDefinition(javax.xml.namespace.QName name,
java.util.Collection<? extends PrismValue> values)
|
Uses of PrismValue in com.evolveum.midpoint.common.mapping |
---|
Classes in com.evolveum.midpoint.common.mapping with type parameters of type PrismValue | |
---|---|
class |
Mapping<V extends PrismValue>
Mapping is non-recyclable single-use object. |
Methods in com.evolveum.midpoint.common.mapping with type parameters of type PrismValue | ||
---|---|---|
|
MappingFactory.createMapping(MappingType mappingType,
java.lang.String shortDesc)
|
Methods in com.evolveum.midpoint.common.mapping with parameters of type PrismValue | |
---|---|
void |
Mapping.addVariableDefinition(javax.xml.namespace.QName name,
PrismValue value)
|
Uses of PrismValue in com.evolveum.midpoint.model.lens |
---|
Classes in com.evolveum.midpoint.model.lens with type parameters of type PrismValue | |
---|---|
class |
ItemValueWithOrigin<V extends PrismValue>
|
Methods in com.evolveum.midpoint.model.lens with type parameters of type PrismValue | ||
---|---|---|
static
|
LensUtil.consolidateTripleToDelta(ItemPath itemPath,
DeltaSetTriple<? extends ItemValueWithOrigin<V>> triple,
ItemDefinition itemDefinition,
ItemDelta<V> apropriItemDelta,
PrismContainer<?> itemContainer,
boolean addUnchangedValues,
boolean filterExistingValues,
java.lang.String contextDescription)
|
|
static
|
ItemValueWithOrigin.createOutputTriple(Mapping<V> mapping)
|
Uses of PrismValue in com.evolveum.midpoint.prism |
---|
Classes in com.evolveum.midpoint.prism with type parameters of type PrismValue | |
---|---|
class |
Item<V extends PrismValue>
Item is a common abstraction of Property and PropertyContainer. |
Subclasses of PrismValue in com.evolveum.midpoint.prism | |
---|---|
class |
PrismContainerValue<T extends Containerable>
|
class |
PrismPropertyValue<T>
|
class |
PrismReferenceValue
|
Fields in com.evolveum.midpoint.prism declared as PrismValue | |
---|---|
protected PrismValue |
Item.parent
|
Methods in com.evolveum.midpoint.prism with type parameters of type PrismValue | ||
---|---|---|
static
|
PrismValue.cloneCollection(java.util.Collection<T> values)
|
|
static
|
PrismValue.cloneValues(java.util.Collection<X> values)
|
|
static
|
PrismValue.containsRealValue(java.util.Collection<V> collection,
V value)
|
|
|
PrismContainer.findItem(ItemPath propPath)
|
|
static
|
PrismValue.resetParentCollection(java.util.Collection<T> values)
Sets all parents to null. |
Methods in com.evolveum.midpoint.prism that return PrismValue | |
---|---|
abstract PrismValue |
PrismValue.clone()
|
PrismValue |
Item.findValue(PrismValue value,
boolean ignoreMetadata)
Returns value that is equal or equivalent to the provided value. |
PrismValue |
Item.getNextValue(PrismValue value)
Returns values that is following the specified value. |
PrismValue |
Item.getParent()
|
PrismValue |
PrismObject.getParent()
|
PrismValue |
Item.getPreviousValue(PrismValue value)
Returns value that is previous to the specified value. |
Methods in com.evolveum.midpoint.prism with parameters of type PrismValue | |
---|---|
protected void |
PrismValue.copyValues(PrismValue clone)
|
java.util.Collection<? extends ItemDelta> |
PrismValue.diff(PrismValue otherValue)
Assumes matching representations. |
java.util.Collection<? extends ItemDelta> |
PrismValue.diff(PrismValue otherValue,
ItemPath pathPrefix,
boolean ignoreMetadata,
boolean isLiteral)
Assumes matching representations. |
boolean |
PrismValue.equals(PrismValue otherValue,
boolean ignoreMetadata)
|
boolean |
PrismValue.equals(PrismValue thisValue,
PrismValue otherValue)
|
boolean |
PrismValue.equalsComplex(PrismValue other,
boolean ignoreMetadata,
boolean isLiteral)
|
boolean |
PrismPropertyValue.equalsComplex(PrismValue other,
boolean ignoreMetadata,
boolean isLiteral)
|
boolean |
PrismReferenceValue.equalsComplex(PrismValue other,
boolean ignoreMetadata,
boolean isLiteral)
|
boolean |
PrismContainerValue.equalsComplex(PrismValue other,
boolean ignoreMetadata,
boolean isLiteral)
|
boolean |
PrismValue.equalsRealValue(PrismValue otherValue)
|
boolean |
PrismValue.equalsRealValue(PrismValue thisValue,
PrismValue otherValue)
|
PrismValue |
Item.findValue(PrismValue value,
boolean ignoreMetadata)
Returns value that is equal or equivalent to the provided value. |
PrismValue |
Item.getNextValue(PrismValue value)
Returns values that is following the specified value. |
PrismContainerValue<V> |
PrismContainer.getNextValue(PrismValue value)
|
PrismPropertyValue<T> |
PrismProperty.getNextValue(PrismValue value)
|
PrismValue |
Item.getPreviousValue(PrismValue value)
Returns value that is previous to the specified value. |
PrismContainerValue<V> |
PrismContainer.getPreviousValue(PrismValue value)
|
PrismPropertyValue<T> |
PrismProperty.getPreviousValue(PrismValue value)
|
boolean |
Item.hasRealValue(PrismValue value)
|
boolean |
Item.hasValue(PrismValue value)
|
boolean |
Item.hasValue(PrismValue value,
boolean ignoreMetadata)
|
boolean |
PrismValue.representsSameValue(PrismValue other)
Returns true if this and other value represent the same value. |
boolean |
PrismReferenceValue.representsSameValue(PrismValue other)
|
boolean |
PrismContainerValue.representsSameValue(PrismValue other)
|
void |
Item.setParent(PrismValue parentValue)
|
void |
PrismObject.setParent(PrismValue parentValue)
|
Uses of PrismValue in com.evolveum.midpoint.prism.delta |
---|
Classes in com.evolveum.midpoint.prism.delta with type parameters of type PrismValue | |
---|---|
class |
ItemDelta<V extends PrismValue>
|
class |
PrismValueDeltaSetTriple<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values. |
Methods in com.evolveum.midpoint.prism.delta with type parameters of type PrismValue | ||
---|---|---|
static
|
PrismValueDeltaSetTriple.diffPrismValueDeltaSetTriple(java.util.Collection<V> valuesOld,
java.util.Collection<V> valuesNew)
Compares two (unordered) collections and creates a triple describing the differences. |
|
|
PrismValueDeltaSetTriple.distributeAs(V myMember,
PrismValueDeltaSetTriple<O> otherTriple,
O otherMember)
Distributes a value in this triple similar to the placement of other value in the other triple. |
|
static
|
ItemDelta.toDeltaSetTriple(Item<T> item,
ItemDelta<T> delta)
|
|
static
|
ItemDelta.toDeltaSetTriple(Item<T> item,
ItemDelta<T> delta,
boolean oldValuesValid,
boolean newValuesValid)
Deprecated. |
Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismValue | |
---|---|
void |
ItemDelta.addValuesToAdd(V[] newValues)
|
void |
ItemDelta.addValuesToDelete(V[] newValues)
|
void |
ItemDelta.mergeValuesToAdd(V[] newValues)
|
void |
ItemDelta.mergeValuesToDelete(V[] newValues)
|
void |
ItemDelta.mergeValuesToReplace(V[] newValues)
|
void |
ItemDelta.setValuesToReplace(V[] newValues)
|
Uses of PrismValue in com.evolveum.midpoint.prism.dom |
---|
Methods in com.evolveum.midpoint.prism.dom that return PrismValue | |
---|---|
protected PrismValue |
ElementPrismAbstractImpl.getValue()
|
Methods in com.evolveum.midpoint.prism.dom with parameters of type PrismValue | |
---|---|
void |
PrismDomProcessor.serializeValueToDom(PrismValue pval,
org.w3c.dom.Element parentElement)
|
org.w3c.dom.Element |
PrismDomProcessor.serializeValueToDom(PrismValue pval,
javax.xml.namespace.QName elementName)
|
org.w3c.dom.Element |
PrismDomProcessor.serializeValueToDom(PrismValue pval,
javax.xml.namespace.QName elementName,
org.w3c.dom.Document document)
|
Uses of PrismValue in com.evolveum.midpoint.prism.query |
---|
Methods in com.evolveum.midpoint.prism.query that return types with arguments of type PrismValue | |
---|---|
java.util.List<? extends PrismValue> |
PropertyValueFilter.getValues()
|
Methods in com.evolveum.midpoint.prism.query with parameters of type PrismValue | |
---|---|
static EqualsFilter |
EqualsFilter.createEqual(ItemPath path,
ItemDefinition itemDef,
PrismValue value)
|
static EqualsFilter |
EqualsFilter.createEqual(ItemPath parentPath,
PrismContainerDefinition<? extends Containerable> containerDef,
javax.xml.namespace.QName propertyName,
PrismValue... values)
|
void |
PropertyValueFilter.setValue(PrismValue value)
|
Method parameters in com.evolveum.midpoint.prism.query with type arguments of type PrismValue | |
---|---|
static EqualsFilter |
EqualsFilter.createEqual(ItemPath path,
ItemDefinition itemDef,
java.util.List<PrismValue> values)
|
void |
PropertyValueFilter.setValues(java.util.List<? extends PrismValue> values)
|
Constructors in com.evolveum.midpoint.prism.query with parameters of type PrismValue | |
---|---|
PropertyValueFilter(ItemPath path,
ItemDefinition definition,
PrismValue value)
|
Constructor parameters in com.evolveum.midpoint.prism.query with type arguments of type PrismValue | |
---|---|
PropertyValueFilter(ItemPath path,
ItemDefinition definition,
java.util.List<? extends PrismValue> values)
|
Uses of PrismValue in com.evolveum.midpoint.prism.util |
---|
Methods in com.evolveum.midpoint.prism.util with type parameters of type PrismValue | ||
---|---|---|
static
|
PrismAsserts.assertTripleMinus(PrismValueDeltaSetTriple<V> triple,
T... expectedValues)
|
|
static
|
PrismAsserts.assertTripleNoMinus(PrismValueDeltaSetTriple<V> triple)
|
|
static
|
PrismAsserts.assertTripleNoPlus(PrismValueDeltaSetTriple<V> triple)
|
|
static
|
PrismAsserts.assertTripleNoSet(java.lang.String setName,
java.util.Collection<V> set)
|
|
static
|
PrismAsserts.assertTripleNoZero(PrismValueDeltaSetTriple<V> triple)
|
|
static
|
PrismAsserts.assertTriplePlus(PrismValueDeltaSetTriple<V> triple,
T... expectedValues)
|
|
static
|
PrismAsserts.assertTripleSet(java.lang.String setName,
java.util.Collection<V> tripleSet,
T... expectedValues)
|
|
static
|
PrismAsserts.assertTripleZero(PrismValueDeltaSetTriple<V> triple,
T... expectedValues)
|
Uses of PrismValue in com.evolveum.midpoint.prism.xml |
---|
Methods in com.evolveum.midpoint.prism.xml with parameters of type PrismValue | |
---|---|
java.lang.Object |
PrismJaxbProcessor.toAny(PrismValue value,
org.w3c.dom.Document document)
|
Uses of PrismValue in com.evolveum.midpoint.repo.sql.data.common |
---|
Methods in com.evolveum.midpoint.repo.sql.data.common that return types with arguments of type PrismValue | |
---|---|
java.lang.Class<? extends PrismValue> |
RValueType.getValueClass()
|
Method parameters in com.evolveum.midpoint.repo.sql.data.common with type arguments of type PrismValue | |
---|---|
static RValueType |
RValueType.getTypeFromValueClass(java.lang.Class<? extends PrismValue> clazz)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |