java.lang.Object
com.evolveum.midpoint.repo.sqale.qmodel.object.MObject
com.evolveum.midpoint.repo.sqale.qmodel.shadow.MShadow

public class MShadow extends MObject
Querydsl "row bean" type related to QShadow.
  • Field Details

    • objectClassId

      public Integer objectClassId
    • resourceRefTargetOid

      public UUID resourceRefTargetOid
    • resourceRefTargetType

      public MObjectType resourceRefTargetType
    • resourceRefRelationId

      public Integer resourceRefRelationId
    • intent

      public String intent
    • tag

      public String tag
    • kind

      public ShadowKindType kind
    • dead

      public Boolean dead
    • exist

      public Boolean exist
    • fullSynchronizationTimestamp

      public Instant fullSynchronizationTimestamp
    • pendingOperationCount

      public Integer pendingOperationCount
    • primaryIdentifierValue

      public String primaryIdentifierValue
    • synchronizationSituation

      public SynchronizationSituationType synchronizationSituation
    • synchronizationTimestamp

      public Instant synchronizationTimestamp
    • attributes

      public Jsonb attributes
    • correlationStartTimestamp

      public Instant correlationStartTimestamp
    • correlationEndTimestamp

      public Instant correlationEndTimestamp
    • correlationCaseOpenTimestamp

      public Instant correlationCaseOpenTimestamp
    • correlationCaseCloseTimestamp

      public Instant correlationCaseCloseTimestamp
    • correlationSituation

      public CorrelationSituationType correlationSituation
  • Constructor Details

    • MShadow

      public MShadow()