Class CaseManagementHelper
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.helpers.CaseManagementHelper
-
@Component public class CaseManagementHelper extends Object
Contains methods specific to handle case management work items. It is quite a temporary solution in order to ease SqlRepositoryServiceImpl from tons of type-specific code. Serious solution would be to implement subobject-level operations more generically.- Author:
- mederly
-
-
Constructor Summary
Constructors Constructor Description CaseManagementHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseWorkItemType
updateLoadedCaseWorkItem(GetContainerableIdOnlyResult result, Map<String,PrismObject<CaseType>> ownersMap, Collection<SelectorOptions<GetOperationOptions>> options, org.hibernate.Session session, OperationResult operationResult)
-
-
-
Method Detail
-
updateLoadedCaseWorkItem
public CaseWorkItemType updateLoadedCaseWorkItem(GetContainerableIdOnlyResult result, Map<String,PrismObject<CaseType>> ownersMap, Collection<SelectorOptions<GetOperationOptions>> options, org.hibernate.Session session, OperationResult operationResult) throws SchemaException, ObjectNotFoundException, DtoTranslationException
-
-