Uses of Class
com.evolveum.midpoint.repo.sqale.jsonb.JsonbPath
Packages that use JsonbPath
Package
Description
-
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.audit.filtering
Constructor parameters in com.evolveum.midpoint.repo.sqale.audit.filtering with type arguments of type JsonbPathModifierConstructorDescriptionAuditPropertiesItemFilterProcessor(SqlQueryContext<?, Q, R> context, Function<Q, JsonbPath> rootToPath) -
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.audit.qmodel
Fields in com.evolveum.midpoint.repo.sqale.audit.qmodel declared as JsonbPath -
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.delta.item
Constructor parameters in com.evolveum.midpoint.repo.sqale.delta.item with type arguments of type JsonbPathModifierConstructorDescriptionExtensionContainerDeltaProcessor(SqaleUpdateContext<OS, OQ, OR> context, @NotNull ExtensionMapping<OQ, OR> mapping, @NotNull Function<OQ, JsonbPath> rootToExtensionPath) Constructs the delta processor, here we care about type match for parameters, later we don't.JsonbPolysItemDeltaProcessor(SqaleUpdateContext<?, Q, R> context, Function<Q, JsonbPath> rootToQueryItem) -
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.filtering
Constructor parameters in com.evolveum.midpoint.repo.sqale.filtering with type arguments of type JsonbPathModifierConstructorDescriptionExtensionItemFilterProcessor(SqlQueryContext<?, ?, ?> context, Function<FlexibleRelationalPathBase<?>, JsonbPath> rootToExtensionPath, MExtItemHolderType holderType) JsonbPolysPathItemFilterProcessor(SqlQueryContext<?, Q, R> context, @NotNull Function<Q, JsonbPath> rootToPath) -
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.mapping
Method parameters in com.evolveum.midpoint.repo.sqale.mapping with type arguments of type JsonbPathModifier and TypeMethodDescriptiondefault SqaleMappingMixin<S,Q, R> SqaleMappingMixin.addExtensionMapping(@NotNull ItemName itemName, @NotNull MExtItemHolderType holderType, @NotNull Function<Q, JsonbPath> rootToPath, @NotNull SqaleRepoContext repoContext) voidSqaleTableMapping.addExtensionMapping(@NotNull ItemName itemName, @NotNull MExtItemHolderType holderType, @NotNull Function<Q, JsonbPath> rootToPath) Adds extension container mapping, mainly the resolver for the extension container path.protected ItemSqlMapper<Q,R> SqaleTableMapping.multiPolyStringMapper(@NotNull Function<Q, JsonbPath> rootToQueryItem) Returns the mapper creating poly-string multi-value filter/delta processors from context.Constructor parameters in com.evolveum.midpoint.repo.sqale.mapping with type arguments of type JsonbPathModifierConstructorDescriptionExtensionItemSqlMapper(@NotNull Function<Q, JsonbPath> rootToExtensionPath, @NotNull MExtItemHolderType holderType, @NotNull SqaleRepoContext context) protectedExtensionMapping(@NotNull MExtItemHolderType holderType, @NotNull Class<Q> queryType, @NotNull Function<Q, JsonbPath> rootToExtensionPath, SqaleRepoContext context) ExtensionMappingResolver(@NotNull ExtensionMapping<Q, R> mapping, @NotNull Function<Q, JsonbPath> rootToExtensionPath) -
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Fields in com.evolveum.midpoint.repo.sqale.qmodel.assignment declared as JsonbPath -
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.qmodel.focus
Fields in com.evolveum.midpoint.repo.sqale.qmodel.focus declared as JsonbPathModifier and TypeFieldDescriptionfinal JsonbPathQFocus.normalizedDatafinal JsonbPathQUser.organizationsfinal JsonbPathQUser.organizationUnits -
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.qmodel.object
Fields in com.evolveum.midpoint.repo.sqale.qmodel.object declared as JsonbPath -
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.qmodel.shadow
Fields in com.evolveum.midpoint.repo.sqale.qmodel.shadow declared as JsonbPath -
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.update
Constructors in com.evolveum.midpoint.repo.sqale.update with parameters of type JsonbPathModifierConstructorDescriptionExtensionUpdateContext(SqaleUpdateContext<?, ?, ?> parentContext, ExtensionMapping<Q, R> mapping, JsonbPath jsonbPath)