Uses of Class
com.evolveum.midpoint.model.api.correlation.CorrelationPropertyDefinition
Packages that use CorrelationPropertyDefinition
Package
Description
-
Uses of CorrelationPropertyDefinition in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return CorrelationPropertyDefinitionModifier and TypeMethodDescriptionstatic @NotNull CorrelationPropertyDefinitionCorrelationPropertyDefinition.fromConfiguration(@NotNull CorrelationItemType itemBean, @Nullable PrismObjectDefinition<?> focusDefinition) static @NotNull CorrelationPropertyDefinitionCorrelationPropertyDefinition.fromData(@NotNull ItemPath path, @NotNull PrismProperty<?> property) Methods in com.evolveum.midpoint.model.api.correlation that return types with arguments of type CorrelationPropertyDefinitionModifier and TypeMethodDescription@NotNull PathKeyedMap<CorrelationPropertyDefinition>CorrelationCaseDescription.getCorrelationPropertiesDefinitions()@NotNull List<CorrelationPropertyDefinition>CorrelationCaseDescription.getCorrelationPropertiesDefinitionsList()The list is sorted according to display order (and display name, in case of ambiguity).Methods in com.evolveum.midpoint.model.api.correlation with parameters of type CorrelationPropertyDefinitionModifier and TypeMethodDescriptionvoidCorrelationCaseDescription.addCorrelationPropertyDefinition(CorrelationPropertyDefinition property) CorrelationCaseDescription.CandidateDescription.getPropertyValuesDescription(@NotNull CorrelationPropertyDefinition propertyDef) Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type CorrelationPropertyDefinitionModifierConstructorDescriptionCorrelationPropertyValuesDescription(@NotNull CorrelationPropertyDefinition propertyDefinition, @NotNull Set<PrismValue> primaryValues, @NotNull Set<PrismValue> secondaryValues, @NotNull CorrelationCaseDescription.Match match) -
Uses of CorrelationPropertyDefinition in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return types with arguments of type CorrelationPropertyDefinitionModifier and TypeMethodDescription@NotNull Collection<CorrelationPropertyDefinition>Correlator.getCorrelationPropertiesDefinitions(@Nullable PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns the correlation properties this correlator uses to do the correlation.