Uses of Interface
lumis.portal.structure.sync.ParallelExecutor.IDatabaseTask
-
Packages that use ParallelExecutor.IDatabaseTask Package Description lumis.portal.structure.sync Structure synchronization implementation.lumis.portal.structure.sync.model.common Models shared between different structure files.lumis.portal.structure.sync.model.page Models used for synchronizing a page structure file.lumis.portal.structure.sync.model.serviceinstance -
-
Uses of ParallelExecutor.IDatabaseTask in lumis.portal.structure.sync
Methods in lumis.portal.structure.sync with parameters of type ParallelExecutor.IDatabaseTask Modifier and Type Method Description void
ParallelExecutor. submit(ParallelExecutor.IDatabaseTask task)
Submits a database task for future execution. -
Uses of ParallelExecutor.IDatabaseTask in lumis.portal.structure.sync.model.common
Classes in lumis.portal.structure.sync.model.common that implement ParallelExecutor.IDatabaseTask Modifier and Type Class Description static class
AccessControlList.AddAccessControlListChannelTemplateLinkTask
static class
AccessControlList.AddChannelAccessControlListChannelTemplateLinkTask
static class
AccessControlList.AddGroupAccessControlListChannelTemplateLinkTask
static class
AccessControlList.AddPageAccessControlListChannelTemplateLinkTask
static class
AccessControlList.AddServiceInstanceAccessControlListChannelTemplateLinkTask
-
Uses of ParallelExecutor.IDatabaseTask in lumis.portal.structure.sync.model.page
Method parameters in lumis.portal.structure.sync.model.page with type arguments of type ParallelExecutor.IDatabaseTask Modifier and Type Method Description void
InterfaceInstance. addChannelTemplateLinksIfNeeded(Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
-
Uses of ParallelExecutor.IDatabaseTask in lumis.portal.structure.sync.model.serviceinstance
Classes in lumis.portal.structure.sync.model.serviceinstance that implement ParallelExecutor.IDatabaseTask Modifier and Type Class Description static class
ServiceInstanceDependency.AddServiceInstanceDependencyChannelTemplateLink
Method parameters in lumis.portal.structure.sync.model.serviceinstance with type arguments of type ParallelExecutor.IDatabaseTask Modifier and Type Method Description void
ServiceInstance. adjustChannelTemplateLink(Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
-