Uses of Interface
com.evolveum.midpoint.prism.path.UniformItemPath
Package
Description
-
Uses of UniformItemPath in com.evolveum.midpoint.model.impl.lens.projector.focus
Modifier and TypeMethodDescription<V extends PrismValue,
D extends ItemDefinition<?>, T extends ObjectType, F extends FocusType>
Map<UniformItemPath,MappingOutputStruct<V>> ProjectionMappingSetEvaluator.evaluateMappingsToTriples
(MappingEvaluatorParams<V, D, T, F> params, Task task, OperationResult result) -
Uses of UniformItemPath in com.evolveum.midpoint.prism
Modifier and TypeMethodDescriptionItemPathParser.asItemPath
(String value) PrismContext.emptyPath()
@NotNull UniformItemPath
PrismContext.toUniformPath
(ItemPath path) TemporaryPrismContext.toUniformPath
(ItemPathType path) @Nullable UniformItemPath
PrismContext.toUniformPathKeepNull
(ItemPath path) -
Uses of UniformItemPath in com.evolveum.midpoint.prism.impl
Modifier and TypeMethodDescriptionItemPathParserImpl.asItemPath
(String value) PrismContextImpl.emptyPath()
@NotNull UniformItemPath
PrismContextImpl.toUniformPath
(ItemPath path) PrismContextImpl.toUniformPath
(ItemPathType path) PrismContextImpl.toUniformPathKeepNull
(ItemPath path) -
Uses of UniformItemPath in com.evolveum.midpoint.prism.impl.marshaller
Modifier and TypeMethodDescriptionstatic UniformItemPath
ItemPathParserTemp.parseFromElement
(Element element) static UniformItemPath
ItemPathHolder.parseFromString
(String path, Map<String, String> namespaces) static UniformItemPath
ItemPathParserTemp.parseFromString
(String string) Modifier and TypeMethodDescriptionstatic ItemPathSerialization
ItemPathSerialization.serialize
(@NotNull UniformItemPath itemPath, PrismNamespaceContext context) static ItemPathSerialization
ItemPathSerialization.serialize
(@NotNull UniformItemPath itemPath, PrismNamespaceContext context, boolean overriddeNs) -
Uses of UniformItemPath in com.evolveum.midpoint.prism.path
Modifier and TypeMethodDescription@NotNull UniformItemPath
UniformItemPath.allExceptLast()
Returns a path containing all segments except the last one.UniformItemPath.allUpToIncluding
(int i) @NotNull UniformItemPath
UniformItemPath.allUpToLastName()
Returns a path containing all segments up to (and not including) the last one.@NotNull UniformItemPath
static UniformItemPath[]
ItemPathCollectionsUtil.asUniformPathArray
(PrismContext prismContext, QName... names) UniformItemPath.clone()
static UniformItemPath
static UniformItemPath
UniformItemPath.empty()
UniformItemPath.firstAsPath()
Returns first segment in a form of path.static @NotNull UniformItemPath
@NotNull UniformItemPath
UniformItemPath.namedSegmentsOnly()
UniformItemPath.normalize()
Makes the path "normal" by inserting null Id segments where they were omitted.@NotNull UniformItemPath
UniformItemPath.removeIds()
default @NotNull UniformItemPath
UniformItemPath.rest()
@NotNull UniformItemPath
UniformItemPath.rest
(int n) @NotNull UniformItemPath
UniformItemPath.stripVariableSegment()
Modifier and TypeMethodDescriptionstatic <T> T
ItemPathCollectionsUtil.getFromMap
(Map<UniformItemPath, T> map, UniformItemPath itemPath) static <T> T
ItemPathCollectionsUtil.putToMap
(Map<UniformItemPath, T> map, UniformItemPath itemPath, T value) Modifier and TypeMethodDescriptionstatic <T> T
ItemPathCollectionsUtil.getFromMap
(Map<UniformItemPath, T> map, UniformItemPath itemPath) static <T> void
ItemPathCollectionsUtil.putAllToMap
(Map<UniformItemPath, T> target, Map<UniformItemPath, T> source) static <T> T
ItemPathCollectionsUtil.putToMap
(Map<UniformItemPath, T> map, UniformItemPath itemPath, T value) -
Uses of UniformItemPath in com.evolveum.midpoint.schema
Modifier and TypeMethodDescription@NotNull UniformItemPath
SelectorOptions.getItemPath
(UniformItemPath emptyPath) ObjectSelector.getPath()
Modifier and TypeMethodDescriptionstatic <T> SelectorOptions<T>
SelectorOptions.create
(UniformItemPath path, T options) static <T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection
(UniformItemPath path, T options) static <T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection
(T options, UniformItemPath... paths) static <T> @NotNull Collection<T>
SelectorOptions.findOptionsForPath
(Collection<SelectorOptions<T>> options, @NotNull UniformItemPath path) Finds all the options for given path.@NotNull UniformItemPath
SelectorOptions.getItemPath
(UniformItemPath emptyPath)