Class MReference
- java.lang.Object
-
- com.evolveum.midpoint.repo.sqale.qmodel.ref.MReference
-
- Direct Known Subclasses:
MAccessCertificationWorkItemReference
,MAssignmentReference
,MCaseWorkItemReference
,MProcessedObjectEventMarkReference
public class MReference extends Object
Querydsl "row bean" type related toQReference
and its subtypes. This also works as "MObjectReference" as it does not need additional attributes.
-
-
Field Summary
Fields Modifier and Type Field Description UUID
ownerOid
MObjectType
ownerType
MReferenceType
referenceType
Integer
relationId
UUID
targetOid
MObjectType
targetType
-
Constructor Summary
Constructors Constructor Description MReference()
-
-
-
Field Detail
-
ownerOid
public UUID ownerOid
-
ownerType
public MObjectType ownerType
-
referenceType
public MReferenceType referenceType
-
targetOid
public UUID targetOid
-
targetType
public MObjectType targetType
-
relationId
public Integer relationId
-
-