Class QCaseWorkItemMapping
java.lang.Object
com.evolveum.midpoint.repo.sqlbase.mapping.QueryModelMapping<S,Q,R>
com.evolveum.midpoint.repo.sqlbase.mapping.QueryTableMapping<S,Q,R>
com.evolveum.midpoint.repo.sqale.mapping.SqaleTableMapping<S,Q,R>
com.evolveum.midpoint.repo.sqale.qmodel.common.QContainerMapping<CaseWorkItemType,QCaseWorkItem,MCaseWorkItem,MCase>
com.evolveum.midpoint.repo.sqale.qmodel.cases.workitem.QCaseWorkItemMapping
- All Implemented Interfaces:
QOwnedByMapping<CaseWorkItemType,,MCaseWorkItem, MCase> SqaleMappingMixin<CaseWorkItemType,QCaseWorkItem, MCaseWorkItem>
public class QCaseWorkItemMapping
extends QContainerMapping<CaseWorkItemType,QCaseWorkItem,MCaseWorkItem,MCase>
Mapping between
QCaseWorkItem and CaseWorkItemType.-
Field Summary
FieldsFields inherited from class com.evolveum.midpoint.repo.sqlbase.mapping.QueryModelMapping
logger -
Method Summary
Modifier and TypeMethodDescriptioncreateRowTransformer(SqlQueryContext<CaseWorkItemType, QCaseWorkItem, MCaseWorkItem> sqlQueryContext, JdbcSession jdbcSession) Returns result transformer that by default callsQueryTableMapping.toSchemaObject(Tuple, FlexibleRelationalPathBase, JdbcSession, Collection)for each result row.static QCaseWorkItemMappingstatic QCaseWorkItemMappinginitCaseWorkItemMapping(@NotNull SqaleRepoContext repositoryContext) insert(CaseWorkItemType workItem, MCase ownerRow, JdbcSession jdbcSession) protected QCaseWorkItemnewAliasInstance(String alias) Method returning new instance ofEntityPath- to be implemented by sub-mapping.newRowObject(MCase ownerRow) Returns a row with foreign key fields referencing the provided owner row.Implemented for searchable containers that do not use fullObject for their recreation.Methods inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainerMapping
attachOwnerOid, containerIdentityPredicate, initContainerMapping, initRowObject, toSchemaObjectMethods inherited from class com.evolveum.midpoint.repo.sqale.mapping.SqaleTableMapping
addExtensionMapping, binaryMapper, booleanMapper, createFullObject, enumMapper, fullObjectItemsToSkip, insert, integerMapper, multiPolyStringMapper, multiStringMapper, multiUriMapper, multiValueMapper, needsInitialization, objectReference, objectReference, objectTypeToQName, parseSchemaObject, parseSchemaObject, polyStringMapper, processCacheableRelation, processCacheableUri, processCacheableUri, processCacheableUris, processExtensionColumns, processExtensions, repositoryContext, resolveIdToUri, resolveReferenceNames, resolveUriIdToQName, schemaTypeToObjectType, setPolyString, setReference, storeRefs, stringMapper, stringsToArray, timestampMapper, toSchemaObjectComplete, toSchemaObjectCompleteSafe, toSchemaObjectInternal, uriMapper, uuidMapperMethods inherited from class com.evolveum.midpoint.repo.sqlbase.mapping.QueryTableMapping
addDetailFetchMapper, addExtensionColumn, defaultAlias, defaultAliasName, detailFetchMappers, getExtensionColumns, joinOn, longMapper, newAlias, prismContext, selectExpressions, selectExpressionsWithCustomColumns, tableName, toString, updateGetOptionsMethods inherited from class com.evolveum.midpoint.repo.sqlbase.mapping.QueryModelMapping
addItemMapping, addRelationResolver, getItemMapper, getItemMappings, getRelationResolver, itemDefinition, itemMapper, queryType, relationResolver, schemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.repo.sqale.mapping.SqaleMappingMixin
addAuditRefMapping, addContainerTableMapping, addExtensionMapping, addItemMapping, addNestedMapping, addRefMapping, addRefMapping, addRelationResolver, afterModify, queryType
-
Field Details
-
DEFAULT_ALIAS_NAME
- See Also:
-
-
Method Details
-
initCaseWorkItemMapping
public static QCaseWorkItemMapping initCaseWorkItemMapping(@NotNull @NotNull SqaleRepoContext repositoryContext) -
getCaseWorkItemMapping
-
toSchemaObject
Description copied from class:QContainerMappingImplemented for searchable containers that do not use fullObject for their recreation.- Overrides:
toSchemaObjectin classQContainerMapping<CaseWorkItemType,QCaseWorkItem, MCaseWorkItem, MCase>
-
createRowTransformer
public ResultListRowTransformer<CaseWorkItemType,QCaseWorkItem, createRowTransformerMCaseWorkItem> (SqlQueryContext<CaseWorkItemType, QCaseWorkItem, MCaseWorkItem> sqlQueryContext, JdbcSession jdbcSession) Description copied from class:QueryTableMappingReturns result transformer that by default callsQueryTableMapping.toSchemaObject(Tuple, FlexibleRelationalPathBase, JdbcSession, Collection)for each result row. This can be overridden, seeResultListRowTransformerjavadoc for details. This is useful for stateful transformers where the whole result can be pre-/post-processed as well.- Overrides:
createRowTransformerin classSqaleTableMapping<CaseWorkItemType,QCaseWorkItem, MCaseWorkItem>
-
newAliasInstance
Description copied from class:QueryTableMappingMethod returning new instance ofEntityPath- to be implemented by sub-mapping. This will create entity path without any extension columns, seeQueryTableMapping.newAlias(java.lang.String)for that.- Overrides:
newAliasInstancein classQContainerMapping<CaseWorkItemType,QCaseWorkItem, MCaseWorkItem, MCase>
-
newRowObject
- Overrides:
newRowObjectin classQueryTableMapping<CaseWorkItemType,QCaseWorkItem, MCaseWorkItem>
-
newRowObject
Description copied from interface:QOwnedByMappingReturns a row with foreign key fields referencing the provided owner row.- Specified by:
newRowObjectin interfaceQOwnedByMapping<CaseWorkItemType,MCaseWorkItem, MCase> - Overrides:
newRowObjectin classQContainerMapping<CaseWorkItemType,QCaseWorkItem, MCaseWorkItem, MCase>
-
insert
- Specified by:
insertin interfaceQOwnedByMapping<CaseWorkItemType,MCaseWorkItem, MCase> - Overrides:
insertin classQContainerMapping<CaseWorkItemType,QCaseWorkItem, MCaseWorkItem, MCase>
-