public class PrepareDbForReportServer extends java.lang.Object implements DbInstallationTask
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OU_NAME_ADMINISTRATION |
static java.lang.String |
REPORTSERVER_ROOT_DATASINK |
static java.lang.String |
REPORTSERVER_ROOT_REMOTE_SERVER |
Constructor and Description |
---|
PrepareDbForReportServer(PasswordHasher passwordHasher,
SecurityService securityService,
UserManagerService userService,
ReportService reportService,
DatasourceService datasourceService,
DatasinkTreeService datasinkService,
FileServerService fileServerService,
UserPropertiesService userPropertiesService,
DashboardManagerService dashboardService,
RemoteServerTreeService remoteServerService) |
Modifier and Type | Method and Description |
---|---|
void |
executeOnFirstRun() |
void |
executeOnStartup() |
public static final java.lang.String OU_NAME_ADMINISTRATION
public static final java.lang.String REPORTSERVER_ROOT_DATASINK
public static final java.lang.String REPORTSERVER_ROOT_REMOTE_SERVER
public PrepareDbForReportServer(PasswordHasher passwordHasher, SecurityService securityService, UserManagerService userService, ReportService reportService, DatasourceService datasourceService, DatasinkTreeService datasinkService, FileServerService fileServerService, UserPropertiesService userPropertiesService, DashboardManagerService dashboardService, RemoteServerTreeService remoteServerService)
public void executeOnFirstRun()
executeOnFirstRun
in interface DbInstallationTask
public void executeOnStartup()
executeOnStartup
in interface DbInstallationTask