Uses of Interface
com.evolveum.midpoint.prism.path.UniformItemPath
Packages that use UniformItemPath
Package
Description
-
Uses of UniformItemPath in com.evolveum.midpoint.model.impl.lens.projector.focus
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus that return types with arguments of type UniformItemPathModifier 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
Methods in com.evolveum.midpoint.prism that return UniformItemPathModifier and TypeMethodDescriptionItemPathParser.asItemPath(String value) PrismContext.emptyPath()@NotNull UniformItemPathPrismContext.toUniformPath(ItemPath path) TemporaryPrismContext.toUniformPath(ItemPathType path) @Nullable UniformItemPathPrismContext.toUniformPathKeepNull(ItemPath path) -
Uses of UniformItemPath in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return UniformItemPathModifier and TypeMethodDescriptionItemPathParserImpl.asItemPath(String value) PrismContextImpl.emptyPath()@NotNull UniformItemPathPrismContextImpl.toUniformPath(ItemPath path) PrismContextImpl.toUniformPath(ItemPathType path) PrismContextImpl.toUniformPathKeepNull(ItemPath path) -
Uses of UniformItemPath in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller that return UniformItemPathModifier and TypeMethodDescriptionstatic UniformItemPathItemPathParserTemp.parseFromElement(Element element) static UniformItemPathItemPathHolder.parseFromString(String path, Map<String, String> namespaces) static UniformItemPathItemPathParserTemp.parseFromString(String string) Methods in com.evolveum.midpoint.prism.impl.marshaller with parameters of type UniformItemPathModifier and TypeMethodDescriptionstatic ItemPathSerializationItemPathSerialization.serialize(@NotNull UniformItemPath itemPath, PrismNamespaceContext context) static ItemPathSerializationItemPathSerialization.serialize(@NotNull UniformItemPath itemPath, PrismNamespaceContext context, boolean overriddeNs) -
Uses of UniformItemPath in com.evolveum.midpoint.prism.path
Methods in com.evolveum.midpoint.prism.path that return UniformItemPathModifier and TypeMethodDescription@NotNull UniformItemPathUniformItemPath.allExceptLast()Returns a path containing all segments except the last one.UniformItemPath.allUpToIncluding(int i) @NotNull UniformItemPathUniformItemPath.allUpToLastName()Returns a path containing all segments up to (and not including) the last one.@NotNull UniformItemPathstatic UniformItemPath[]ItemPathCollectionsUtil.asUniformPathArray(PrismContext prismContext, QName... names) UniformItemPath.clone()static UniformItemPathstatic UniformItemPathUniformItemPath.empty()UniformItemPath.firstAsPath()Returns first segment in a form of path.static @NotNull UniformItemPath@NotNull UniformItemPathUniformItemPath.namedSegmentsOnly()UniformItemPath.normalize()Makes the path "normal" by inserting null Id segments where they were omitted.@NotNull UniformItemPathUniformItemPath.removeIds()default @NotNull UniformItemPathUniformItemPath.rest()@NotNull UniformItemPathUniformItemPath.rest(int n) @NotNull UniformItemPathUniformItemPath.stripVariableSegment()Methods in com.evolveum.midpoint.prism.path with parameters of type UniformItemPathModifier and TypeMethodDescriptionstatic <T> TItemPathCollectionsUtil.getFromMap(Map<UniformItemPath, T> map, UniformItemPath itemPath) static <T> TItemPathCollectionsUtil.putToMap(Map<UniformItemPath, T> map, UniformItemPath itemPath, T value) Method parameters in com.evolveum.midpoint.prism.path with type arguments of type UniformItemPathModifier and TypeMethodDescriptionstatic <T> TItemPathCollectionsUtil.getFromMap(Map<UniformItemPath, T> map, UniformItemPath itemPath) static <T> voidItemPathCollectionsUtil.putAllToMap(Map<UniformItemPath, T> target, Map<UniformItemPath, T> source) static <T> TItemPathCollectionsUtil.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 UniformItemPathModifier and TypeMethodDescription@NotNull UniformItemPathSelectorOptions.getItemPath(UniformItemPath emptyPath) ObjectSelector.getPath()Methods in com.evolveum.midpoint.schema with parameters of type UniformItemPathModifier 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 UniformItemPathSelectorOptions.getItemPath(UniformItemPath emptyPath) Constructors in com.evolveum.midpoint.schema with parameters of type UniformItemPath