Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.object.MObject
Packages that use MObject
Package
Description
-
Uses of MObject in com.evolveum.midpoint.repo.sqale.filtering
Classes in com.evolveum.midpoint.repo.sqale.filtering with type parameters of type MObjectModifier and TypeClassDescriptionclassTypeFilterProcessor<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 MObjectModifier and TypeClassDescriptionclassRefTableTargetResolver<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 MObjectModifier and TypeMethodDescriptionSqaleMappingMixin.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.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.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.accesscertModifier and TypeClassDescriptionclassQuerydsl "row bean" type related toQAccessCertificationCampaign.classQuerydsl "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 MObjectModifier and TypeClassDescriptionclassQAssignment<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 MObjectModifier and TypeFieldDescriptionstatic final 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 MObjectModifier and TypeMethodDescriptionstatic <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 -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.connector
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.connectorModifier and TypeClassDescriptionclassQuerydsl "row bean" type related toQConnector.classQuerydsl "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 -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.lookuptable -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.mining.cluster
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.mining.cluster -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.mining.session
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.mining.session -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.node
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.node -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.notification
Methods in com.evolveum.midpoint.repo.sqale.qmodel.notification that return MObject -
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 MObjectModifier and TypeClassDescriptionclassQAssignmentHolder<R extends MObject>Querydsl query type for "m_assignment_holder" table.classQAssignmentHolderMapping<S extends AssignmentHolderType,Q extends QAssignmentHolder<R>, R extends MObject> Mapping betweenQAssignmentHolderandAssignmentHolderType.classQuerydsl 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.classQuerydsl 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 MObjectModifier and TypeFieldDescriptionstatic final Class<QAssignmentHolder<MObject>>QAssignmentHolder.CLASSIfQAssignmentHolder.classis not enough because of generics, tryQAssignmentHolder.CLASS.QObject.CLASSIfQObject.classis not enough because of generics, tryQObject.CLASS.static final Class<QOperationExecution<MObject>>QOperationExecution.CLASSIf `QOperationExecution.class` is not enough because of generics, try `QOperationExecution.CLASS`.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 MObjectModifier and TypeMethodDescriptionstatic <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 -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.other
Methods in com.evolveum.midpoint.repo.sqale.qmodel.other that return MObjectModifier and TypeMethodDescriptionQDashboardMapping.newRowObject()QFormMapping.newRowObject()QFunctionLibraryMapping.newRowObject()QObjectCollectionMapping.newRowObject()QObjectTemplateMapping.newRowObject()QSequenceMapping.newRowObject()Methods in com.evolveum.midpoint.repo.sqale.qmodel.other with parameters of type MObjectModifier and TypeMethodDescriptionvoidQObjectTemplateMapping.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 MObjectModifier and TypeClassDescriptionclassQObjectReference<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 MObjectModifier and TypeFieldDescriptionstatic QObjectReferenceMapping<?,QObjectTemplate, MObject> QObjectReferenceMapping.instanceIncludeMethods in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type MObjectModifier and TypeMethodDescriptionstatic <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 MObjectModifier and TypeMethodDescriptionstatic 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 -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.report
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.report -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.resource
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.resource -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.role
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.roleModifier and TypeClassDescriptionclassQuerydsl "row bean" type related toQAbstractRole.classQuerydsl "row bean" type related toQArchetype.classQuerydsl "row bean" type related toQRole.classQuerydsl "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 -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.simulation
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.simulation -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.system
Methods in com.evolveum.midpoint.repo.sqale.qmodel.system that return MObjectModifier and TypeMethodDescriptionQSecurityPolicyMapping.newRowObject()QSystemConfigurationMapping.newRowObject()QValuePolicyMapping.newRowObject() -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.tag
Methods in com.evolveum.midpoint.repo.sqale.qmodel.tag that return MObject -
Uses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.task
Subclasses of MObject in com.evolveum.midpoint.repo.sqale.qmodel.task -
Uses of MObject in com.evolveum.midpoint.repo.sqale.update
Classes in com.evolveum.midpoint.repo.sqale.update with type parameters of type MObjectModifier and TypeClassDescriptionclassAddObjectContext<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.