Class QCaseWorkItem

    • Field Detail

      • CLOSE_TIMESTAMP

        public static final com.querydsl.sql.ColumnMetadata CLOSE_TIMESTAMP
      • CREATE_TIMESTAMP

        public static final com.querydsl.sql.ColumnMetadata CREATE_TIMESTAMP
      • DEADLINE

        public static final com.querydsl.sql.ColumnMetadata DEADLINE
      • ORIGINAL_ASSIGNEE_REF_TARGET_OID

        public static final com.querydsl.sql.ColumnMetadata ORIGINAL_ASSIGNEE_REF_TARGET_OID
      • ORIGINAL_ASSIGNEE_REF_TARGET_TYPE

        public static final com.querydsl.sql.ColumnMetadata ORIGINAL_ASSIGNEE_REF_TARGET_TYPE
      • ORIGINAL_ASSIGNEE_REF_RELATION_ID

        public static final com.querydsl.sql.ColumnMetadata ORIGINAL_ASSIGNEE_REF_RELATION_ID
      • OUTCOME

        public static final com.querydsl.sql.ColumnMetadata OUTCOME
      • PERFORMER_REF_TARGET_OID

        public static final com.querydsl.sql.ColumnMetadata PERFORMER_REF_TARGET_OID
      • PERFORMER_REF_TARGET_TYPE

        public static final com.querydsl.sql.ColumnMetadata PERFORMER_REF_TARGET_TYPE
      • PERFORMER_REF_RELATION_ID

        public static final com.querydsl.sql.ColumnMetadata PERFORMER_REF_RELATION_ID
      • STAGE_NUMBER

        public static final com.querydsl.sql.ColumnMetadata STAGE_NUMBER
      • closeTimestamp

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> closeTimestamp
      • createTimestamp

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> createTimestamp
      • deadline

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> deadline
      • originalAssigneeRefTargetOid

        public final UuidPath originalAssigneeRefTargetOid
      • originalAssigneeRefTargetType

        public final com.querydsl.core.types.dsl.EnumPath<MObjectType> originalAssigneeRefTargetType
      • originalAssigneeRefRelationId

        public final com.querydsl.core.types.dsl.NumberPath<Integer> originalAssigneeRefRelationId
      • outcome

        public final com.querydsl.core.types.dsl.StringPath outcome
      • performerRefTargetOid

        public final UuidPath performerRefTargetOid
      • performerRefTargetType

        public final com.querydsl.core.types.dsl.EnumPath<MObjectType> performerRefTargetType
      • performerRefRelationId

        public final com.querydsl.core.types.dsl.NumberPath<Integer> performerRefRelationId
      • stageNumber

        public final com.querydsl.core.types.dsl.NumberPath<Integer> stageNumber
    • Constructor Detail

      • QCaseWorkItem

        public QCaseWorkItem​(String variable)
    • Method Detail

      • isOwnedBy

        public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy​(MCase ownerRow)
        Description copied from interface: QOwnedBy
        Returns predicate for where clause that matches only rows owned by the provided owner. Owner row is immediate owner, so if the containers are nested, it is the owning container, not the top-level owning object.
        Specified by:
        isOwnedBy in interface QOwnedBy<MCase>
        Overrides:
        isOwnedBy in class QContainer<MCaseWorkItem,​MCase>