Uses of Class
com.evolveum.midpoint.repo.sqale.qmodel.cases.MCase
-
Packages that use MCase Package Description com.evolveum.midpoint.repo.sqale.qmodel.cases com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem -
-
Uses of MCase in com.evolveum.midpoint.repo.sqale.qmodel.cases
Methods in com.evolveum.midpoint.repo.sqale.qmodel.cases that return MCase Modifier and Type Method Description MCase
QCaseMapping. newRowObject()
@NotNull MCase
QCaseMapping. toRowObjectWithoutFullObject(CaseType schemaObject, JdbcSession jdbcSession)
Methods in com.evolveum.midpoint.repo.sqale.qmodel.cases with parameters of type MCase Modifier and Type Method Description void
QCaseMapping. storeRelatedEntities(@NotNull MCase row, @NotNull CaseType schemaObject, @NotNull JdbcSession jdbcSession)
-
Uses of MCase in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem
Methods in com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem with parameters of type MCase Modifier and Type Method Description MCaseWorkItem
QCaseWorkItemMapping. insert(CaseWorkItemType workItem, MCase ownerRow, JdbcSession jdbcSession)
com.querydsl.core.types.dsl.BooleanExpression
QCaseWorkItem. isOwnedBy(MCase ownerRow)
MCaseWorkItem
QCaseWorkItemMapping. newRowObject(MCase ownerRow)
-