Uses of Class
com.evolveum.midpoint.repo.sqale.jsonb.JsonbPath
-
-
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 JsonbPath Constructor Description AuditPropertiesItemFilterProcessor(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 Modifier and Type Field Description JsonbPath
QAuditEventRecord. properties
-
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 JsonbPath Constructor Description ExtensionContainerDeltaProcessor(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 JsonbPath Constructor Description ExtensionItemFilterProcessor(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 JsonbPath Modifier and Type Method Description void
SqaleTableMapping. 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 JsonbPath Constructor Description ExtensionItemSqlMapper(@NotNull Function<Q,JsonbPath> rootToExtensionPath, @NotNull MExtItemHolderType holderType, @NotNull SqaleRepoContext context)
ExtensionMapping(@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 Modifier and Type Field Description JsonbPath
QAssignment. ext
-
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.qmodel.focus
Fields in com.evolveum.midpoint.repo.sqale.qmodel.focus declared as JsonbPath Modifier and Type Field Description JsonbPath
QUser. organizations
JsonbPath
QUser. organizationUnits
-
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.qmodel.object
Fields in com.evolveum.midpoint.repo.sqale.qmodel.object declared as JsonbPath Modifier and Type Field Description JsonbPath
QObject. ext
-
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.qmodel.shadow
Fields in com.evolveum.midpoint.repo.sqale.qmodel.shadow declared as JsonbPath Modifier and Type Field Description JsonbPath
QShadow. attributes
-
Uses of JsonbPath in com.evolveum.midpoint.repo.sqale.update
Constructors in com.evolveum.midpoint.repo.sqale.update with parameters of type JsonbPath Constructor Description ExtensionUpdateContext(SqaleUpdateContext<?,?,?> parentContext, ExtensionMapping<Q,R> mapping, JsonbPath jsonbPath)
-