Class QCaseWorkItem
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
com.querydsl.sql.RelationalPathBase<R>
com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase<R>
com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer<MCaseWorkItem,MCase>
com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem.QCaseWorkItem
- All Implemented Interfaces:
QOwnedBy<MCase>
,com.querydsl.core.types.EntityPath<MCaseWorkItem>
,com.querydsl.core.types.Expression<MCaseWorkItem>
,com.querydsl.core.types.Path<MCaseWorkItem>
,com.querydsl.core.types.ProjectionRole<MCaseWorkItem>
,com.querydsl.sql.RelationalPath<MCaseWorkItem>
,Serializable
Querydsl query type for "m_case_wi" table.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.DateTimePath<Instant>
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.DateTimePath<Instant>
final com.querydsl.core.types.dsl.DateTimePath<Instant>
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.NumberPath<Integer>
final UuidPath
final com.querydsl.core.types.dsl.EnumPath<MObjectType>
final com.querydsl.core.types.dsl.StringPath
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.NumberPath<Integer>
final UuidPath
final com.querydsl.core.types.dsl.EnumPath<MObjectType>
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.NumberPath<Integer>
static final String
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer
cid, CID, CLASS, CONTAINER_TYPE, containerType, objectOidIdFk, OWNER_OID, ownerOid, pk
Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAME
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin
-
Constructor Summary
ConstructorDescriptionQCaseWorkItem
(String variable) QCaseWorkItem
(String variable, String schema, String table) -
Method Summary
Methods inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
addMetadata, createArray, createBoolean, createByteArray, createDateTime, createEnum, createInstant, createInteger, createLong, createNumber, createString, createUuid, getPath
Methods inherited from class com.querydsl.sql.RelationalPathBase
add, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, ne
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.querydsl.core.types.Expression
accept, getType
Methods inherited from interface com.querydsl.core.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Field Details
-
TABLE_NAME
- See Also:
-
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
-
createTimestamp
-
deadline
-
originalAssigneeRefTargetOid
-
originalAssigneeRefTargetType
-
originalAssigneeRefRelationId
-
outcome
public final com.querydsl.core.types.dsl.StringPath outcome -
performerRefTargetOid
-
performerRefTargetType
-
performerRefRelationId
-
stageNumber
-
-
Constructor Details
-
QCaseWorkItem
-
QCaseWorkItem
-
-
Method Details
-
isOwnedBy
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 interfaceQOwnedBy<MCase>
- Overrides:
isOwnedBy
in classQContainer<MCaseWorkItem,
MCase>
-