Uses of Class
lumis.portal.clock.ClockConfig
-
-
Uses of ClockConfig in lumis.collaboration.chat
Methods in lumis.collaboration.chat with parameters of type ClockConfig Modifier and Type Method Description void
ChatClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.content.clock
Methods in lumis.content.clock with parameters of type ClockConfig Modifier and Type Method Description void
ContentClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.content.core
Methods in lumis.content.core with parameters of type ClockConfig Modifier and Type Method Description void
ContentVersionCleanerClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.analytics.automationflow
Methods in lumis.portal.analytics.automationflow with parameters of type ClockConfig Modifier and Type Method Description void
ResumeFlowClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.analytics.journey
Methods in lumis.portal.analytics.journey with parameters of type ClockConfig Modifier and Type Method Description void
JourneyClearAbandonedInstancesClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.apm.metric.collector
Methods in lumis.portal.apm.metric.collector with parameters of type ClockConfig Modifier and Type Method Description void
ApmGlobalCollectorClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.authentication.clock
Methods in lumis.portal.authentication.clock with parameters of type ClockConfig Modifier and Type Method Description void
SessionClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.clock
Methods in lumis.portal.clock that return ClockConfig Modifier and Type Method Description ClockConfig
ClockDaoJdbc. get(java.lang.String clockId, ITransaction transaction)
ClockConfig
ClockManager. get(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
ClockConfig
IClockDao. get(java.lang.String clockId, ITransaction transaction)
Get the configuration of the clock.ClockConfig
IClockManager. get(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
Get the configuration of the clock.Methods in lumis.portal.clock that return types with arguments of type ClockConfig Modifier and Type Method Description java.util.List<ClockConfig>
ClockDaoJdbc. findRunningClocks(ITransaction transaction)
java.util.List<ClockConfig>
IClockDao. findRunningClocks(ITransaction transaction)
Get the running clocks.java.util.Collection<ClockConfig>
ClockDaoJdbc. getDisabledClocks(ITransaction transaction)
java.util.Collection<ClockConfig>
ClockManager. getDisabledClocks(ITransaction transaction)
java.util.Collection<ClockConfig>
IClockDao. getDisabledClocks(ITransaction transaction)
Get disabled clocksjava.util.Collection<ClockConfig>
IClockManagerSPI. getDisabledClocks(ITransaction transaction)
Get disabled clocks.java.util.Collection<ClockConfig>
ClockManager. getRunningClocks(long timeSpent, ITransaction transaction)
java.util.Collection<ClockConfig>
IClockManagerSPI. getRunningClocks(long timeSpent, ITransaction transaction)
Get clocks running longer than a specific time in milliseconds.java.util.Collection<ClockConfig>
ClockManager. getRunningClocksInHalfMaxRunTime(ITransaction transaction)
java.util.Collection<ClockConfig>
IClockManagerSPI. getRunningClocksInHalfMaxRunTime(ITransaction transaction)
Get clocks running longer than half of its configured maximum run time.Methods in lumis.portal.clock with parameters of type ClockConfig Modifier and Type Method Description void
ClockDaoJdbc. add(ClockConfig clockConfig, ITransaction transaction)
java.lang.String
ClockManager. add(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
void
IClockDao. add(ClockConfig clockConfig, ITransaction transaction)
Add the clock.java.lang.String
IClockManager. add(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Add a clock.void
ClockDaoJdbc. addOrUpdate(ClockConfig clockConfig, ITransaction transaction)
void
ClockManager. addOrUpdate(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
void
IClockDao. addOrUpdate(ClockConfig clockConfig, ITransaction transaction)
Add or update the clock.void
IClockManager. addOrUpdate(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Update the configuration of a clock.void
IServiceClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
Executes a clock tick.void
ClockManager. executeSchedule(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Deprecated.void
ClockManager. executeSchedule(ClockConfig clockConfig)
void
IClockManager. executeSchedule(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Deprecated.Since 5.6.0, replaced by#executeSchedule(SessionConfig,ClockConfig)
.void
IClockManager. executeSchedule(ClockConfig clockConfig)
Executes a clock implementation.java.util.Date
IServiceClock. getNextScheduleTime(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Returns the scheduled date-time for the next execution of a clock.protected void
ClockDaoJdbc. setConfigData(ClockConfig loadedConfig, java.sql.ResultSet resultSet)
boolean
ClockDaoJdbc. update(ClockConfig clockConfig, ITransaction transaction)
void
ClockManager. update(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
boolean
IClockDao. update(ClockConfig clockConfig, ITransaction transaction)
Update the clock.void
IClockManager. update(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Update the configuration of a clock. -
Uses of ClockConfig in lumis.portal.cluster.multiserver
Methods in lumis.portal.cluster.multiserver with parameters of type ClockConfig Modifier and Type Method Description void
DeleteExpiredDurableMessagesClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.geolocation
Methods in lumis.portal.geolocation with parameters of type ClockConfig Modifier and Type Method Description void
MaxMindDBUpdateClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.lock.clock
Methods in lumis.portal.lock.clock with parameters of type ClockConfig Modifier and Type Method Description void
LockClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.monitor.impl
Methods in lumis.portal.monitor.impl with parameters of type ClockConfig Modifier and Type Method Description void
MonitorCleanupClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.principal.importprincipal
Methods in lumis.portal.principal.importprincipal with parameters of type ClockConfig Modifier and Type Method Description void
ImportPrincipalClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
Scheduled method that executes the automatic run of the read/write principals operation. -
Uses of ClockConfig in lumis.portal.sendmail
Methods in lumis.portal.sendmail with parameters of type ClockConfig Modifier and Type Method Description void
SendMailClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.portal.service
Methods in lumis.portal.service with parameters of type ClockConfig Modifier and Type Method Description java.util.Date
GenericServiceClock. getNextScheduleTime(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
-
Uses of ClockConfig in lumis.service.analytics.eventanalytics.dashboard.email
Methods in lumis.service.analytics.eventanalytics.dashboard.email with parameters of type ClockConfig Modifier and Type Method Description void
SendDashboardEmailClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.analytics.usersegmentation.clock
Methods in lumis.service.analytics.usersegmentation.clock with parameters of type ClockConfig Modifier and Type Method Description void
UserSegmentationGroupGenerationClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.doui.fileupload.editimage
Methods in lumis.service.doui.fileupload.editimage with parameters of type ClockConfig Modifier and Type Method Description void
ClearImageEditionClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.doui.uploadtempfiles
Methods in lumis.service.doui.uploadtempfiles with parameters of type ClockConfig Modifier and Type Method Description void
UploadTempFilesDeleteClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.mailmarketing
Methods in lumis.service.mailmarketing with parameters of type ClockConfig Modifier and Type Method Description void
MailMarketingClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.newsletter
Methods in lumis.service.newsletter with parameters of type ClockConfig Modifier and Type Method Description void
NewsletterClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.pagepersonalization.clock
Methods in lumis.service.pagepersonalization.clock with parameters of type ClockConfig Modifier and Type Method Description void
DeleteCreatedOrphanInterfaceInstances. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
void
DeleteOrphanWidgetInstanceHolders. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
void
DeleteUnusedHtmlFieldWidgetInstance. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.portalmanagement.activitystream
Methods in lumis.service.portalmanagement.activitystream with parameters of type ClockConfig Modifier and Type Method Description void
OldActivityCleanerClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.portalmanagement.audit
Methods in lumis.service.portalmanagement.audit with parameters of type ClockConfig Modifier and Type Method Description void
AuditEntryCleanerClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.portalmanagement.pagecache
Methods in lumis.service.portalmanagement.pagecache with parameters of type ClockConfig Modifier and Type Method Description void
PageCacheCleanupClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.portalmanagement.upgrade
Methods in lumis.service.portalmanagement.upgrade with parameters of type ClockConfig Modifier and Type Method Description void
UpgradeCheckClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.search.popularity
Methods in lumis.service.search.popularity with parameters of type ClockConfig Modifier and Type Method Description void
PopularityClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.seo.sitemap
Methods in lumis.service.seo.sitemap with parameters of type ClockConfig Modifier and Type Method Description void
SitemapClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ClockConfig in lumis.service.tag
Methods in lumis.service.tag with parameters of type ClockConfig Modifier and Type Method Description void
UnusedTagsCleanerClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-