Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem.MCaseWorkItem
-
Packages that use MCaseWorkItem Package Description com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem -
-
Uses of MCaseWorkItem in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Methods in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem that return MCaseWorkItem Modifier and Type Method Description MCaseWorkItem
QCaseWorkItemMapping. insert(CaseWorkItemType workItem, MCase ownerRow, JdbcSession jdbcSession)
MCaseWorkItem
QCaseWorkItemMapping. newRowObject()
MCaseWorkItem
QCaseWorkItemMapping. newRowObject(MCase ownerRow)
Methods in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem that return types with arguments of type MCaseWorkItem Modifier and Type Method Description ResultListRowTransformer<CaseWorkItemType,QCaseWorkItem,MCaseWorkItem>
QCaseWorkItemMapping. createRowTransformer(SqlQueryContext<CaseWorkItemType,QCaseWorkItem,MCaseWorkItem> sqlQueryContext, JdbcSession jdbcSession)
Methods in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem with parameters of type MCaseWorkItem Modifier and Type Method Description com.querydsl.core.types.dsl.BooleanExpression
QCaseWorkItemReference. isOwnedBy(MCaseWorkItem ownerRow)
MCaseWorkItemReference
QCaseWorkItemReferenceMapping. newRowObject(MCaseWorkItem ownerRow)
CaseWorkItemType
QCaseWorkItemMapping. toSchemaObject(MCaseWorkItem row)
Method parameters in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem with type arguments of type MCaseWorkItem Modifier and Type Method Description ResultListRowTransformer<CaseWorkItemType,QCaseWorkItem,MCaseWorkItem>
QCaseWorkItemMapping. createRowTransformer(SqlQueryContext<CaseWorkItemType,QCaseWorkItem,MCaseWorkItem> sqlQueryContext, JdbcSession jdbcSession)
-