Class SyncDatabaseWithRepository
java.lang.Object
org.craftercms.studio.impl.v1.repository.job.SyncDatabaseWithRepository
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SiteServiceprotected org.springframework.core.task.TaskExecutor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetSiteService(SiteService siteService) voidsetTaskExecutor(org.springframework.core.task.TaskExecutor taskExecutor)
-
Field Details
-
taskExecutor
protected org.springframework.core.task.TaskExecutor taskExecutor -
siteService
-
-
Constructor Details
-
SyncDatabaseWithRepository
public SyncDatabaseWithRepository()
-
-
Method Details
-
execute
-
setTaskExecutor
public void setTaskExecutor(org.springframework.core.task.TaskExecutor taskExecutor) -
setSiteService
-