Class MAccessCertificationDefinition
- java.lang.Object
-
- com.evolveum.midpoint.repo.sqale.qmodel.object.MObject
-
- com.evolveum.midpoint.repo.sqale.qmodel.accesscert.MAccessCertificationDefinition
-
public class MAccessCertificationDefinition extends MObject
Querydsl "row bean" type related toQAccessCertificationDefinition
.
-
-
Field Summary
Fields Modifier and Type Field Description Integer
handlerUriId
Instant
lastCampaignClosedTimestamp
Instant
lastCampaignStartedTimestamp
Integer
ownerRefRelationId
UUID
ownerRefTargetOid
MObjectType
ownerRefTargetType
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.object.MObject
containerIdSeq, createChannelId, createTimestamp, creatorRefRelationId, creatorRefTargetOid, creatorRefTargetType, ext, fullObject, fullTextInfo, lifecycleState, modifierRefRelationId, modifierRefTargetOid, modifierRefTargetType, modifyChannelId, modifyTimestamp, nameNorm, nameOrig, objectType, oid, policySituations, subtypes, tenantRefRelationId, tenantRefTargetOid, tenantRefTargetType, version
-
-
Constructor Summary
Constructors Constructor Description MAccessCertificationDefinition()
-
-
-
Field Detail
-
handlerUriId
public Integer handlerUriId
-
lastCampaignStartedTimestamp
public Instant lastCampaignStartedTimestamp
-
lastCampaignClosedTimestamp
public Instant lastCampaignClosedTimestamp
-
ownerRefTargetOid
public UUID ownerRefTargetOid
-
ownerRefTargetType
public MObjectType ownerRefTargetType
-
ownerRefRelationId
public Integer ownerRefRelationId
-
-