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: 21880 $ $Date: 2018-09-21 17:07:19 -0300 (Fri, 21 Sep 2018) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
call(org.hibernate.Session session)
Executes the task.
-