Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.object.MObject
-
-
Uses of MObject in com.evolveum.midpoint.repo.sqale.filtering
Classes in com.evolveum.midpoint.repo.sqale.filtering with type parameters of type MObject Modifier and Type Class Description classTypeFilterProcessor<Q extends QObject<R>,R extends MObject,TQ extends QObject<TR>,TR extends MObject>Filter processor that resolvesTypeFilter.classTypeFilterProcessor<Q extends QObject<R>,R extends MObject,TQ extends QObject<TR>,TR extends MObject>Filter processor that resolvesTypeFilter. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.mapping
Classes in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type MObject Modifier and Type Class Description classRefTableTargetResolver<Q extends QReference<R,?>,R extends MReference,TQ extends QObject<TR>,TR extends MObject>Resolver that knows how to traverse from reference table to the reference target.Methods in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type MObject 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, @Nullable Function<Q,com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath, @Nullable 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, @Nullable Function<Q,com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath, @Nullable Function<Q,com.querydsl.core.types.dsl.NumberPath<Integer>> rootToRelationIdPath, @NotNull Supplier<QueryTableMapping<TS,TQ,TR>> targetMappingSupplier) -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.accesscert Modifier and Type Class Description classMAccessCertificationCampaignQuerydsl "row bean" type related toQAccessCertificationCampaign.classMAccessCertificationDefinitionQuerydsl "row bean" type related toQAccessCertificationDefinition. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Classes in com.evolveum.midpoint.repo.sqale.qmodel.assignment with type parameters of type MObject Modifier and Type Class Description classQAssignment<OR extends MObject>Querydsl query type for "m_assignment" table.classQAssignmentMapping<OR extends MObject>Mapping betweenQAssignmentandAssignmentType.classQAssignmentReferenceMapping<AOR extends MObject>Mapping betweenQAssignmentReferenceandObjectReferenceType.Fields in com.evolveum.midpoint.repo.sqale.qmodel.assignment with type parameters of type MObject Modifier and Type Field Description static Class<QAssignment<MObject>>QAssignment. CLASSIf `QAssignment.class` is not enough because of generics, try `QAssignment.CLASS`.Methods in com.evolveum.midpoint.repo.sqale.qmodel.assignment with type parameters of type MObject Modifier and Type Method Description static <OR extends MObject>
QAssignmentMapping<OR>QAssignmentMapping. getAssignmentMapping()static <OR extends MObject>
QAssignmentReferenceMapping<OR>QAssignmentReferenceMapping. getForAssignmentCreateApprover()static <OR extends MObject>
QAssignmentReferenceMapping<OR>QAssignmentReferenceMapping. getForAssignmentModifyApprover()static <OR extends MObject>
QAssignmentMapping<OR>QAssignmentMapping. getInducementMapping()static <OR extends MObject>
QAssignmentMapping<OR>QAssignmentMapping. initAssignmentMapping(@NotNull SqaleRepoContext repositoryContext)static <OR extends MObject>
QAssignmentReferenceMapping<OR>QAssignmentReferenceMapping. initForAssignmentCreateApprover(@NotNull SqaleRepoContext repositoryContext)static <OR extends MObject>
QAssignmentReferenceMapping<OR>QAssignmentReferenceMapping. initForAssignmentModifyApprover(@NotNull SqaleRepoContext repositoryContext)static <OR extends MObject>
QAssignmentMapping<OR>QAssignmentMapping. initInducementMapping(@NotNull SqaleRepoContext repositoryContext) -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.cases
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.cases Modifier and Type Class Description classMCaseQuerydsl "row bean" type related toQCase. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.connector
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.connector Modifier and Type Class Description classMConnectorQuerydsl "row bean" type related toQConnector.classMConnectorHostQuerydsl "row bean" type related toQConnectorHost. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.focus
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.focus Modifier and Type Class Description classMFocusQuerydsl "row bean" type related toQFocus.classMUserQuerydsl "row bean" type related toQUser. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable Modifier and Type Class Description classMLookupTableQuerydsl "row bean" type related toQLookupTable. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.node
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.node Modifier and Type Class Description classMNodeQuerydsl "row bean" type related toQNode. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.notification
Methods in com.evolveum.midpoint.repo.sqale.qmodel.notification that return MObject Modifier and Type Method Description MObjectQMessageTemplateMapping. newRowObject() -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.object
Classes in com.evolveum.midpoint.repo.sqale.qmodel.object with type parameters of type MObject Modifier and Type Class Description classQAssignmentHolder<R extends MObject>Querydsl query type for "m_assignment_holder" table.classQAssignmentHolderMapping<S extends AssignmentHolderType,Q extends QAssignmentHolder<R>,R extends MObject>Mapping betweenQAssignmentHolderandAssignmentHolderType.classQObject<R extends MObject>Querydsl query type for "m_object" table.classQObjectMapping<S extends ObjectType,Q extends QObject<R>,R extends MObject>Mapping betweenQObjectandObjectType.classQOperationExecution<OR extends MObject>Querydsl query type for "m_operation_execution" table.classQOperationExecutionMapping<OR extends MObject>Mapping betweenQOperationExecutionandOperationExecutionType.classQTrigger<OR extends MObject>Querydsl query type for "m_trigger" table.classQTriggerMapping<OR extends MObject>Mapping betweenQTriggerandTriggerType.Fields in com.evolveum.midpoint.repo.sqale.qmodel.object with type parameters of type MObject Modifier and Type Field Description static Class<QAssignmentHolder<MObject>>QAssignmentHolder. CLASSIfQAssignmentHolder.classis not enough because of generics, tryQAssignmentHolder.CLASS.static Class<QObject<MObject>>QObject. CLASSIfQObject.classis not enough because of generics, tryQObject.CLASS.static Class<QOperationExecution<MObject>>QOperationExecution. CLASSIf `QOperationExecution.class` is not enough because of generics, try `QOperationExecution.CLASS`.static Class<QTrigger<MObject>>QTrigger. CLASSIf `QTrigger.class` is not enough because of generics, try `QTrigger.CLASS`.Methods in com.evolveum.midpoint.repo.sqale.qmodel.object with type parameters of type MObject Modifier and Type Method Description static <OR extends MObject>
QOperationExecutionMapping<OR>QOperationExecutionMapping. get()static <OR extends MObject>
QTriggerMapping<OR>QTriggerMapping. get()static <OR extends MObject>
QOperationExecutionMapping<OR>QOperationExecutionMapping. init(@NotNull SqaleRepoContext repositoryContext)static <OR extends MObject>
QTriggerMapping<OR>QTriggerMapping. init(@NotNull SqaleRepoContext repositoryContext) -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.org
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.org Modifier and Type Class Description classMOrgQuerydsl "row bean" type related toQOrg. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.other
Methods in com.evolveum.midpoint.repo.sqale.qmodel.other that return MObject Modifier and Type Method Description MObjectQDashboardMapping. newRowObject()MObjectQFormMapping. newRowObject()MObjectQFunctionLibraryMapping. newRowObject()MObjectQObjectCollectionMapping. newRowObject()MObjectQObjectTemplateMapping. newRowObject()MObjectQSequenceMapping. newRowObject()Methods in com.evolveum.midpoint.repo.sqale.qmodel.other with parameters of type MObject Modifier and Type Method Description voidQObjectTemplateMapping. storeRelatedEntities(@NotNull MObject row, @NotNull ObjectTemplateType schemaObject, @NotNull JdbcSession jdbcSession) -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.ref
Classes in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type MObject Modifier and Type Class Description classQObjectReference<OR extends MObject>Querydsl query type for object owned references.classQObjectReferenceMapping<OS extends ObjectType,OQ extends QObject<OR>,OR extends MObject>Mapping betweenQObjectReferenceandObjectReferenceType.Fields in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type MObject Modifier and Type Field Description static QObjectReferenceMapping<?,QObjectTemplate,MObject>QObjectReferenceMapping. instanceIncludeMethods in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type MObject Modifier and Type Method Description static <OQ extends QObject<OR>,OR extends MObject>
QObjectReferenceMapping<?,OQ,OR>QObjectReferenceMapping. getForArchetype()static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. getForCreateApprover()static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. getForDelegated()static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. getForEffectiveMark()static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. getForModifyApprover()static <OQ extends QObject<OR>,OR extends MObject>
QObjectReferenceMapping<?,OQ,OR>QObjectReferenceMapping. getForParentOrg()static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. getForPersona()static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. getForProjection()static <OS extends ObjectType,OQ extends QObject<OR>,OR extends MObject>
QObjectReferenceMapping<OS,OQ,OR>QObjectReferenceMapping. getForRoleMembership()static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. initForArchetype(@NotNull SqaleRepoContext repositoryContext)static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. initForCreateApprover(@NotNull SqaleRepoContext repositoryContext)static <OQ extends QObject<OR>,OR extends MObject>
QObjectReferenceMapping<?,OQ,OR>QObjectReferenceMapping. initForDelegated(@NotNull SqaleRepoContext repositoryContext)static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. initForEffectiveMark(@NotNull SqaleRepoContext repositoryContext)static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. initForModifyApprover(@NotNull SqaleRepoContext repositoryContext)static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. initForParentOrg(@NotNull SqaleRepoContext repositoryContext)static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. initForPersona(@NotNull SqaleRepoContext repositoryContext)static <Q extends QObject<R>,R extends MObject>
QObjectReferenceMapping<?,Q,R>QObjectReferenceMapping. initForProjection(@NotNull SqaleRepoContext repositoryContext)static <OS extends ObjectType,OQ extends QObject<OR>,OR extends MObject>
QObjectReferenceMapping<OS,OQ,OR>QObjectReferenceMapping. initForRoleMembership(@NotNull SqaleRepoContext repositoryContext)Methods in com.evolveum.midpoint.repo.sqale.qmodel.ref that return types with arguments of type MObject Modifier and Type Method Description static QObjectReferenceMapping<?,QObjectTemplate,MObject>QObjectReferenceMapping. getForInclude()static QObjectReferenceMapping<?,QObjectTemplate,MObject>QObjectReferenceMapping. initForInclude(@NotNull SqaleRepoContext repositoryContext)Methods in com.evolveum.midpoint.repo.sqale.qmodel.ref with parameters of type MObject Modifier and Type Method Description MReferenceQObjectReferenceMapping. newRowObject(MObject ownerRow) -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.report
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.report Modifier and Type Class Description classMReportDataQuerydsl "row bean" type related toQReportData. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.resource
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.resource Modifier and Type Class Description classMResourceQuerydsl "row bean" type related toQResource. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.role
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.role Modifier and Type Class Description classMAbstractRoleQuerydsl "row bean" type related toQAbstractRole.classMArchetypeQuerydsl "row bean" type related toQArchetype.classMRoleQuerydsl "row bean" type related toQRole.classMServiceQuerydsl "row bean" type related toQService. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.shadow
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.shadow Modifier and Type Class Description classMShadowQuerydsl "row bean" type related toQShadow. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.simulation
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.simulation Modifier and Type Class Description classMSimulationResult -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.system
Methods in com.evolveum.midpoint.repo.sqale.qmodel.system that return MObject Modifier and Type Method Description MObjectQSecurityPolicyMapping. newRowObject()MObjectQSystemConfigurationMapping. newRowObject()MObjectQValuePolicyMapping. newRowObject() -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.tag
Methods in com.evolveum.midpoint.repo.sqale.qmodel.tag that return MObject Modifier and Type Method Description MObjectQMarkMapping. newRowObject() -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.task
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.task Modifier and Type Class Description classMTaskQuerydsl "row bean" type related toQTask. -
Uses of MObject in com.evolveum.midpoint.repo.sqale.update
Classes in com.evolveum.midpoint.repo.sqale.update with type parameters of type MObject Modifier and Type Class Description classAddObjectContext<S extends ObjectType,Q extends QObject<R>,R extends MObject>Add object operation context; used only for true add, not overwrite which is more like modify.classRootUpdateContext<S extends ObjectType,Q extends QObject<R>,R extends MObject>Root context of the update context tree, seeSqaleUpdateContextfor more information.
-