Uses of Class
com.evolveum.midpoint.repo.sqlbase.querydsl.UuidPath
-
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.audit.qmodel
Fields in com.evolveum.midpoint.repo.sqale.audit.qmodel declared as UuidPath Modifier and Type Field Description UuidPath
QAuditEventRecord. attorneyOid
UuidPath
QAuditDelta. deltaOid
UuidPath
QAuditEventRecord. initiatorOid
UuidPath
QAuditDelta. resourceOid
UuidPath
QAuditEventRecord. targetOid
UuidPath
QAuditRefValue. targetOid
UuidPath
QAuditEventRecord. targetOwnerOid
UuidPath
QAuditEventRecord. taskOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.delta.item
Constructor parameters in com.evolveum.midpoint.repo.sqale.delta.item with type arguments of type UuidPath Constructor Description RefItemDeltaProcessor(SqaleUpdateContext<?,Q,R> context, Function<Q,UuidPath> rootToOidPath, Function<Q,com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath, Function<Q,com.querydsl.core.types.dsl.NumberPath<Integer>> rootToRelationIdPath)
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.filtering
Constructor parameters in com.evolveum.midpoint.repo.sqale.filtering with type arguments of type UuidPath Constructor Description RefItemFilterProcessor(SqlQueryContext<?,Q,R> context, Function<Q,UuidPath> rootToOidPath, @Nullable Function<Q,com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath, @Nullable Function<Q,com.querydsl.core.types.dsl.NumberPath<Integer>> rootToRelationIdPath, @Nullable Function<Q,com.querydsl.core.types.dsl.StringPath> rootToTargetNamePath)
UuidItemFilterProcessor(SqlQueryContext<?,Q,R> context, Function<Q,UuidPath> rootToQueryItem)
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.mapping
Method parameters in com.evolveum.midpoint.repo.sqale.mapping with type arguments of type UuidPath Modifier and Type Method Description default <TS,TQ extends QObject<TR>,TR extends MObject>
SqaleMappingMixin<S,Q,R>SqaleMappingMixin. addAuditRefMapping(@NotNull QName itemName, @NotNull Function<Q,UuidPath> rootToOidPath, @Nullable Function<Q,com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath, @NotNull Function<Q,com.querydsl.core.types.dsl.StringPath> rootToTargetNamePath, @NotNull Supplier<QueryTableMapping<TS,TQ,TR>> targetMappingSupplier)
Defines single-value reference mapping for query, columns embedded in the table.default <TS,TQ extends QObject<TR>,TR extends MObject>
SqaleMappingMixin<S,Q,R>SqaleMappingMixin. addRefMapping(@NotNull QName itemName, @NotNull Function<Q,UuidPath> rootToOidPath, @NotNull Function<Q,com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath, @NotNull Function<Q,com.querydsl.core.types.dsl.NumberPath<Integer>> rootToRelationIdPath, @NotNull Supplier<QueryTableMapping<TS,TQ,TR>> targetMappingSupplier)
Defines single-value reference mapping for both query and modifications, columns embedded in the table.<TS,TQ extends QObject<TR>,TR extends MObject>
SqaleNestedMapping<S,Q,R>SqaleNestedMapping. addRefMapping(@NotNull QName itemName, @NotNull Function<Q,UuidPath> rootToOidPath, @NotNull Function<Q,com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath, @NotNull Function<Q,com.querydsl.core.types.dsl.NumberPath<Integer>> rootToRelationIdPath, @NotNull Supplier<QueryTableMapping<TS,TQ,TR>> targetMappingSupplier)
protected ItemSqlMapper<Q,R>
SqaleTableMapping. uuidMapper(Function<Q,UuidPath> rootToQueryItem)
Returns the mapper creating the UUID filter/delta processors from context.Constructor parameters in com.evolveum.midpoint.repo.sqale.mapping with type arguments of type UuidPath Constructor Description EmbeddedReferenceResolver(@NotNull Class<Q> queryType, @NotNull Function<Q,UuidPath> rootToOidPath, @NotNull Supplier<QueryTableMapping<TS,TQ,TR>> targetMappingSupplier)
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Fields in com.evolveum.midpoint.repo.sqale.qmodel.accesscert declared as UuidPath Modifier and Type Field Description UuidPath
QAccessCertificationCampaign. definitionRefTargetOid
UuidPath
QAccessCertificationCase. objectRefTargetOid
UuidPath
QAccessCertificationCase. orgRefTargetOid
UuidPath
QAccessCertificationCampaign. ownerRefTargetOid
UuidPath
QAccessCertificationDefinition. ownerRefTargetOid
UuidPath
QAccessCertificationWorkItem. performerRefTargetOid
UuidPath
QAccessCertificationCase. targetRefTargetOid
UuidPath
QAccessCertificationCase. tenantRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Fields in com.evolveum.midpoint.repo.sqale.qmodel.assignment declared as UuidPath Modifier and Type Field Description UuidPath
QAssignment. creatorRefTargetOid
UuidPath
QAssignment. modifierRefTargetOid
UuidPath
QAssignment. orgRefTargetOid
UuidPath
QAssignment. resourceRefTargetOid
UuidPath
QAssignment. targetRefTargetOid
UuidPath
QAssignment. tenantRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.cases
Fields in com.evolveum.midpoint.repo.sqale.qmodel.cases declared as UuidPath Modifier and Type Field Description UuidPath
QCase. objectRefTargetOid
UuidPath
QCase. parentRefTargetOid
UuidPath
QCase. requestorRefTargetOid
UuidPath
QCase. targetRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Fields in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem declared as UuidPath Modifier and Type Field Description UuidPath
QCaseWorkItem. originalAssigneeRefTargetOid
UuidPath
QCaseWorkItem. performerRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.common
Fields in com.evolveum.midpoint.repo.sqale.qmodel.common declared as UuidPath Modifier and Type Field Description UuidPath
QContainer. ownerOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.connector
Fields in com.evolveum.midpoint.repo.sqale.qmodel.connector declared as UuidPath Modifier and Type Field Description UuidPath
QConnector. connectorHostRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.object
Fields in com.evolveum.midpoint.repo.sqale.qmodel.object declared as UuidPath Modifier and Type Field Description UuidPath
QObject. creatorRefTargetOid
UuidPath
QOperationExecution. initiatorRefTargetOid
UuidPath
QObject. modifierRefTargetOid
UuidPath
QObject. oid
UuidPath
QOperationExecution. taskRefTargetOid
UuidPath
QObject. tenantRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.org
Fields in com.evolveum.midpoint.repo.sqale.qmodel.org declared as UuidPath Modifier and Type Field Description UuidPath
QOrgClosure. ancestorOid
UuidPath
QOrgClosure. descendantOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.ref
Fields in com.evolveum.midpoint.repo.sqale.qmodel.ref declared as UuidPath Modifier and Type Field Description UuidPath
QReference. ownerOid
UuidPath
QReference. targetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.report
Fields in com.evolveum.midpoint.repo.sqale.qmodel.report declared as UuidPath Modifier and Type Field Description UuidPath
QReportData. reportRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.resource
Fields in com.evolveum.midpoint.repo.sqale.qmodel.resource declared as UuidPath Modifier and Type Field Description UuidPath
QResource. connectorRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.shadow
Fields in com.evolveum.midpoint.repo.sqale.qmodel.shadow declared as UuidPath Modifier and Type Field Description UuidPath
QShadow. resourceRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqale.qmodel.task
Fields in com.evolveum.midpoint.repo.sqale.qmodel.task declared as UuidPath Modifier and Type Field Description UuidPath
QTask. objectRefTargetOid
UuidPath
QTask. ownerRefTargetOid
-
Uses of UuidPath in com.evolveum.midpoint.repo.sqlbase.mapping
Method parameters in com.evolveum.midpoint.repo.sqlbase.mapping with type arguments of type UuidPath Modifier and Type Method Description protected ItemSqlMapper<Q,R>
QueryTableMapping. uuidMapper(Function<Q,UuidPath> rootToQueryItem)
Returns the mapper creating the OID (UUID) filter processor from context. -
Uses of UuidPath in com.evolveum.midpoint.repo.sqlbase.querydsl
Methods in com.evolveum.midpoint.repo.sqlbase.querydsl that return UuidPath Modifier and Type Method Description protected UuidPath
FlexibleRelationalPathBase. createUuid(String property, com.querydsl.sql.ColumnMetadata columnMetadata)
CreatesUuidPath
path for a property and registers column metadata for it.
-