Package lumis.portal.structure.sync
Interface ParallelExecutor.IDatabaseTask
-
- All Known Implementing Classes:
AccessControlList.AddAccessControlListChannelTemplateLinkTask
,AccessControlList.AddChannelAccessControlListChannelTemplateLinkTask
,AccessControlList.AddGroupAccessControlListChannelTemplateLinkTask
,AccessControlList.AddPageAccessControlListChannelTemplateLinkTask
,AccessControlList.AddServiceInstanceAccessControlListChannelTemplateLinkTask
,ServiceInstanceDependency.AddServiceInstanceDependencyChannelTemplateLink
- Enclosing class:
- ParallelExecutor
public static interface ParallelExecutor.IDatabaseTask
A task that executes some operation in the database.- Since:
- 6.2.0
- Version:
- $Revision: 25849 $ $Date: 2023-08-08 13:55:33 -0300 (Tue, 08 Aug 2023) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
call(org.hibernate.Session session)
Executes the task.
-