Uses of Interface
com.evolveum.midpoint.prism.path.UniformItemPath
-
Packages that use UniformItemPath Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.path com.evolveum.midpoint.schema -
-
Uses of UniformItemPath in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return UniformItemPath Modifier and Type Method Description UniformItemPath
ItemPathParser. asItemPath(String value)
UniformItemPath
PrismContext. emptyPath()
UniformItemPath
PrismContext. path(Object... namesOrIdsOrSegments)
@NotNull UniformItemPath
PrismContext. toUniformPath(ItemPath path)
TemporaryUniformItemPath
PrismContext. toUniformPath(ItemPathType path)
@Nullable UniformItemPath
PrismContext. toUniformPathKeepNull(ItemPath path)
-
Uses of UniformItemPath in com.evolveum.midpoint.prism.path
Methods in com.evolveum.midpoint.prism.path that return UniformItemPath Modifier and Type Method Description @NotNull UniformItemPath
UniformItemPath. allExceptLast()
Returns a path containing all segments except the last one.UniformItemPath
UniformItemPath. allUpToIncluding(int i)
@NotNull UniformItemPath
UniformItemPath. allUpToLastName()
Returns a path containing all segments up to (and not including) the last one.@NotNull UniformItemPath
UniformItemPath. append(Object... components)
static UniformItemPath[]
ItemPathCollectionsUtil. asUniformPathArray(PrismContext prismContext, QName... names)
UniformItemPath
UniformItemPath. clone()
static UniformItemPath
UniformItemPath. create(Object... segments)
static UniformItemPath
UniformItemPath. empty()
UniformItemPath
UniformItemPath. firstAsPath()
Returns first segment in a form of path.static @NotNull UniformItemPath
UniformItemPath. from(ItemPath path)
@NotNull UniformItemPath
UniformItemPath. namedSegmentsOnly()
UniformItemPath
UniformItemPath. normalize()
Makes the path "normal" by inserting null Id segments where they were omitted.UniformItemPath
UniformItemPath. remainder(ItemPath prefix)
@NotNull UniformItemPath
UniformItemPath. removeIds()
default @NotNull UniformItemPath
UniformItemPath. rest()
@NotNull UniformItemPath
UniformItemPath. rest(int n)
@NotNull UniformItemPath
UniformItemPath. stripVariableSegment()
Methods in com.evolveum.midpoint.prism.path with parameters of type UniformItemPath Modifier and Type Method Description static <T> T
ItemPathCollectionsUtil. getFromMap(Map<UniformItemPath,T> map, UniformItemPath itemPath)
static <T> T
ItemPathCollectionsUtil. putToMap(Map<UniformItemPath,T> map, UniformItemPath itemPath, T value)
Method parameters in com.evolveum.midpoint.prism.path with type arguments of type UniformItemPath Modifier and Type Method Description static <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
Methods in com.evolveum.midpoint.schema that return UniformItemPath Modifier and Type Method Description @NotNull UniformItemPath
SelectorOptions. getItemPath(UniformItemPath emptyPath)
UniformItemPath
ObjectSelector. getPath()
Methods in com.evolveum.midpoint.schema that return types with arguments of type UniformItemPath Modifier and Type Method Description static <T> Map<T,Collection<UniformItemPath>>
SelectorOptions. extractOptionValues(Collection<SelectorOptions<GetOperationOptions>> options, Function<GetOperationOptions,T> supplier, PrismContext prismContext)
Methods in com.evolveum.midpoint.schema with parameters of type UniformItemPath Modifier and Type Method Description static <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)
Constructors in com.evolveum.midpoint.schema with parameters of type UniformItemPath Constructor Description ObjectSelector(UniformItemPath path)
-