Uses of Interface
com.evolveum.midpoint.prism.PrismValue
-
-
Uses of PrismValue in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with type parameters of type PrismValue Modifier and Type Method Description static <IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>StaticExpressionUtil. parseValueElements(Collection<?> valueElements, ID outputDefinition, String contextDescription)static <IV extends PrismValue,ID extends ItemDefinition>
List<JAXBElement<RawType>>StaticExpressionUtil. serializeValueElements(Item<IV,ID> item, String contextDescription) -
Uses of PrismValue in com.evolveum.midpoint.common.refinery
Methods in com.evolveum.midpoint.common.refinery with parameters of type PrismValue Modifier and Type Method Description booleanLayerRefinedAttributeDefinitionImpl. canBeDefinitionOf(PrismValue pvalue) -
Uses of PrismValue in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return PrismValue Modifier and Type Method Description @NotNull PrismValuePipelineItem. getValue()Methods in com.evolveum.midpoint.model.api with parameters of type PrismValue Modifier and Type Method Description voidPipelineItem. setValue(@NotNull PrismValue value)Constructors in com.evolveum.midpoint.model.api with parameters of type PrismValue Constructor Description PipelineItem(@NotNull PrismValue value, @NotNull OperationResult result)PipelineItem(@NotNull PrismValue value, @NotNull OperationResult result, @NotNull VariablesMap variables) -
Uses of PrismValue in com.evolveum.midpoint.model.api.context
Classes in com.evolveum.midpoint.model.api.context with type parameters of type PrismValue Modifier and Type Interface Description interfaceMapping<V extends PrismValue,D extends ItemDefinition> -
Uses of PrismValue in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
Mapping<V,D>MidpointFunctions. getMapping()Methods in com.evolveum.midpoint.model.api.expr that return types with arguments of type PrismValue Modifier and Type Method Description @NotNull Collection<PrismValue>MidpointFunctions. collectAssignedFocusMappingsResults(@NotNull ItemPath path)Returns all non-negative values from all focus mappings (targeted to given path) from all non-negative evaluated assignments. -
Uses of PrismValue in com.evolveum.midpoint.model.api.visualizer
Methods in com.evolveum.midpoint.model.api.visualizer that return PrismValue Modifier and Type Method Description PrismValueSceneItemValue. getSourceValue() -
Uses of PrismValue in com.evolveum.midpoint.model.common.expression
Classes in com.evolveum.midpoint.model.common.expression with type parameters of type PrismValue Modifier and Type Class Description classExpressionEnvironment<F extends ObjectType,V extends PrismValue,D extends ItemDefinition>Methods in com.evolveum.midpoint.model.common.expression with type parameters of type PrismValue Modifier and Type Method Description static <F extends ObjectType,V extends PrismValue,D extends ItemDefinition>
ExpressionEnvironment<F,V,D>ModelExpressionThreadLocalHolder. getExpressionEnvironment()static <F extends ObjectType,V extends PrismValue,D extends ItemDefinition>
ModelContext<F>ModelExpressionThreadLocalHolder. getLensContext()static <F extends ObjectType,V extends PrismValue,D extends ItemDefinition>
@NotNull ModelContext<F>ModelExpressionThreadLocalHolder. getLensContextRequired()static <F extends ObjectType,V extends PrismValue,D extends ItemDefinition>
Mapping<V,D>ModelExpressionThreadLocalHolder. getMapping()static <F extends ObjectType,V extends PrismValue,D extends ItemDefinition>
ModelProjectionContextModelExpressionThreadLocalHolder. getProjectionContext()static <F extends ObjectType,V extends PrismValue,D extends ItemDefinition>
voidModelExpressionThreadLocalHolder. popExpressionEnvironment()static <F extends ObjectType,V extends PrismValue,D extends ItemDefinition>
voidModelExpressionThreadLocalHolder. pushExpressionEnvironment(ExpressionEnvironment<F,V,D> env) -
Uses of PrismValue in com.evolveum.midpoint.model.common.expression.evaluator
Classes in com.evolveum.midpoint.model.common.expression.evaluator with type parameters of type PrismValue Modifier and Type Class Description classAbstractSearchExpressionEvaluator<V extends PrismValue,D extends ItemDefinition,E extends SearchObjectExpressionEvaluatorType>classConstExpressionEvaluator<V extends PrismValue,D extends ItemDefinition>Returns zero set with a single value obtained by resolving given constant.classFunctionExpressionEvaluator<V extends PrismValue,D extends ItemDefinition>Calls specified custom function expression.classGenerateExpressionEvaluator<V extends PrismValue,D extends ItemDefinition>Generates a string value based on given value policy.classProportionalExpressionEvaluator<V extends PrismValue,D extends ItemDefinition>Methods in com.evolveum.midpoint.model.common.expression.evaluator with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>AssignmentTargetSearchExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>AssociationFromLinkExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>AssociationTargetSearchExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>ConstExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>FunctionExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>GenerateExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>ProportionalExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>ReferenceSearchExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result) -
Uses of PrismValue in com.evolveum.midpoint.model.common.expression.evaluator.caching
Classes in com.evolveum.midpoint.model.common.expression.evaluator.caching with type parameters of type PrismValue Modifier and Type Class Description classAbstractSearchExpressionEvaluatorCache<V extends PrismValue,RV extends PrismObject,QK extends QueryKey,QR extends QueryResult>Cache for search expression-based evaluators.classQueryResult<V extends PrismValue>Method parameters in com.evolveum.midpoint.model.common.expression.evaluator.caching with type arguments of type PrismValue Modifier and Type Method Description protected QueryResultDefaultSearchExpressionEvaluatorCache. createQueryResult(List<PrismValue> resultList, List<PrismObject> rawResultList) -
Uses of PrismValue in com.evolveum.midpoint.model.common.expression.evaluator.path
Classes in com.evolveum.midpoint.model.common.expression.evaluator.path with type parameters of type PrismValue Modifier and Type Class Description classPathExpressionEvaluator<V extends PrismValue,D extends ItemDefinition>Returns value set triple derived from specified (or default) source by resolving specified path.Methods in com.evolveum.midpoint.model.common.expression.evaluator.path with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>PathExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result) -
Uses of PrismValue in com.evolveum.midpoint.model.common.expression.evaluator.transformation
Classes in com.evolveum.midpoint.model.common.expression.evaluator.transformation with type parameters of type PrismValue Modifier and Type Class Description classAbstractValueTransformationExpressionEvaluator<V extends PrismValue,D extends ItemDefinition,E extends TransformExpressionEvaluatorType>Evaluates transformational expression: one that transforms input values to output values. -
Uses of PrismValue in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
ObjectCustomFunctions. execute(String functionName, Map<String,Object> params)This method is invoked by the scripts.Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type PrismValue Modifier and Type Method Description @NotNull Collection<?>BasicExpressionFunctions. getMetadataExtensionValues(PrismValue value, String itemLocalPart)Simplified version of getMetadataValue aimed at fetching single-segment extension paths.@NotNull Collection<?>BasicExpressionFunctions. getMetadataValues(PrismValue value, Object... pathSegments)Generic method to extract all metadata values pointed-to by given item path (specified as segments).@NotNull Collection<?>BasicExpressionFunctions. getMetadataValues(PrismValue value, String path) -
Uses of PrismValue in com.evolveum.midpoint.model.common.expression.script
Classes in com.evolveum.midpoint.model.common.expression.script with type parameters of type PrismValue Modifier and Type Class Description classScriptExpressionEvaluator<V extends PrismValue,D extends ItemDefinition>Executes specified script written e.g.Methods in com.evolveum.midpoint.model.common.expression.script with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>ScriptExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<T,V extends PrismValue>
@NotNull List<V>AbstractCachingScriptEvaluator. evaluate(ScriptExpressionEvaluationContext context)<T,V extends PrismValue>
@NotNull List<V>ScriptEvaluator. evaluate(ScriptExpressionEvaluationContext context)<V extends PrismValue>
@NotNull List<V>ScriptExpression. evaluate(ScriptExpressionEvaluationContext context) -
Uses of PrismValue in com.evolveum.midpoint.model.common.expression.script.velocity
Methods in com.evolveum.midpoint.model.common.expression.script.velocity with type parameters of type PrismValue Modifier and Type Method Description <T,V extends PrismValue>
@NotNull List<V>VelocityScriptEvaluator. evaluate(ScriptExpressionEvaluationContext context) -
Uses of PrismValue in com.evolveum.midpoint.model.common.mapping
Classes in com.evolveum.midpoint.model.common.mapping with type parameters of type PrismValue Modifier and Type Class Description classAbstractMappingBuilder<V extends PrismValue,D extends ItemDefinition,MBT extends AbstractMappingType,RT extends AbstractMappingBuilder<V,D,MBT,RT>>Builder is used to construct a configuration of Mapping object, which - after building - becomes immutable.classAbstractMappingImpl<V extends PrismValue,D extends ItemDefinition,MBT extends AbstractMappingType>Evaluation of a mapping.classMappingBuilder<V extends PrismValue,D extends ItemDefinition>Builder for (traditional) data mappings.classMappingImpl<V extends PrismValue,D extends ItemDefinition>(Traditional) data mapping.interfacePrismValueDeltaSetTripleProducer<V extends PrismValue,D extends ItemDefinition>Methods in com.evolveum.midpoint.model.common.mapping with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
MappingBuilder<V,D>MappingFactory. createMappingBuilder()<V extends PrismValue,D extends ItemDefinition>
MappingBuilder<V,D>MappingFactory. createMappingBuilder(MappingType mappingBean, String shortDesc)<V extends PrismValue,D extends ItemDefinition>
MetadataMappingBuilder<V,D>MappingFactory. createMappingBuilder(MetadataMappingType mappingBean, String shortDesc)Methods in com.evolveum.midpoint.model.common.mapping with parameters of type PrismValue Modifier and Type Method Description RTAbstractMappingBuilder. addVariableDefinition(String name, PrismValue value) -
Uses of PrismValue in com.evolveum.midpoint.model.common.mapping.metadata
Classes in com.evolveum.midpoint.model.common.mapping.metadata with type parameters of type PrismValue Modifier and Type Class Description classMetadataMappingBuilder<V extends PrismValue,D extends ItemDefinition>TODOclassMetadataMappingImpl<V extends PrismValue,D extends ItemDefinition>Evaluated or to-be-evaluated metadata mapping.Methods in com.evolveum.midpoint.model.common.mapping.metadata that return PrismValue Modifier and Type Method Description PrismValueMetadataComputationInput.InputDataValue. getPrismValue()Data value, e.g.Methods in com.evolveum.midpoint.model.common.mapping.metadata that return types with arguments of type PrismValue Modifier and Type Method Description List<PrismValue>TransformationalMetadataComputation. getInputValues()Methods in com.evolveum.midpoint.model.common.mapping.metadata with parameters of type PrismValue Modifier and Type Method Description voidMetadataComputationInput. add(PrismValue inputValue, Map<String,Collection<?>> metadataSourceMap)Method parameters in com.evolveum.midpoint.model.common.mapping.metadata with type arguments of type PrismValue Modifier and Type Method Description static TransformationalMetadataComputationTransformationalMetadataComputation. forMapping(List<PrismValue> inputValues, ItemValueMetadataProcessingSpec processingSpec, MappingImpl<?,?> mapping)Constructors in com.evolveum.midpoint.model.common.mapping.metadata with parameters of type PrismValue Constructor Description InputDataValue(PrismValue value, Map<String,Collection<?>> metadataSourceMap) -
Uses of PrismValue in com.evolveum.midpoint.model.common.util
Methods in com.evolveum.midpoint.model.common.util with type parameters of type PrismValue Modifier and Type Method Description static <V extends PrismValue,D extends ItemDefinition,C extends Containerable>
List<ItemDelta<V,D>>PopulatorUtil. computePopulateItemDeltas(PopulateType fromPopulate, PrismContainerDefinition<C> targetContainerDefinition, ExpressionVariables variables, ExpressionEvaluationContext params, String contextDescription, Task task, OperationResult result)static <IV extends PrismValue,ID extends ItemDefinition,C extends Containerable>
ItemDelta<IV,ID>PopulatorUtil. evaluatePopulateExpression(PopulateItemType populateItem, ExpressionVariables variables, ExpressionEvaluationContext context, PrismContainerDefinition<C> targetContainerDefinition, String contextDescription, Task task, OperationResult result) -
Uses of PrismValue in com.evolveum.midpoint.model.impl.expr
Classes in com.evolveum.midpoint.model.impl.expr with type parameters of type PrismValue Modifier and Type Class Description classSequentialValueExpressionEvaluator<V extends PrismValue,D extends ItemDefinition>Returns current value of a given sequence object.Methods in com.evolveum.midpoint.model.impl.expr with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>SequentialValueExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition>
Mapping<V,D>MidpointFunctionsImpl. getMapping()Methods in com.evolveum.midpoint.model.impl.expr that return types with arguments of type PrismValue Modifier and Type Method Description @NotNull Collection<PrismValue>MidpointFunctionsImpl. collectAssignedFocusMappingsResults(@NotNull ItemPath path) -
Uses of PrismValue in com.evolveum.midpoint.model.impl.lens
Classes in com.evolveum.midpoint.model.impl.lens with type parameters of type PrismValue Modifier and Type Class Description classItemValueWithOrigin<V extends PrismValue,D extends ItemDefinition>classIvwoConsolidator<V extends PrismValue,D extends ItemDefinition,I extends ItemValueWithOrigin<V,D>>Consolidate the output of mappings for a single item to a delta.classIvwoConsolidatorBuilder<V extends PrismValue,D extends ItemDefinition,I extends ItemValueWithOrigin<V,D>>Methods in com.evolveum.midpoint.model.impl.lens with type parameters of type PrismValue Modifier and Type Method Description static <V extends PrismValue,D extends ItemDefinition>
MappingBuilder<V,D>LensUtil. addAssignmentPathVariables(MappingBuilder<V,D> builder, AssignmentPathVariables assignmentPathVariables, PrismContext prismContext)static <V extends PrismValue>
VLensUtil. cloneAndApplyAssignmentOrigin(V value, boolean isAssignment, PrismValueDeltaSetTripleProducer<?,?> mapping)static <V extends PrismValue>
VLensUtil. cloneAndApplyAssignmentOrigin(V value, boolean isAssignment, MappingType mapping)static <V extends PrismValue,D extends ItemDefinition>
VLensUtil. cloneAndApplyAssignmentOrigin(V value, boolean isAssignment, Collection<? extends ItemValueWithOrigin<V,D>> origins)static <V extends PrismValue,D extends ItemDefinition>
DeltaSetTriple<ItemValueWithOrigin<V,D>>ItemValueWithOrigin. createOutputTriple(PrismValueDeltaSetTripleProducer<V,D> mapping, PrismContext prismContext) -
Uses of PrismValue in com.evolveum.midpoint.model.impl.lens.projector
Classes in com.evolveum.midpoint.model.impl.lens.projector with type parameters of type PrismValue Modifier and Type Interface Description interfaceEvaluatedConstructionMappingExtractor<V extends PrismValue,D extends ItemDefinition,AH extends AssignmentHolderType> -
Uses of PrismValue in com.evolveum.midpoint.model.impl.lens.projector.focus
Method parameters in com.evolveum.midpoint.model.impl.lens.projector.focus with type arguments of type PrismValue Modifier and Type Method Description static voidFocusConstraintsChecker. clearCacheForValues(Collection<? extends PrismValue> values) -
Uses of PrismValue in com.evolveum.midpoint.model.impl.lens.projector.mappings
Classes in com.evolveum.midpoint.model.impl.lens.projector.mappings with type parameters of type PrismValue Modifier and Type Class Description classMappingEvaluatorParams<V extends PrismValue,D extends ItemDefinition,T extends ObjectType,F extends FocusType>interfaceMappingInitializer<V extends PrismValue,D extends ItemDefinition>interfaceMappingOutputProcessor<V extends PrismValue>classMappingOutputStruct<V extends PrismValue>Methods in com.evolveum.midpoint.model.impl.lens.projector.mappings with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition,AH extends AssignmentHolderType>
Source<V,D>AutoassignRoleMappingEvaluationRequest. constructDefaultSource(ObjectDeltaObject<AH> focusOdo)<V extends PrismValue,D extends ItemDefinition,AH extends AssignmentHolderType>
Source<V,D>FocalMappingEvaluationRequest. constructDefaultSource(ObjectDeltaObject<AH> focusOdo)<V extends PrismValue,D extends ItemDefinition,AH extends AssignmentHolderType,T extends AssignmentHolderType>
MappingImpl<V,D>MappingEvaluator. createFocusMapping(LensContext<AH> context, FocalMappingEvaluationRequest<?,?> request, ObjectDeltaObject<AH> focusOdo, PrismObject<T> targetContext, Integer iteration, String iterationToken, PrismObject<SystemConfigurationType> configuration, XMLGregorianCalendar now, String contextDesc, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition,F extends ObjectType>
voidMappingEvaluator. evaluateMapping(MappingImpl<V,D> mapping, LensContext<F> lensContext, LensProjectionContext projContext, Task task, OperationResult parentResult)<V extends PrismValue,D extends ItemDefinition,F extends ObjectType>
voidMappingEvaluator. evaluateMapping(MappingImpl<V,D> mapping, LensContext<F> lensContext, Task task, OperationResult parentResult)<V extends PrismValue,D extends ItemDefinition,T extends ObjectType,F extends FocusType>
Map<UniformItemPath,MappingOutputStruct<V>>MappingEvaluator. evaluateMappingSetProjection(MappingEvaluatorParams<V,D,T,F> params, Task task, OperationResult result)static <V extends PrismValue,D extends ItemDefinition>
NextRecomputeNextRecompute. update(NextRecompute mappingNextRecompute, NextRecompute existing) -
Uses of PrismValue in com.evolveum.midpoint.model.impl.scripting
Methods in com.evolveum.midpoint.model.impl.scripting with parameters of type PrismValue Modifier and Type Method Description voidPipelineData. addValue(PrismValue value, VariablesMap variables)voidPipelineData. addValue(PrismValue value, OperationResult result, VariablesMap variables)static @NotNull PipelineDataPipelineData. create(@NotNull PrismValue value, @NotNull VariablesMap variables) -
Uses of PrismValue in com.evolveum.midpoint.model.impl.scripting.actions
Methods in com.evolveum.midpoint.model.impl.scripting.actions with parameters of type PrismValue Modifier and Type Method Description voidBaseActionExecutor.ItemProcessor. process(PrismValue value, PipelineItem item, OperationResult result)voidBaseActionExecutor.ConsoleFailureMessageWriter. write(PrismValue value, @NotNull Throwable exception) -
Uses of PrismValue in com.evolveum.midpoint.model.impl.scripting.helpers
Methods in com.evolveum.midpoint.model.impl.scripting.helpers with parameters of type PrismValue Modifier and Type Method Description static <T> TScriptingDataUtil. getRealValue(PrismValue prismValue, Class<T> clazz) -
Uses of PrismValue in com.evolveum.midpoint.model.impl.util
Methods in com.evolveum.midpoint.model.impl.util with type parameters of type PrismValue Modifier and Type Method Description static <V extends PrismValue,F extends ObjectType>
@NotNull List<V>ModelImplUtils. evaluateScript(ScriptExpression scriptExpression, LensContext<F> lensContext, ExpressionVariables variables, boolean useNew, String shortDesc, Task task, OperationResult parentResult) -
Uses of PrismValue in com.evolveum.midpoint.model.impl.visualizer.output
Methods in com.evolveum.midpoint.model.impl.visualizer.output that return PrismValue Modifier and Type Method Description PrismValueSceneItemValueImpl. getSourceValue()Methods in com.evolveum.midpoint.model.impl.visualizer.output with parameters of type PrismValue Modifier and Type Method Description voidSceneItemValueImpl. setSourceValue(PrismValue sourceValue) -
Uses of PrismValue in com.evolveum.midpoint.notifications.api.events.factory
Methods in com.evolveum.midpoint.notifications.api.events.factory with parameters of type PrismValue Modifier and Type Method Description @NotNull CustomEventCustomEventFactory. createEvent(String subtype, EventHandlerType handler, PrismValue value, EventOperationType operation, EventStatusType status, String channel) -
Uses of PrismValue in com.evolveum.midpoint.prism
Classes in com.evolveum.midpoint.prism with type parameters of type PrismValue Modifier and Type Interface Description interfaceItem<V extends PrismValue,D extends ItemDefinition>Item is a common abstraction of Property, Reference and Container.classPartiallyResolvedItem<V extends PrismValue,D extends ItemDefinition>TODO descriptioninterfaceValueSelector<V extends PrismValue>Selects a value from multivalued item (property, container, reference).Subinterfaces of PrismValue in com.evolveum.midpoint.prism Modifier and Type Interface Description interfacePrismContainerValue<C extends Containerable>interfacePrismObjectValue<O extends Objectable>Extension of PrismContainerValue that holds object-specific data (OID and version).interfacePrismPropertyValue<T>interfacePrismReferenceValueMethods in com.evolveum.midpoint.prism with type parameters of type PrismValue Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValue. add(Item<IV,ID> item)<IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValue. add(Item<IV,ID> item, boolean checkUniqueness)Adds an item to a property container.<IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValue. addReplaceExisting(Item<IV,ID> item)Adds an item to a property container.static <T extends PrismValue>
@NotNull Collection<T>PrismValueCollectionsUtil. cloneCollection(Collection<T> values)static <T extends PrismValue>
@NotNull Collection<T>PrismValueCollectionsUtil. cloneCollectionComplex(CloneStrategy strategy, Collection<T> values)static <X extends PrismValue>
Collection<X>PrismValueCollectionsUtil. cloneValues(Collection<X> values)static <V extends PrismValue>
booleanPrismValueCollectionsUtil. collectionContainsEquivalentValue(Collection<V> collection, V value, ParameterizedEquivalenceStrategy equivalenceStrategy)static <V extends PrismValue>
booleanPrismValueCollectionsUtil. contains(Collection<V> thisSet, V otherValue, EquivalenceStrategy strategy)static <V extends PrismValue>
booleanPrismValueCollectionsUtil. containsAll(Collection<V> thisSet, Collection<V> otherSet, EquivalenceStrategy strategy)static <V extends PrismValue,D extends ItemDefinition>
booleanItemCollectionsUtil. containsEquivalentValue(Item<V,D> item, V value, Comparator<V> comparator)static <V extends PrismValue>
booleanPrismValueCollectionsUtil. containsRealValue(Collection<V> collection, V value)static <X,V extends PrismValue>
booleanPrismValueCollectionsUtil. containsRealValue(Collection<X> collection, V value, Function<X,V> valueExtractor)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValue. createDetachedSubItem(QName name, Class<I> type, ID itemDefinition, boolean immutable)<V extends PrismValue,D extends ItemDefinition>
Item<V,D>ItemFactory. createDummyItem(Item<V,D> itemOld, D definition, ItemPath path)Creates a dummy container with a fixed path.static <V extends PrismValue>
booleanPrismValueCollectionsUtil. equalsRealValues(Collection<V> collection1, Collection<V> collection2)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainer. findCreateItem(ItemPath itemPath, Class<I> type, ID itemDefinition, boolean create)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainer. findCreateItem(QName itemQName, Class<I> type, boolean create)<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>PrismContainer. findItem(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainer. findItem(ItemPath path, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainer. findItem(QName itemQName, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValue. findItem(ItemDefinition itemDefinition, Class<I> type)default <IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>PrismContainerValue. findItem(ItemPath itemPath)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValue. findItem(ItemPath itemName, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainer. findOrCreateItem(ItemPath containerPath, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainer. findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValue. findOrCreateItem(ItemPath path, Class<I> type, ID definition)<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>PrismContainerValue. findOrCreateItem(QName containerName)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValue. findOrCreateItem(QName containerName, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>Item. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismContainer. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismContainerValue. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismProperty. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismPropertyValue. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismReference. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismReferenceValue. findPartial(ItemPath path)static <V extends PrismValue>
@NotNull Collection<V>Item. getValues(Item<V,?> item)<IV extends PrismValue,ID extends ItemDefinition>
booleanPrismContainerValue. merge(Item<IV,ID> item)Merges the provided item into this item.<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>PrismParser. parseItem()Parses the input as a prism item.<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>PrismParserNoIO. parseItem()<IV extends PrismValue>
IVPrismParser. parseItemValue()Parses the input as a prism value.<IV extends PrismValue>
IVPrismParserNoIO. parseItemValue()<IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValue. remove(Item<IV,ID> item)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
voidPrismContainer. removeItem(ItemPath path, Class<I> itemType)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
voidPrismObject. removeItem(ItemPath path, Class<I> itemType)<IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValue. replace(Item<IV,ID> oldItem, Item<IV,ID> newItem)static <T extends PrismValue>
Collection<T>PrismValueCollectionsUtil. resetParentCollection(Collection<T> values)Sets all parents to null.<IV extends PrismValue,ID extends ItemDefinition>
booleanPrismContainerValue. subtract(Item<IV,ID> item)Subtract the provided item from this item.Methods in com.evolveum.midpoint.prism that return PrismValue Modifier and Type Method Description PrismValuePrismValue. clone()Literal clone.PrismValuePrismValue. cloneComplex(CloneStrategy strategy)Complex clone with different cloning strategies.PrismValuePrismValue. createImmutableClone()PrismValueItemFactory. createValue(Object realValue)PrismValuePrismValue. getRootValue()Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismValue Modifier and Type Method Description static @NotNull Collection<PrismValue>Item. getAllValues(Item<?,?> item, ItemPath path)@NotNull Collection<PrismValue>Item. getAllValues(ItemPath path)@NotNull Collection<PrismValue>PrismValue. getAllValues(ItemPath path)Methods in com.evolveum.midpoint.prism with parameters of type PrismValue Modifier and Type Method Description booleanItemDefinition. canBeDefinitionOf(PrismValue pvalue)static booleanItemCollectionsUtil. contains(Collection<? extends PrismValue> values, PrismValue valueToMatch, EquivalenceStrategy strategy)Collection<? extends ItemDelta>PrismValue. diff(PrismValue otherValue, ParameterizedEquivalenceStrategy strategy)Assumes matching representations.static booleanPrismValueUtil. differentIds(PrismValue v1, PrismValue v2)booleanPrismValue. equals(PrismValue otherValue, @NotNull EquivalenceStrategy strategy)booleanPrismValue. equals(PrismValue otherValue, @NotNull ParameterizedEquivalenceStrategy strategy)static LongPrismContainerValue. getId(PrismValue value)static PrismContainerValue<?>PrismValueUtil. getParentContainerValue(PrismValue value)static booleanPrismContainerValue. idsMatch(PrismValue v1, PrismValue v2)static booleanPrismContainerValue. isIdOnly(PrismValue value)booleanPrismValue. representsSameValue(PrismValue other, boolean lax)Returns true if this and other value represent the same value.TPrismSerializer. serialize(@NotNull PrismValue value)Serializes given prism value (property, reference, or container).TPrismSerializer. serialize(@NotNull PrismValue value, QName rootName)Serializes given prism value (property, reference, or container).Method parameters in com.evolveum.midpoint.prism with type arguments of type PrismValue Modifier and Type Method Description static booleanItemCollectionsUtil. contains(Collection<? extends PrismValue> values, PrismValue valueToMatch, EquivalenceStrategy strategy)static <T> Set<T>PrismValueCollectionsUtil. getRealValuesOfCollection(Collection<? extends PrismValue> collection) -
Uses of PrismValue in com.evolveum.midpoint.prism.delta
Classes in com.evolveum.midpoint.prism.delta with type parameters of type PrismValue Modifier and Type Interface Description interfaceItemDelta<V extends PrismValue,D extends ItemDefinition>interfaceItemDeltaValidator<V extends PrismValue>classPartiallyResolvedDelta<V extends PrismValue,D extends ItemDefinition>interfacePrismValueDeltaSetTriple<V extends PrismValue>DeltaSetTriple that is limited to hold prism values.Methods in com.evolveum.midpoint.prism.delta with type parameters of type PrismValue Modifier and Type Method Description static <V extends PrismValue>
PrismValueDeltaSetTriple<V>DeltaSetTripleUtil. allToZeroSet(Collection<V> values, PrismContext prismContext)static <V extends PrismValue,D extends ItemDefinition>
ItemDelta<V,D>ItemDeltaUtil. createAddDeltaFor(Item<V,D> item)static <V extends PrismValue,D extends ItemDefinition>
ItemDelta<V,D>ItemDeltaUtil. createAddDeltaFor(Item<V,D> item, PrismValue value)<V extends PrismValue>
PrismValueDeltaSetTriple<V>DeltaFactory. createPrismValueDeltaSetTriple()<V extends PrismValue>
PrismValueDeltaSetTriple<V>DeltaFactory. createPrismValueDeltaSetTriple(Collection<V> zeroSet, Collection<V> plusSet, Collection<V> minusSet)static <V extends PrismValue>
PrismValueDeltaSetTriple<V>DeltaSetTripleUtil. diffPrismValueDeltaSetTriple(Collection<V> valuesOld, Collection<V> valuesNew, PrismContext prismContext)Compares two (unordered) collections and creates a triple describing the differences.<O extends PrismValue>
voidPrismValueDeltaSetTriple. 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.<IV extends PrismValue,ID extends ItemDefinition>
ItemDelta<IV,ID>ObjectDelta. findItemDelta(ItemPath itemPath)TODO specify this method! An attempt: Given this ADD or MODIFY object delta OD, finds an item delta ID such that "ID has the same effect on an item specified by itemPath as OD" (simply said).<IV extends PrismValue,ID extends ItemDefinition>
ItemDelta<IV,ID>ObjectDelta. findItemDelta(ItemPath itemPath, boolean strict)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>,DD extends ItemDelta<IV,ID>>
DDObjectDelta. findItemDelta(ItemPath itemPath, Class<DD> deltaType, Class<I> itemType, boolean strict)<IV extends PrismValue,ID extends ItemDefinition>
Collection<PartiallyResolvedDelta<IV,ID>>ObjectDelta. findPartial(ItemPath propertyPath)static <IV extends PrismValue,ID extends ItemDefinition>
PrismValueDeltaSetTriple<IV>ItemDeltaUtil. toDeltaSetTriple(Item<IV,ID> item, ItemDelta<IV,ID> delta, PrismContext prismContext)Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type PrismValue Modifier and Type Method Description List<PrismValue>ObjectDelta. getDeletedValuesFor(ItemPath itemPath)Limitations: (1) For DELETE object delta, we don't know what values were in the object's item.List<PrismValue>ObjectDelta. getNewValuesFor(ItemPath itemPath)Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismValue Modifier and Type Method Description voidItemDelta. addEstimatedOldValues(V... newValues)voidItemDelta. addValuesToAdd(V... newValues)voidItemDelta. addValuesToDelete(V... newValues)static <V extends PrismValue,D extends ItemDefinition>
ItemDelta<V,D>ItemDeltaUtil. createAddDeltaFor(Item<V,D> item, PrismValue value)voidItemDelta. mergeValuesToAdd(V[] newValues)voidItemDelta. mergeValuesToDelete(V[] newValues)voidItemDelta. mergeValuesToReplace(V[] newValues)booleanItemDelta. removeValueToAdd(PrismValue valueToRemove)booleanItemDelta. removeValueToDelete(PrismValue valueToRemove)booleanItemDelta. removeValueToReplace(PrismValue valueToRemove)voidItemDelta. setValuesToReplace(V... newValues)booleanObjectDelta. subtract(@NotNull ItemPath itemPath, @NotNull PrismValue value, boolean fromMinusSet, boolean dryRun)Checks if the delta tries to add (or set) a 'value' for the item identified by 'itemPath'. -
Uses of PrismValue in com.evolveum.midpoint.prism.delta.builder
Methods in com.evolveum.midpoint.prism.delta.builder with parameters of type PrismValue Modifier and Type Method Description S_MaybeDeleteS_ValuesEntry. add(PrismValue... values)S_ItemEntryS_MaybeDelete. delete(PrismValue... values)S_ItemEntryS_ValuesEntry. delete(PrismValue... values)S_ItemEntryS_ValuesEntry. mod(PlusMinusZero plusMinusZero, PrismValue... values)S_ValuesEntryS_ValuesEntry. old(PrismValue... values)S_ItemEntryS_ValuesEntry. replace(PrismValue... values)Method parameters in com.evolveum.midpoint.prism.delta.builder with type arguments of type PrismValue Modifier and Type Method Description S_MaybeDeleteS_ValuesEntry. add(Collection<? extends PrismValue> values)S_ItemEntryS_MaybeDelete. delete(Collection<? extends PrismValue> values)S_ItemEntryS_ValuesEntry. delete(Collection<? extends PrismValue> values)S_ItemEntryS_ValuesEntry. mod(PlusMinusZero plusMinusZero, Collection<? extends PrismValue> values)S_ValuesEntryS_ValuesEntry. old(Collection<? extends PrismValue> values)S_ItemEntryS_ValuesEntry. replace(Collection<? extends PrismValue> values) -
Uses of PrismValue in com.evolveum.midpoint.prism.equivalence
Methods in com.evolveum.midpoint.prism.equivalence with type parameters of type PrismValue Modifier and Type Method Description default <V extends PrismValue>
Comparator<V>EquivalenceStrategy. prismValueComparator()Methods in com.evolveum.midpoint.prism.equivalence with parameters of type PrismValue Modifier and Type Method Description booleanEquivalenceStrategy. equals(PrismValue first, PrismValue second)booleanParameterizedEquivalenceStrategy. equals(PrismValue first, PrismValue second)intEquivalenceStrategy. hashCode(PrismValue value)intParameterizedEquivalenceStrategy. hashCode(PrismValue value) -
Uses of PrismValue in com.evolveum.midpoint.prism.extensions
Classes in com.evolveum.midpoint.prism.extensions with type parameters of type PrismValue Modifier and Type Class Description classAbstractDelegatedPrismValueDeltaSetTriple<V extends PrismValue>Methods in com.evolveum.midpoint.prism.extensions with type parameters of type PrismValue Modifier and Type Method Description <O extends PrismValue>
voidAbstractDelegatedPrismValueDeltaSetTriple. distributeAs(V myMember, PrismValueDeltaSetTriple<O> otherTriple, O otherMember) -
Uses of PrismValue in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl with type parameters of type PrismValue Modifier and Type Class Description classItemImpl<V extends PrismValue,D extends ItemDefinition>Item is a common abstraction of Property and PropertyContainer.Classes in com.evolveum.midpoint.prism.impl that implement PrismValue Modifier and Type Class Description classPrismContainerValueImpl<C extends Containerable>classPrismObjectValueImpl<O extends Objectable>Extension of PrismContainerValue that holds object-specific data (OID and version).classPrismPropertyValueImpl<T>classPrismReferenceValueImplclassPrismValueImplMethods in com.evolveum.midpoint.prism.impl with type parameters of type PrismValue Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValueImpl. add(Item<IV,ID> item)<IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValueImpl. add(Item<IV,ID> item, boolean checkUniqueness)Adds an item to a property container.<IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValueImpl. addReplaceExisting(Item<IV,ID> item)Adds an item to a property container.<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValueImpl. createDetachedSubItem(QName name, Class<I> type, ID itemDefinition, boolean immutable)<V extends PrismValue,D extends ItemDefinition>
Item<V,D>ItemFactoryImpl. createDummyItem(Item<V,D> itemOld, D definition, ItemPath path)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerImpl. findCreateItem(ItemPath itemPath, Class<I> type, ID itemDefinition, boolean create)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerImpl. findCreateItem(QName itemQName, Class<I> type, boolean create)<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>PrismContainerImpl. findItem(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerImpl. findItem(ItemPath path, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerImpl. findItem(QName itemQName, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValueImpl. findItem(ItemDefinition itemDefinition, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValueImpl. findItem(ItemPath itemPath, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerImpl. findOrCreateItem(ItemPath containerPath, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerImpl. findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValueImpl. findOrCreateItem(ItemPath path, Class<I> type, ID definition)<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>PrismContainerValueImpl. findOrCreateItem(QName containerName)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismContainerValueImpl. findOrCreateItem(QName containerName, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismContainerImpl. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismContainerValueImpl. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismPropertyImpl. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismPropertyValueImpl. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismReferenceImpl. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>PrismReferenceValueImpl. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
booleanPrismContainerValueImpl. merge(Item<IV,ID> item)Merges the provided item into this item.<IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValueImpl. remove(@NotNull Item<IV,ID> item)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
voidPrismContainerImpl. removeItem(ItemPath path, Class<I> itemType)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
voidPrismObjectImpl. removeItem(ItemPath path, Class<I> itemType)<IV extends PrismValue,ID extends ItemDefinition>
voidPrismContainerValueImpl. replace(Item<IV,ID> oldItem, Item<IV,ID> newItem)<IV extends PrismValue,ID extends ItemDefinition>
booleanPrismContainerValueImpl. subtract(Item<IV,ID> item)Subtract the provided item from this item.Methods in com.evolveum.midpoint.prism.impl that return PrismValue Modifier and Type Method Description abstract PrismValuePrismValueImpl. clone()Literal clone.abstract PrismValuePrismValueImpl. cloneComplex(CloneStrategy strategy)Complex clone with different cloning strategies.PrismValuePrismValueImpl. createImmutableClone()PrismValueItemFactoryImpl. createValue(Object realValue)PrismValuePrismValueImpl. getRootValue()Methods in com.evolveum.midpoint.prism.impl that return types with arguments of type PrismValue Modifier and Type Method Description @NotNull Collection<PrismValue>ItemImpl. getAllValues(ItemPath path)@NotNull Collection<PrismValue>PrismContainerValueImpl. getAllValues(ItemPath path)@NotNull Collection<PrismValue>PrismValueImpl. getAllValues(ItemPath path)Methods in com.evolveum.midpoint.prism.impl with parameters of type PrismValue Modifier and Type Method Description booleanDummyPrismObjectDefinition. canBeDefinitionOf(PrismValue pvalue)booleanPrismContainerDefinitionImpl. canBeDefinitionOf(PrismValue pvalue)booleanPrismPropertyDefinitionImpl. canBeDefinitionOf(PrismValue pvalue)booleanPrismReferenceDefinitionImpl. canBeDefinitionOf(PrismValue pvalue)Collection<? extends ItemDelta>PrismValueImpl. diff(PrismValue otherValue, ParameterizedEquivalenceStrategy strategy)Assumes matching representations.voidPrismContainerValueImpl. diffMatchingRepresentation(PrismValue otherValue, Collection<? extends ItemDelta> deltas, ParameterizedEquivalenceStrategy strategy)voidPrismValueImpl. diffMatchingRepresentation(PrismValue otherValue, Collection<? extends ItemDelta> deltas, ParameterizedEquivalenceStrategy strategy)booleanPrismContainerValueImpl. equals(PrismValue other, @NotNull ParameterizedEquivalenceStrategy strategy)booleanPrismObjectValueImpl. equals(PrismValue other, @NotNull ParameterizedEquivalenceStrategy strategy)booleanPrismPropertyValueImpl. equals(PrismValue other, @NotNull ParameterizedEquivalenceStrategy strategy)booleanPrismReferenceValueImpl. equals(PrismValue other, @NotNull ParameterizedEquivalenceStrategy strategy)booleanPrismValueImpl. equals(PrismValue otherValue, @NotNull EquivalenceStrategy equivalenceStrategy)booleanPrismValueImpl. equals(PrismValue other, @NotNull ParameterizedEquivalenceStrategy strategy)booleanPrismContainerValueImpl. representsSameValue(PrismValue other, boolean lax)booleanPrismValueImpl. representsSameValue(PrismValue other, boolean lax) -
Uses of PrismValue in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta with type parameters of type PrismValue Modifier and Type Class Description classItemDeltaImpl<V extends PrismValue,D extends ItemDefinition>classPrismValueDeltaSetTripleImpl<V extends PrismValue>DeltaSetTriple that is limited to hold prism values.Methods in com.evolveum.midpoint.prism.impl.delta with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue>
PrismValueDeltaSetTriple<V>DeltaFactoryImpl. createPrismValueDeltaSetTriple()<V extends PrismValue>
PrismValueDeltaSetTriple<V>DeltaFactoryImpl. createPrismValueDeltaSetTriple(Collection<V> zeroSet, Collection<V> plusSet, Collection<V> minusSet)<O extends PrismValue>
voidPrismValueDeltaSetTripleImpl. 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.<IV extends PrismValue,ID extends ItemDefinition>
ItemDelta<IV,ID>ObjectDeltaImpl. findItemDelta(ItemPath itemPath)<IV extends PrismValue,ID extends ItemDefinition>
ItemDelta<IV,ID>ObjectDeltaImpl. findItemDelta(ItemPath itemPath, boolean strict)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>,DD extends ItemDelta<IV,ID>>
DDObjectDeltaImpl. findItemDelta(ItemPath propertyPath, Class<DD> deltaType, Class<I> itemType, boolean strict)<IV extends PrismValue,ID extends ItemDefinition>
Collection<PartiallyResolvedDelta<IV,ID>>ObjectDeltaImpl. findPartial(ItemPath propertyPath)Methods in com.evolveum.midpoint.prism.impl.delta that return types with arguments of type PrismValue Modifier and Type Method Description List<PrismValue>ObjectDeltaImpl. getDeletedValuesFor(ItemPath itemPath)Limitations: (1) For DELETE object delta, we don't know what values were in the object's item.List<PrismValue>ObjectDeltaImpl. getNewValuesFor(ItemPath itemPath)Methods in com.evolveum.midpoint.prism.impl.delta with parameters of type PrismValue Modifier and Type Method Description voidItemDeltaImpl. addEstimatedOldValues(V... newValues)voidItemDeltaImpl. addValuesToAdd(V... newValues)voidItemDeltaImpl. addValuesToDelete(V... newValues)voidItemDeltaImpl. mergeValuesToAdd(V[] newValues)voidItemDeltaImpl. mergeValuesToDelete(V[] newValues)voidItemDeltaImpl. mergeValuesToReplace(V[] newValues)booleanItemDeltaImpl. removeValueToAdd(PrismValue valueToRemove)booleanItemDeltaImpl. removeValueToDelete(PrismValue valueToRemove)booleanItemDeltaImpl. removeValueToReplace(PrismValue valueToRemove)voidItemDeltaImpl. setValuesToReplace(V... newValues)booleanObjectDeltaImpl. subtract(@NotNull ItemPath itemPath, @NotNull PrismValue value, boolean fromMinusSet, boolean dryRun)Checks if the delta tries to add (or set) a 'value' for the item identified by 'itemPath'. -
Uses of PrismValue in com.evolveum.midpoint.prism.impl.delta.builder
Methods in com.evolveum.midpoint.prism.impl.delta.builder with parameters of type PrismValue Modifier and Type Method Description S_MaybeDeleteDeltaBuilder. add(PrismValue... values)S_ItemEntryDeltaBuilder. delete(PrismValue... values)S_ItemEntryDeltaBuilder. mod(PlusMinusZero plusMinusZero, PrismValue... values)S_ValuesEntryDeltaBuilder. old(PrismValue... values)S_ItemEntryDeltaBuilder. replace(PrismValue... values)Method parameters in com.evolveum.midpoint.prism.impl.delta.builder with type arguments of type PrismValue Modifier and Type Method Description S_MaybeDeleteDeltaBuilder. add(Collection<? extends PrismValue> values)S_ItemEntryDeltaBuilder. delete(Collection<? extends PrismValue> values)S_ItemEntryDeltaBuilder. mod(PlusMinusZero plusMinusZero, Collection<? extends PrismValue> values)S_ValuesEntryDeltaBuilder. old(Collection<? extends PrismValue> values)S_ItemEntryDeltaBuilder. replace(Collection<? extends PrismValue> values) -
Uses of PrismValue in com.evolveum.midpoint.prism.impl.item
Classes in com.evolveum.midpoint.prism.impl.item with type parameters of type PrismValue Modifier and Type Class Description classDummyItem<V extends PrismValue,D extends ItemDefinition<?>,R extends Item<V,D>>Methods in com.evolveum.midpoint.prism.impl.item with type parameters of type PrismValue Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IDummyContainerImpl. findCreateItem(ItemPath itemPath, Class<I> type, ID itemDefinition, boolean create)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IDummyContainerImpl. findCreateItem(QName itemQName, Class<I> type, boolean create)<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>DummyContainerImpl. findItem(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IDummyContainerImpl. findItem(ItemPath path, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IDummyContainerImpl. findItem(QName itemQName, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IDummyContainerImpl. findOrCreateItem(ItemPath containerPath, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IDummyContainerImpl. findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>DummyContainerImpl. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>DummyPropertyImpl. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>DummyReferenceImpl. findPartial(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
voidDummyContainerImpl. removeItem(ItemPath path, Class<I> itemType)Methods in com.evolveum.midpoint.prism.impl.item that return types with arguments of type PrismValue Modifier and Type Method Description @NotNull Collection<PrismValue>DummyItem. getAllValues(ItemPath path) -
Uses of PrismValue in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller with type parameters of type PrismValue Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>PrismParserImplIO. parseItem()<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>PrismParserImplNoIO. parseItem()<IV extends PrismValue>
IVPrismParserImplIO. parseItemValue()<IV extends PrismValue>
IVPrismParserImplNoIO. parseItemValue()<IV extends PrismValue,ID extends ItemDefinition,C extends Containerable>
Item<IV,ID>JaxbDomHackImpl. parseRawElement(Object element, PrismContainerDefinition<C> definition)This is used in a form of "fromAny" to parse elements from a JAXB getAny method to prism.Methods in com.evolveum.midpoint.prism.impl.marshaller with parameters of type PrismValue Modifier and Type Method Description static @NotNull ItemInfoItemInfo. determineFromValue(@NotNull PrismValue value, QName itemName, ItemDefinition itemDefinition, @NotNull SchemaRegistry schemaRegistry)TPrismSerializerImpl. serialize(@NotNull PrismValue value)TPrismSerializerImpl. serialize(@NotNull PrismValue value, QName itemName)ObjectJaxbDomHackImpl. toAny(PrismValue value)Serializes prism value to JAXB "any" format as returned by JAXB getAny() methods. -
Uses of PrismValue in com.evolveum.midpoint.prism.impl.metadata
Methods in com.evolveum.midpoint.prism.impl.metadata with type parameters of type PrismValue Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IValueMetadataAdapter. findCreateItem(ItemPath itemPath, Class<I> type, ID itemDefinition, boolean create)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IValueMetadataAdapter. findCreateItem(QName itemQName, Class<I> type, boolean create)<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>ValueMetadataAdapter. findItem(ItemPath path)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IValueMetadataAdapter. findItem(ItemPath path, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IValueMetadataAdapter. findItem(QName itemQName, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IValueMetadataAdapter. findOrCreateItem(ItemPath containerPath, Class<I> type)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IValueMetadataAdapter. findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition)<IV extends PrismValue,ID extends ItemDefinition>
PartiallyResolvedItem<IV,ID>ValueMetadataAdapter. findPartial(ItemPath path)static <V extends PrismValue>
@NotNull Collection<V>ValueMetadataAdapter. getValues(Item<V,?> item)<IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
voidValueMetadataAdapter. removeItem(ItemPath path, Class<I> itemType)Methods in com.evolveum.midpoint.prism.impl.metadata that return types with arguments of type PrismValue Modifier and Type Method Description static @NotNull Collection<PrismValue>ValueMetadataAdapter. getAllValues(Item<?,?> item, ItemPath path)@NotNull Collection<PrismValue>ValueMetadataAdapter. getAllValues(ItemPath path) -
Uses of PrismValue in com.evolveum.midpoint.prism.impl.query
Classes in com.evolveum.midpoint.prism.impl.query with type parameters of type PrismValue Modifier and Type Class Description classValueFilterImpl<V extends PrismValue,D extends ItemDefinition> -
Uses of PrismValue in com.evolveum.midpoint.prism.impl.util
Methods in com.evolveum.midpoint.prism.impl.util with type parameters of type PrismValue Modifier and Type Method Description static <IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>RawTypeUtil. getParsedItem(ID itemDefinition, List<RawType> values, QName elementQName, PrismContainerDefinition containerDef) -
Uses of PrismValue in com.evolveum.midpoint.prism.impl.xjc
Methods in com.evolveum.midpoint.prism.impl.xjc with type parameters of type PrismValue Modifier and Type Method Description static <IV extends PrismValue,ID extends ItemDefinition,I extends Item<IV,ID>>
IPrismForJAXBUtil. createItem(PrismContainerValue parentValue, QName name, Class<I> type) -
Uses of PrismValue in com.evolveum.midpoint.prism.marshaller
Methods in com.evolveum.midpoint.prism.marshaller with type parameters of type PrismValue Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition,C extends Containerable>
Item<IV,ID>JaxbDomHack. parseRawElement(Object element, PrismContainerDefinition<C> definition)Methods in com.evolveum.midpoint.prism.marshaller with parameters of type PrismValue Modifier and Type Method Description ObjectJaxbDomHack. toAny(PrismValue value) -
Uses of PrismValue in com.evolveum.midpoint.prism.query
Classes in com.evolveum.midpoint.prism.query with type parameters of type PrismValue Modifier and Type Interface Description interfaceValueFilter<V extends PrismValue,D extends ItemDefinition> -
Uses of PrismValue in com.evolveum.midpoint.prism.util
Classes in com.evolveum.midpoint.prism.util with type parameters of type PrismValue Modifier and Type Class Description classItemDeltaItem<V extends PrismValue,D extends ItemDefinition>A class defining old item state (before change), delta (change) and new item state (after change).Methods in com.evolveum.midpoint.prism.util with type parameters of type PrismValue Modifier and Type Method Description static <IV extends PrismValue,ID extends ItemDefinition>
voidPrismAsserts. assertNoAdd(ItemDelta<IV,ID> delta)static <IV extends PrismValue,ID extends ItemDefinition>
voidPrismAsserts. assertNoAdd(String message, ItemDelta<IV,ID> delta)static <IV extends PrismValue,ID extends ItemDefinition>
voidPrismAsserts. assertNoDelete(ItemDelta<IV,ID> delta)static <IV extends PrismValue,ID extends ItemDefinition>
voidPrismAsserts. assertNoDelete(String message, ItemDelta<IV,ID> delta)static <IV extends PrismValue,ID extends ItemDefinition>
voidPrismAsserts. assertNoReplace(ItemDelta<IV,ID> delta)static <IV extends PrismValue,ID extends ItemDefinition>
voidPrismAsserts. assertNoReplace(String message, ItemDelta<IV,ID> delta)static <T,V extends PrismValue>
voidPrismAsserts. assertTripleMinus(PrismValueDeltaSetTriple<V> triple, T... expectedValues)static <T,V extends PrismValue>
voidPrismAsserts. assertTriplePlus(PrismValueDeltaSetTriple<V> triple, T... expectedValues)static <T,V extends PrismValue>
voidPrismAsserts. assertTripleSet(String setName, Collection<V> tripleSet, T... expectedValues)static <T,V extends PrismValue>
voidPrismAsserts. assertTripleZero(PrismValueDeltaSetTriple<V> triple, T... expectedValues)<IV extends PrismValue,ID extends ItemDefinition>
ItemDeltaItem<IV,ID>ItemDeltaItem. findIdi(@NotNull ItemPath path)<IV extends PrismValue,ID extends ItemDefinition>
ItemDeltaItem<IV,ID>ItemDeltaItem. findIdi(@NotNull ItemPath path, @Nullable DefinitionResolver<D,ID> additionalDefinitionResolver)<IV extends PrismValue,ID extends ItemDefinition>
ItemDeltaItem<IV,ID>ObjectDeltaObject. findIdi(@NotNull ItemPath path, @Nullable DefinitionResolver<PrismObjectDefinition<O>,ID> additionalDefinitionResolver) -
Uses of PrismValue in com.evolveum.midpoint.repo.common.expression
Classes in com.evolveum.midpoint.repo.common.expression with type parameters of type PrismValue Modifier and Type Class Description classExpression<V extends PrismValue,D extends ItemDefinition>interfaceExpressionEvaluator<V extends PrismValue>Represents an expression evaluator (e.g.classSource<V extends PrismValue,D extends ItemDefinition>Expression evaluation source.classSourceTriple<V extends PrismValue,D extends ItemDefinition>PrismValueDeltaSetTriple that also remembers the source from which it has originated.classValueSetDefinition<IV extends PrismValue,D extends ItemDefinition>interfaceVariableProducer<V extends PrismValue>Methods in com.evolveum.midpoint.repo.common.expression with type parameters of type PrismValue Modifier and Type Method Description static <V extends PrismValue,F extends FocusType>
Collection<V>ExpressionUtil. computeTargetValues(VariableBindingDefinitionType target, TypedValue defaultTargetContext, ExpressionVariables variables, ObjectResolver objectResolver, String contextDesc, PrismContext prismContext, Task task, OperationResult result)static <T,V extends PrismValue>
VExpressionUtil. convertToPrismValue(T value, ItemDefinition definition, String contextDescription, PrismContext prismContext)<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>ExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)Creates an evaluator.static <V extends PrismValue,D extends ItemDefinition>
VExpressionUtil. evaluateExpression(ExpressionVariables variables, D outputDefinition, ExpressionType expressionType, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String shortDesc, Task task, OperationResult parentResult)static <V extends PrismValue,D extends ItemDefinition>
VExpressionUtil. evaluateExpression(Collection<Source<?,?>> sources, ExpressionVariables variables, D outputDefinition, ExpressionType expressionType, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String shortDesc, Task task, OperationResult parentResult)static <V extends PrismValue>
VExpressionUtil. getExpressionOutputValue(PrismValueDeltaSetTriple<V> outputTriple, String shortDesc)<V extends PrismValue,D extends ItemDefinition>
Expression<V,D>ExpressionFactory. makeExpression(ExpressionType expressionType, D outputDefinition, ExpressionProfile expressionProfile, String shortDesc, Task task, OperationResult result)static <IV extends PrismValue,ID extends ItemDefinition>
ItemDeltaItem<IV,ID>ExpressionUtil. toItemDeltaItem(Object object)Method parameters in com.evolveum.midpoint.repo.common.expression with type arguments of type PrismValue Modifier and Type Method Description ValueMetadataTypeTransformationValueMetadataComputer. compute(@NotNull List<PrismValue> inputValues, @NotNull OperationResult result) -
Uses of PrismValue in com.evolveum.midpoint.repo.common.expression.evaluator
Classes in com.evolveum.midpoint.repo.common.expression.evaluator with type parameters of type PrismValue Modifier and Type Class Description classAbstractExpressionEvaluator<V extends PrismValue,D extends ItemDefinition,E>classAsIsExpressionEvaluator<V extends PrismValue,D extends ItemDefinition>Returns value set triple of the default source.classLiteralExpressionEvaluator<V extends PrismValue,D extends ItemDefinition>Always returns zero set with literal value (values) specified in the evaluator.Methods in com.evolveum.midpoint.repo.common.expression.evaluator with type parameters of type PrismValue Modifier and Type Method Description <V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>AsIsExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)<V extends PrismValue,D extends ItemDefinition>
ExpressionEvaluator<V>LiteralExpressionEvaluatorFactory. createEvaluator(Collection<JAXBElement<?>> evaluatorElements, D outputDefinition, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String contextDescription, Task task, OperationResult result)Methods in com.evolveum.midpoint.repo.common.expression.evaluator with parameters of type PrismValue Modifier and Type Method Description voidAbstractExpressionEvaluator. addInternalOrigin(PrismValue value, ExpressionEvaluationContext context)Adds Internal origin for given prismValue. -
Uses of PrismValue in com.evolveum.midpoint.repo.sql.data.common.any
Methods in com.evolveum.midpoint.repo.sql.data.common.any that return types with arguments of type PrismValue Modifier and Type Method Description Class<? extends PrismValue>RItemKind. getValueClass()Methods in com.evolveum.midpoint.repo.sql.data.common.any with parameters of type PrismValue Modifier and Type Method Description @NotNull RAnyValue<?>RAnyConverter. convertToRValue(PrismValue value, boolean isAssignment, Integer itemId)Method parameters in com.evolveum.midpoint.repo.sql.data.common.any with type arguments of type PrismValue Modifier and Type Method Description static RItemKindRItemKind. getTypeFromValueClass(Class<? extends PrismValue> clazz) -
Uses of PrismValue in com.evolveum.midpoint.repo.sql.helpers.modify
Methods in com.evolveum.midpoint.repo.sql.helpers.modify that return PrismValue Modifier and Type Method Description PrismValuePrismEntityPair. getPrism()PrismValueMapperContext. getValue()Methods in com.evolveum.midpoint.repo.sql.helpers.modify with parameters of type PrismValue Modifier and Type Method Description <O> OPrismEntityMapper. mapPrismValue(PrismValue input, Class<O> outputType, MapperContext context)todo implement transformation from prism to entity RObjectTextInfo - handled manually RLookupTableRow RAccessCertificationWorkItem RAssignmentReference RFocusPhoto - handled manually RObjectReference - implemented RObjectDeltaOperation ROperationExecution - implemented RAccessCertificationCase RAssignment - implemented RCertWorkItemReference RTrigger - implementedvoidMapperContext. setValue(PrismValue value)Constructors in com.evolveum.midpoint.repo.sql.helpers.modify with parameters of type PrismValue Constructor Description PrismEntityPair(PrismValue prism, T repository) -
Uses of PrismValue in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema with type parameters of type PrismValue Modifier and Type Method Description static <IV extends PrismValue,ID extends ItemDefinition>
ItemDelta<IV,ID>DeltaConvertor. createItemDelta(ItemDeltaType propMod, PrismContainerDefinition<?> pcDef)static <IV extends PrismValue,ID extends ItemDefinition>
ItemDelta<IV,ID>DeltaConvertor. createItemDelta(ItemDeltaType propMod, PrismContainerDefinition<?> pcDef, boolean allowRawValues)static <IV extends PrismValue,ID extends ItemDefinition>
ItemDelta<IV,ID>DeltaConvertor. createItemDelta(ItemDeltaType propMod, Class<? extends Containerable> objectType, PrismContext prismContext)Creates delta from PropertyModificationType (XML).Methods in com.evolveum.midpoint.schema with parameters of type PrismValue Modifier and Type Method Description booleanObjectTreeDeltas. subtractFromFocusDelta(@NotNull ItemPath itemPath, @NotNull PrismValue value, boolean fromMinus, boolean dryRun) -
Uses of PrismValue in com.evolveum.midpoint.schema.metadata
Methods in com.evolveum.midpoint.schema.metadata with parameters of type PrismValue Modifier and Type Method Description booleanMidpointProvenanceEquivalenceStrategy. equals(PrismValue first, PrismValue second)intMidpointProvenanceEquivalenceStrategy. hashCode(PrismValue value) -
Uses of PrismValue in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type PrismValue Modifier and Type Method Description Map.Entry<ItemPath,Collection<? extends PrismValue>>ObjectQueryUtil.FilterComponents. getKnownComponent(ItemPath path)Map<ItemPath,Collection<? extends PrismValue>>ObjectQueryUtil.FilterComponents. getKnownComponents()Methods in com.evolveum.midpoint.schema.util with parameters of type PrismValue Modifier and Type Method Description static voidObjectTypeUtil. normalizeAllRelations(PrismValue value, RelationRegistry relationRegistry)static booleanProvenanceMetadataUtil. valueHasMappingSpec(PrismValue value, MappingSpecificationType mappingSpecification)Method parameters in com.evolveum.midpoint.schema.util with type arguments of type PrismValue Modifier and Type Method Description static ValueListTypeExecuteScriptUtil. createInput(Collection<? extends PrismValue> values)static ValueListTypeExecuteScriptUtil. createInputCloned(Collection<? extends PrismValue> values) -
Uses of PrismValue in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with type parameters of type PrismValue Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>Task. getExtensionItemOrClone(ItemName itemName)Returns specified item (property, reference or container) from the extension. -
Uses of PrismValue in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test with type parameters of type PrismValue Modifier and Type Method Description <IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>NullTaskImpl. getExtensionItemOrClone(ItemName propertyName) -
Uses of PrismValue in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 with type parameters of type PrismValue Modifier and Type Method Description static <V extends PrismValue>
DeltaSetTripleTypeDeltaSetTripleType. fromDeltaSetTriple(PrismValueDeltaSetTriple<V> triple, PrismContext prismContext)<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>RawType. getParsedItem(ID itemDefinition)<IV extends PrismValue,ID extends ItemDefinition>
Item<IV,ID>RawType. getParsedItem(ID itemDefinition, QName itemName)<IV extends PrismValue,ID extends ItemDefinition>
IVRawType. getParsedValue(@Nullable ItemDefinition itemDefinition, @Nullable QName itemName)Methods in com.evolveum.prism.xml.ns._public.types_3 that return PrismValue Modifier and Type Method Description PrismValueRawType. getAlreadyParsedValue()Constructors in com.evolveum.prism.xml.ns._public.types_3 with parameters of type PrismValue Constructor Description RawType(PrismValue parsed, QName explicitTypeName, @NotNull PrismContext prismContext)
-