Class MAccessCertificationWorkItem
- java.lang.Object
-
- com.evolveum.midpoint.repo.sqale.qmodel.common.MContainer
-
- com.evolveum.midpoint.repo.sqale.qmodel.accesscert.MAccessCertificationWorkItem
-
public class MAccessCertificationWorkItem extends MContainer
Querydsl "row bean" type related toQAccessCertificationWorkItem
.
-
-
Field Summary
Fields Modifier and Type Field Description Long
accessCertCaseCid
Integer
campaignIteration
Instant
closeTimestamp
String
outcome
Instant
outputChangeTimestamp
Integer
performerRefRelationId
UUID
performerRefTargetOid
MObjectType
performerRefTargetType
Integer
stageNumber
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.MContainer
cid, containerType, ownerOid
-
-
Constructor Summary
Constructors Constructor Description MAccessCertificationWorkItem()
-
-
-
Field Detail
-
accessCertCaseCid
public Long accessCertCaseCid
-
closeTimestamp
public Instant closeTimestamp
-
campaignIteration
public Integer campaignIteration
-
outcome
public String outcome
-
outputChangeTimestamp
public Instant outputChangeTimestamp
-
performerRefTargetOid
public UUID performerRefTargetOid
-
performerRefTargetType
public MObjectType performerRefTargetType
-
performerRefRelationId
public Integer performerRefRelationId
-
stageNumber
public Integer stageNumber
-
-