Uses of Class
com.evolveum.midpoint.prism.path.PathSet
Packages that use PathSet
Package
Description
Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.
Low-level security functions.
- 
Uses of PathSet in com.evolveum.midpoint.model.api.correlationMethods in com.evolveum.midpoint.model.api.correlation that return PathSetModifier and TypeMethodDescriptionCorrelationService.determineCorrelatorConfiguration(@NotNull CorrelatorDiscriminator discriminator, String archetypeOid, Task task, OperationResult result) Instantiates a correlator
- 
Uses of PathSet in com.evolveum.midpoint.model.api.correlatorMethods in com.evolveum.midpoint.model.api.correlator that return PathSet
- 
Uses of PathSet in com.evolveum.midpoint.model.impl.correlationMethods in com.evolveum.midpoint.model.impl.correlation that return PathSetModifier and TypeMethodDescriptionCorrelationServiceImpl.determineCorrelatorConfiguration(@NotNull CorrelatorDiscriminator discriminator, @Nullable String archetypeOid, @NotNull Task task, @NotNull OperationResult result) 
- 
Uses of PathSet in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prepMethods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep that return PathSetModifier and TypeMethodDescription@NotNull PathSetClockworkContext.getCorrelationItemPaths()@NotNull PathSetPreContext.getCorrelationItemPaths()Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with parameters of type PathSetModifierConstructorDescriptionPreContext(@NotNull PreInboundsContext<?> ctx, @NotNull PathSet correlationItemPaths, @NotNull MappingEvaluationEnvironment env, @NotNull OperationResult result, @NotNull ModelBeans beans) 
- 
Uses of PathSet in com.evolveum.midpoint.prismMethods in com.evolveum.midpoint.prism with parameters of type PathSetModifier and TypeMethodDescription@NotNull PrismSerializer<T>PrismSerializer.itemsToSkip(PathSet itemsToSkip) These items will be skipped during serialization.
- 
Uses of PathSet in com.evolveum.midpoint.prism.impl.marshallerMethods in com.evolveum.midpoint.prism.impl.marshaller with parameters of type PathSetModifier and TypeMethodDescription@NotNull PrismSerializer<T>PrismSerializerImpl.itemsToSkip(PathSet itemsToSkip) Constructors in com.evolveum.midpoint.prism.impl.marshaller with parameters of type PathSetModifierConstructorDescriptionPrismSerializerImpl(@NotNull SerializerTarget<T> target, QName itemName, ItemDefinition<?> itemDefinition, SerializationContext context, @NotNull PrismContextImpl prismContext, PathSet itemsToSkip) 
- 
Uses of PathSet in com.evolveum.midpoint.prism.pathMethods in com.evolveum.midpoint.prism.path that return PathSetModifier and TypeMethodDescriptionstatic PathSetPathSet.empty()Returns immutable empty path set.static @NotNull PathSetReturns immutablePathSet.@NotNull PathSetStrips the prefix from a set of paths.Methods in com.evolveum.midpoint.prism.path that return types with arguments of type PathSetModifier and TypeMethodDescription@NotNull NameKeyedMap<ItemName,PathSet> PathSet.factor()Factors the path set on the first segment of the paths.
- 
Uses of PathSet in com.evolveum.midpoint.repo.sqale.mappingMethods in com.evolveum.midpoint.repo.sqale.mapping that return PathSet
- 
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.accesscertMethods in com.evolveum.midpoint.repo.sqale.qmodel.accesscert that return PathSetModifier and TypeMethodDescriptionprotected PathSetQAccessCertificationCampaignMapping.fullObjectItemsToSkip()
- 
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.focusMethods in com.evolveum.midpoint.repo.sqale.qmodel.focus that return PathSet
- 
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.lookuptableMethods in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable that return PathSet
- 
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.simulationMethods in com.evolveum.midpoint.repo.sqale.qmodel.simulation that return PathSetModifier and TypeMethodDescriptionprotected PathSetQProcessedObjectMapping.fullObjectItemsToSkip()protected PathSetQSimulationResultMapping.fullObjectItemsToSkip()
- 
Uses of PathSet in com.evolveum.midpoint.repo.sqale.qmodel.taskMethods in com.evolveum.midpoint.repo.sqale.qmodel.task that return PathSet
- 
Uses of PathSet in com.evolveum.midpoint.schemaMethods in com.evolveum.midpoint.schema that return types with arguments of type PathSetModifier and TypeMethodDescriptionSelectorOptions.extractOptionValues(Collection<SelectorOptions<GetOperationOptions>> options, Function<GetOperationOptions, T> supplier) ParsedGetOperationOptions.getDefinitionProcessingMap()
- 
Uses of PathSet in com.evolveum.midpoint.security.apiFields in com.evolveum.midpoint.security.api declared as PathSetModifier and TypeFieldDescriptionstatic final PathSetAuthorizationConstants.EXECUTION_ITEMS_ALLOWED_BY_DEFAULTThose are the items that midPoint logic controls directly.static final PathSetAuthorizationConstants.OPERATIONAL_ITEMS_ALLOWED_FOR_CONTAINER_DELETEItems that are not considered for authorization in case that the entire container is deleted.Methods in com.evolveum.midpoint.security.api that return PathSetModifier and TypeMethodDescription@NotNull PathSetAuthorization.getExceptItems()@NotNull PathSetAuthorization.getItems()