java.lang.Object
com.evolveum.midpoint.repo.sqale.qmodel.object.MObject
com.evolveum.midpoint.repo.sqale.qmodel.cases.MCase

public class MCase extends MObject
Querydsl "row bean" type related to QCase.
  • Field Details

    • state

      public String state
    • closeTimestamp

      public Instant closeTimestamp
    • objectRefTargetOid

      public UUID objectRefTargetOid
    • objectRefTargetType

      public MObjectType objectRefTargetType
    • objectRefRelationId

      public Integer objectRefRelationId
    • parentRefTargetOid

      public UUID parentRefTargetOid
    • parentRefTargetType

      public MObjectType parentRefTargetType
    • parentRefRelationId

      public Integer parentRefRelationId
    • requestorRefTargetOid

      public UUID requestorRefTargetOid
    • requestorRefTargetType

      public MObjectType requestorRefTargetType
    • requestorRefRelationId

      public Integer requestorRefRelationId
    • targetRefTargetOid

      public UUID targetRefTargetOid
    • targetRefTargetType

      public MObjectType targetRefTargetType
    • targetRefRelationId

      public Integer targetRefRelationId
  • Constructor Details

    • MCase

      public MCase()