| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | ClientConfigRpcService. getConfigFile(java.lang.String configfile) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FileSelectionRpcService. submit(java.util.ArrayList<SelectedFileWrapper> data,
      FileSelectionConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| JuelResultDto | JuelRpcService. evaluateExpression(java.lang.String expression) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<java.lang.String,java.lang.String> | LocalizationRpcService. getLanguageSelectorConfiguration() | 
| void | LocalizationRpcService. setUserLocale(java.lang.String locale) | 
| Modifier and Type | Method and Description | 
|---|---|
| ThemeUiConfig | ThemeRpcService. loadUiConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| UploadResponse | FileUploadRpcService. uploadInterimFile(FileToUpload file) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | ClientConfigRpcServiceImpl. getConfigFile(java.lang.String identifier) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FileSelectionRpcServiceImpl. submit(java.util.ArrayList<SelectedFileWrapper> data,
      FileSelectionConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| JuelResultDto | JuelRpcServiceImpl. evaluateExpression(java.lang.String expression) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<java.lang.String,java.lang.String> | LocalizationRpcServiceImpl. getLanguageSelectorConfiguration() | 
| void | LocalizationRpcServiceImpl. setUserLocale(java.lang.String locale) | 
| Modifier and Type | Method and Description | 
|---|---|
| ThemeUiConfig | ThemeRpcServiceImpl. loadUiConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| UploadResponse | FileUploadRpcServiceImpl. uploadInterimFile(FileToUpload file) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExpectedException | 
| class  | NeedForcefulDeleteClientException | 
| class  | NonFatalException | 
| class  | UnloggableException | 
| class  | ViolatedSecurityExceptionDto | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConnectionTestFailedException | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | DatasourceTesterRPCService. testConnection(DatabaseDatasourceDto databaseDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LogFilesRpcService. emailFile(java.lang.String filename) | 
| java.util.List<java.lang.String> | LogFilesRpcService. readLastLines(java.lang.String filename) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SuUserRpcService. su(java.lang.Long id) | 
| void | SuUserRpcService. su(java.lang.String username) | 
| Modifier and Type | Method and Description | 
|---|---|
| ConnectionPoolInfoDto | ConnectionPoolConsoleRpcService. getDatasourceById(java.lang.Long id) | 
| java.util.List<ConnectionPoolDatasourceDto> | ConnectionPoolConsoleRpcService. loadDatasources() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | GeneralInfoRpcService. loadGeneralInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MemoryConsoleRpcService. callGarbageCollector() | 
| MemoryInfoDto | MemoryConsoleRpcService. loadMemoryInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LogFilesRpcServiceImpl. emailFile(java.lang.String filename) | 
| java.util.List<java.lang.String> | LogFilesRpcServiceImpl. readLastLines(java.lang.String filename) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SuUserRpcServiceImpl. su(java.lang.String username) | 
| Modifier and Type | Method and Description | 
|---|---|
| ConnectionPoolInfoDto | ConnectionPoolConsoleDummyRpcServiceImpl. getDatasourceById(java.lang.Long id) | 
| ConnectionPoolInfoDto | ConnectionPoolConsoleRpcServiceImpl. getDatasourceById(java.lang.Long id) | 
| java.util.List<ConnectionPoolDatasourceDto> | ConnectionPoolConsoleRpcServiceImpl. loadDatasources() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AmazonS3RpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | AmazonS3RpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | AmazonS3RpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | AmazonS3RpcService. getStorageEnabledConfigs() | 
| boolean | AmazonS3RpcService. testAmazonS3Datasink(AmazonS3DatasinkDto amazonS3DatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AmazonS3RpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | AmazonS3RpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | AmazonS3RpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | AmazonS3RpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | AmazonS3RpcServiceImpl. testAmazonS3Datasink(AmazonS3DatasinkDto amazonS3DatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthenticateResultDto | LoginHandler. authenticate(AuthToken[] tokens) | 
| java.util.Set<java.lang.String> | LoginHandler. getRequiredClientModules() | 
| int | LoginHandler. getSessionTimeout() | 
| UserDto | LoginHandler. isAuthenticated() | 
| java.lang.String | LoginHandler. logoff() | 
| Modifier and Type | Method and Description | 
|---|---|
| ChallengeResponseContainer | ChallengeResponseRpcService. requestChallenge() | 
| Modifier and Type | Method and Description | 
|---|---|
| ChallengeResponseContainer | ChallengeResponseRpcServiceImpl. requestChallenge() | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthenticateResultDto | LoginHandlerImpl. authenticate(AuthToken[] tokens) | 
| java.util.Set<java.lang.String> | LoginHandlerImpl. getRequiredClientModules() | 
| int | LoginHandlerImpl. getSessionTimeout() | 
| UserDto | LoginHandlerImpl. isAuthenticated() | 
| java.lang.String | LoginHandlerImpl. logoff() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<DatabaseHelperDto> | BaseDatasourceRpcService. getDBHelperList() | 
| java.util.List<java.lang.String> | BaseDatasourceRpcService. loadColumnDefinition(DatasourceContainerDto container,
                    java.lang.String query) | 
| <any> | BaseDatasourceRpcService. loadData(DatasourceContainerDto container,
        PagingLoadConfig loadConfig,
        java.lang.String query) | 
| Modifier and Type | Method and Description | 
|---|---|
| <any> | DatasourceParameterRPCService. loadDatasourceParameterData(DatasourceParameterDefinitionDto queryParameterDTO,
                           java.util.Collection<ParameterInstanceDto> dependsOnParameterDTOs,
                           boolean mergeDefinition,
                           ReportDto reportDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractNodeDto | JasperReportRpcService. removeAllSubReports(JasperReportDto reportDto) | 
| AbstractNodeDto | JasperReportRpcService. removeJRXMLFile(JasperReportJRXMLFileDto file) | 
| AbstractNodeDto | JasperReportRpcService. updateJRXMLFile(JasperReportJRXMLFileDto file) | 
| JasperReportDto | JasperReportRpcService. uploadJRXMLFiles(JasperReportDto report,
                java.util.List<FileToUpload> files) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | TableReportUtilityService. exportPrefilterToDot(java.lang.String token,
                    TableReportDto report) | 
| java.lang.String | TableReportUtilityService. exportPrefilterToSvg(java.lang.String token,
                    TableReportDto report) | 
| <any> | TableReportUtilityService. getDistinctValuesPaged(SelectorPanelLoadConfig pagingLoadConfig,
                      TableReportDto report,
                      ColumnDto column,
                      FilterType type,
                      boolean useFilters,
                      boolean countResults,
                      java.lang.String executeToken) | 
| java.util.List<PageSizeConfig> | TableReportUtilityService. getPreviewPageSizeConfigs() | 
| TableReportInformation | TableReportUtilityService. getReportInformation(TableReportDto tableReport,
                    java.lang.String executeToken) | 
| <any> | TableReportUtilityService. getReturnedColumns(TableReportDto tableReport,
                  java.lang.String executeToken) | 
| java.util.Map<java.lang.String,java.util.List<java.lang.String>> | TableReportUtilityService. getSpecialParameter(ReportDto reportDto,
                   java.lang.String executeToken) | 
| java.util.List<ColumnDto> | TableReportUtilityService. loadColumnDefinition(ReportDto report,
                    DatasourceContainerDto containerDto,
                    java.lang.String query,
                    java.lang.String executeToken) | 
| <any> | TableReportUtilityService. loadData(ReportDto report,
        DatasourceContainerDto containerDto,
        PagingLoadConfig loadConfig,
        java.lang.String query) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DashboardManagerExportRpcService. loadResult() | 
| void | DashboardManagerExportRpcService. quickExport(AbstractDashboardManagerNodeDto dto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ImportTreeModel> | DashboardManagerImportRpcService. loadTree() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DatasinkManagerExportRpcService. loadResult() | 
| void | DatasinkManagerExportRpcService. quickExport(AbstractDatasinkManagerNodeDto dto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ImportTreeModel> | DatasinkManagerImportRpcService. loadTree() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DatasourceManagerExportRpcService. loadResult() | 
| void | DatasourceManagerExportRpcService. quickExport(AbstractDatasourceManagerNodeDto dto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ImportTreeModel> | DatasourceManagerImportRpcService. loadTree() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | ReportManagerExportRpcService. loadResult() | 
| void | ReportManagerExportRpcService. quickExport(AbstractReportManagerNodeDto dto,
           boolean includeVariants) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ImportTreeModel> | ReportManagerImportRpcService. loadTree() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DashboardManagerExportRpcServiceImpl. loadResult() | 
| java.util.List<ImportTreeModel> | DashboardManagerImportRpcServiceImpl. loadTree() | 
| void | DashboardManagerExportRpcServiceImpl. quickExport(AbstractDashboardManagerNodeDto nodeDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DatasinkManagerExportRpcServiceImpl. loadResult() | 
| java.util.List<ImportTreeModel> | DatasinkManagerImportRpcServiceImpl. loadTree() | 
| void | DatasinkManagerExportRpcServiceImpl. quickExport(AbstractDatasinkManagerNodeDto nodeDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DatasourceManagerExportRpcServiceImpl. loadResult() | 
| java.util.List<ImportTreeModel> | DatasourceManagerImportRpcServiceImpl. loadTree() | 
| void | DatasourceManagerExportRpcServiceImpl. quickExport(AbstractDatasourceManagerNodeDto nodeDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | ReportManagerExportRpcServiceImpl. loadResult() | 
| java.util.List<ImportTreeModel> | ReportManagerImportRpcServiceImpl. loadTree() | 
| void | ReportManagerExportRpcServiceImpl. quickExport(AbstractReportManagerNodeDto nodeDto,
           boolean includeVariants) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<DatabaseHelperDto> | BaseDatasourceRpcServiceImpl. getDBHelperList()May be called without having to log in. | 
| java.util.List<java.lang.String> | BaseDatasourceRpcServiceImpl. loadColumnDefinition(DatasourceContainerDto containerDto,
                    java.lang.String query) | 
| <any> | BaseDatasourceRpcServiceImpl. loadData(DatasourceContainerDto containerDto,
        PagingLoadConfig loadConfig,
        java.lang.String query) | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractNodeDto | JasperReportRpcServiceImpl. removeAllSubReports(JasperReportDto reportDto) | 
| AbstractNodeDto | JasperReportRpcServiceImpl. removeJRXMLFile(JasperReportJRXMLFileDto file) | 
| AbstractNodeDto | JasperReportRpcServiceImpl. updateJRXMLFile(JasperReportJRXMLFileDto file) | 
| JasperReportDto | JasperReportRpcServiceImpl. uploadJRXMLFiles(JasperReportDto reportDto,
                java.util.List<FileToUpload> files) | 
| Modifier and Type | Method and Description | 
|---|---|
| <any> | DatasourceParameterRPCServiceImpl. loadDatasourceParameterData(DatasourceParameterDefinitionDto parameterDto,
                           java.util.Collection<ParameterInstanceDto> dependsOnParameterDTOs,
                           boolean mergeDefinition,
                           ReportDto reportDto)if dependsOnParameterDTOs is null we'll use the depend's on stored in the
 databse. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | TableReportUtilityServiceImpl. exportPrefilterToSvg(java.lang.String token,
                    TableReportDto reportDto) | 
| <any> | TableReportUtilityServiceImpl. getDistinctValuesPaged(SelectorPanelLoadConfig pagingLoadConfig,
                      TableReportDto reportDto,
                      ColumnDto columnDto,
                      FilterType type,
                      boolean useFilters,
                      boolean countResults,
                      java.lang.String executeToken) | 
| java.util.List<PageSizeConfig> | TableReportUtilityServiceImpl. getPreviewPageSizeConfigs() | 
| java.util.List<ColumnDto> | TableReportUtilityServiceImpl. loadColumnDefinition(ReportDto referenceReportDto,
                    DatasourceContainerDto containerDto,
                    java.lang.String query,
                    java.lang.String executeToken) | 
| <any> | TableReportUtilityServiceImpl. loadData(ReportDto referenceReportDto,
        DatasourceContainerDto containerDto,
        PagingLoadConfig loadConfig,
        java.lang.String query) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TableFilterAdjustVariantHooker. variantToBeEdited(Report referenceVariant,
                 ReportDto reportDto,
                 java.lang.String executorToken) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BoxRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | BoxRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | BoxRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | BoxRpcService. getStorageEnabledConfigs() | 
| boolean | BoxRpcService. testBoxDatasink(BoxDatasinkDto boxDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BoxRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | BoxRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | BoxRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | BoxRpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | BoxRpcServiceImpl. testBoxDatasink(BoxDatasinkDto boxDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Integer | ComputedColumnsRpcService. getColumnType(TableReportDto report,
             ComputedColumnDto column) | 
| java.lang.Integer | ComputedColumnsRpcService. getColumnType(TableReportDto report,
             ComputedColumnDto oldColumn,
             ComputedColumnDto newColumn) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Integer | ComputedColumnsRpcServiceImpl. getColumnType(TableReportDto reportDto,
             ComputedColumnDto column) | 
| java.lang.Integer | ComputedColumnsRpcServiceImpl. getColumnType(TableReportDto reportDto,
             ComputedColumnDto oldColumn,
             ComputedColumnDto newColumn) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ConditionRpcService. executeCondition(ScheduleConditionDto scheduleCondition) | 
| java.util.List<Condition> | ConditionRpcService. getConditions(ReportDto report) | 
| java.util.List<java.lang.String> | ConditionRpcService. getReplacementsFor(ReportConditionDto condition) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ConditionRpcServiceImpl. executeCondition(ScheduleConditionDto scheduleCondition) | 
| java.util.List<Condition> | ConditionRpcServiceImpl. getConditions(ReportDto reportDto) | 
| java.util.List<java.lang.String> | ConditionRpcServiceImpl. getReplacementsFor(ReportConditionDto conditionDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | ContextHelpRpcService. getContextHelp(ContextHelpInfo info) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DatasinkTestFailedException | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DatasinkRpcService. getDefaultFolder(DatasinkDefinitionDto datasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<DatasourceInfoType,SafeHtml> | DatasourceRpcService. getDatasourceInfoDetailsAsHtml(DatabaseDatasourceDto datasourceDto) | 
| DatasourceDefinitionDto | DatasourceRpcService. getDefaultDatasource() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReportDto | ParameterRpcService. addParameter(ParameterDefinitionDto parameter,
            AbstractNodeDto correspondingNode) | 
| ReportDto | ParameterRpcService. duplicateParameters(java.util.List<ParameterDefinitionDto> params,
                   AbstractNodeDto correspondingNode) | 
| ReportDto | ParameterRpcService. movedParameter(ParameterDefinitionDto parameter,
              int to) | 
| ReportDto | ParameterRpcService. removeParameters(java.util.Collection<ParameterDefinitionDto> parameters) | 
| ReportDto | ParameterRpcService. updateParameter(ParameterDefinitionDto parameter) | 
| ReportDto | ParameterRpcService. updateParameterInstances(java.util.Collection<ParameterDefinitionDto> parameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReportDto | ReportExecutorRpcService. createNewVariant(ReportDto reportVariantDto,
                java.lang.String executeToken,
                java.lang.String title,
                java.lang.String description) | 
| void | ReportExecutorRpcService. deleteVariant(ReportDto reportVariantDto) | 
| ReportDto | ReportExecutorRpcService. editVariant(ReportDto reportVariantDto,
           java.lang.String executeToken,
           java.lang.String title,
           java.lang.String description) | 
| DwModel | ReportExecutorRpcService. executeAs(java.lang.String format,
         java.lang.String executeToken,
         ReportDto report,
         DwModel config) | 
| java.lang.Integer | ReportExecutorRpcService. getDefaultColumnWidth() | 
| java.lang.Integer | ReportExecutorRpcService. getMaxColumnWidth() | 
| java.lang.String | ReportExecutorRpcService. getPreviewMode() | 
| ExportThresholdDto | ReportExecutorRpcService. getWarnRecordExportThreshold() | 
| ReportDto | ReportExecutorRpcService. loadFullReportForExecution(ReportDto report) | 
| ReportDto | ReportExecutorRpcService. loadReportForExecutionFrom(HistoryLocation location) | 
| void | ReportExecutorRpcService. setPreviewModeUserProperty(java.lang.String value) | 
| DwModel | ReportExecutorRpcService. storePNGInSession(java.lang.String executorToken,
                 ReportDto report) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ReportExporterRpcService. exportSkipDownload(ReportDto reportDto,
                  java.lang.String executorToken,
                  java.lang.String format) | 
| void | ReportExporterRpcService. storeInSessionForExport(ReportDto reportDto,
                       java.lang.String executorToken,
                       java.lang.String format,
                       java.util.List<ReportExecutionConfigDto> configs) | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractNodeDto | ReportManagerTreeManager. duplicateReportWithVariants(AbstractNodeDto toDuplicate,
                           java.util.List<AbstractNodeDto> variants,
                           Dto state) | 
| java.lang.String[][] | ReportManagerTreeLoader. getReportsInCatalog(ReportFolderDto folder,
                   boolean showVariants) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ReportStringPropertyDto> | ReportPropertiesRpcService. getInheritedProperties(ReportDto report) | 
| java.util.List<java.lang.String> | ReportPropertiesRpcService. getPropertyKeys(ReportDto report) | 
| java.util.List<java.lang.String> | ReportPropertiesRpcService. getSupportedPropertyKeys(ReportDto reportDto) | 
| ReportDto | ReportPropertiesRpcService. updateProperties(ReportDto report,
                java.util.List<ReportStringPropertyDto> addedProperties,
                java.util.List<ReportStringPropertyDto> modifiedProperties,
                java.util.List<ReportStringPropertyDto> removedProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.ArrayList<SendToClientConfig> | SendToRpcService. loadClientConfigsFor(ReportDto report) | 
| java.lang.String | SendToRpcService. sendTo(ReportDto report,
      java.lang.String executorToken,
      java.lang.String id,
      java.lang.String format,
      java.util.List<ReportExecutionConfigDto> formatConfig,
      java.util.Map<java.lang.String,java.lang.String> values) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransportApplyFailedException | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<java.lang.String[]>>> | UrlViewRpcService. loadViewConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | ContextHelpRpcServiceImpl. getContextHelp(ContextHelpInfo info) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DatasinkRpcServiceImpl. getDefaultFolder(DatasinkDefinitionDto datasinkDto) | 
| AbstractNodeDto | DatasinkManagerTreeHandlerRpcServiceImpl. updateNode(AbstractNodeDto node,
          Dto state) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<DatasourceInfoType,SafeHtml> | DatasourceManagerTreeHandlerRpcServiceImpl. getDatasourceInfoDetailsAsHtml(DatabaseDatasourceDto datasourceDto) | 
| DatasourceDefinitionDto | DatasourceManagerTreeHandlerRpcServiceImpl. getDefaultDatasource() | 
| AbstractNodeDto | DatasourceManagerTreeHandlerRpcServiceImpl. updateNode(AbstractNodeDto node,
          Dto state) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReportDto | ParameterRpcServiceImpl. addParameter(ParameterDefinitionDto parameter,
            AbstractNodeDto correspondingNode) | 
| ReportDto | ParameterRpcServiceImpl. duplicateParameters(java.util.List<ParameterDefinitionDto> parameterDtos,
                   AbstractNodeDto correspondingNode) | 
| ReportDto | ParameterRpcServiceImpl. movedParameter(ParameterDefinitionDto parameter,
              int to)a parameter moved | 
| ReportDto | ParameterRpcServiceImpl. removeParameters(java.util.Collection<ParameterDefinitionDto> parameterDtos) | 
| ReportDto | ParameterRpcServiceImpl. updateParameter(ParameterDefinitionDto parameter) | 
| ReportDto | ParameterRpcServiceImpl. updateParameterInstances(java.util.Collection<ParameterDefinitionDto> parameterDtos) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReportDto | ReportExecutorRpcServiceImpl. createNewVariant(ReportDto reportDto,
                java.lang.String executeToken,
                java.lang.String title,
                java.lang.String description) | 
| void | ReportExecutorRpcServiceImpl. deleteVariant(ReportDto reportVariantDto) | 
| ReportDto | ReportExecutorRpcServiceImpl. editVariant(ReportDto reportVariantDto,
           java.lang.String executeToken,
           java.lang.String title,
           java.lang.String description)Security is checked inside | 
| DwModel | ReportExecutorRpcServiceImpl. executeAs(java.lang.String format,
         java.lang.String executeToken,
         ReportDto report,
         DwModel config) | 
| java.lang.Integer | ReportExecutorRpcServiceImpl. getDefaultColumnWidth() | 
| java.lang.Integer | ReportExecutorRpcServiceImpl. getMaxColumnWidth() | 
| java.lang.String | ReportExecutorRpcServiceImpl. getPreviewMode() | 
| ExportThresholdDto | ReportExecutorRpcServiceImpl. getWarnRecordExportThreshold() | 
| ReportDto | ReportExecutorRpcServiceImpl. loadReportForExecutionFrom(HistoryLocation location) | 
| SuccessIndicatorBaseModel | ReportExecutorRpcServiceImpl. storePNGInSession(java.lang.String executorToken,
                 ReportDto reportDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ReportExportRpcServiceImpl. exportSkipDownload(ReportDto reportDto,
                  java.lang.String executorToken,
                  java.lang.String format) | 
| void | ReportExportRpcServiceImpl. storeInSessionForExport(ReportDto reportDto,
                       java.lang.String executorToken,
                       java.lang.String format,
                       java.util.List<ReportExecutionConfigDto> configs) | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractNodeDto | ReportManagerTreeHandlerImpl. duplicateReportWithVariants(AbstractNodeDto toDuplicate,
                           java.util.List<AbstractNodeDto> variants,
                           Dto state) | 
| java.lang.String[][] | ReportManagerTreeHandlerImpl. getReportsInCatalog(ReportFolderDto folderDto,
                   boolean showVariants) | 
| AbstractNodeDto | ReportManagerTreeHandlerImpl. updateNode(AbstractNodeDto node,
          Dto state) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.String> | ReportPropertiesRpcServiceImpl. getPropertyKeys(ReportDto reportDto) | 
| java.util.List<java.lang.String> | ReportPropertiesRpcServiceImpl. getSupportedPropertyKeys(ReportDto reportDto) | 
| ReportDto | ReportPropertiesRpcServiceImpl. updateProperties(ReportDto reportDto,
                java.util.List<ReportStringPropertyDto> addedProperties,
                java.util.List<ReportStringPropertyDto> modifiedProperties,
                java.util.List<ReportStringPropertyDto> removedProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.ArrayList<SendToClientConfig> | SendToRpcServiceImpl. loadClientConfigsFor(ReportDto reportDto) | 
| java.lang.String | SendToRpcServiceImpl. sendTo(ReportDto reportDto,
      java.lang.String executorToken,
      java.lang.String id,
      java.lang.String format,
      java.util.List<ReportExecutionConfigDto> formatConfig,
      java.util.Map<java.lang.String,java.lang.String> values) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<java.lang.String[]>>> | UrlViewRpcServiceImpl. loadViewConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DatasinkService. exportFileIntoDatasink(AbstractFileServerNodeDto fileDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | DatasinkServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto fileDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ReportService. prepareVariantForEdit(ReportVariant referenceReport,
                     ReportDto reportDto,
                     java.lang.String executeToken) | 
| void | ReportServiceImpl. prepareVariantForEdit(ReportVariant referenceReport,
                     ReportDto reportDto,
                     java.lang.String executeToken) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | VariantToBeEditedHook. variantToBeEdited(Report referenceVariant,
                 ReportDto reportDto,
                 java.lang.String executorToken)Called just before the edits in a variant are going to be saved. | 
| Modifier and Type | Method and Description | 
|---|---|
| CrystalReportDto | CrystalUtilsRpcService. addParametersFor(CrystalReportDto report,
                java.util.List<CrystalParameterProposalDto> proposalDtos) | 
| java.lang.Boolean | CrystalUtilsRpcService. hasCrystalLibraries() | 
| java.util.List<CrystalParameterProposalDto> | CrystalUtilsRpcService. proposeParametersFor(CrystalReportDto report) | 
| Modifier and Type | Method and Description | 
|---|---|
| CrystalReportDto | CrystalUtilsRpcDummyServiceImpl. addParametersFor(CrystalReportDto report,
                java.util.List<CrystalParameterProposalDto> proposalDtos) | 
| CrystalReportDto | CrystalUtilsRpcServiceImpl. addParametersFor(CrystalReportDto reportDto,
                java.util.List<CrystalParameterProposalDto> proposalDtos) | 
| java.lang.Boolean | CrystalUtilsRpcDummyServiceImpl. hasCrystalLibraries() | 
| java.lang.Boolean | CrystalUtilsRpcServiceImpl. hasCrystalLibraries() | 
| java.util.List<CrystalParameterProposalDto> | CrystalUtilsRpcDummyServiceImpl. proposeParametersFor(CrystalReportDto report) | 
| java.util.List<CrystalParameterProposalDto> | CrystalUtilsRpcServiceImpl. proposeParametersFor(CrystalReportDto crystalReportDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| DashboardDto | DashboardRpcService. addDadgetToDashboard(DashboardDto dashboard,
                    DadgetDto dadget) | 
| void | DashboardRpcService. addToFavorites(AbstractTsDiskNodeDto node) | 
| void | DashboardRpcService. changeDashboardOrder(java.util.ArrayList<java.lang.Long> dashboardIds) | 
| DashboardDto | DashboardRpcService. createDashboardForUser() | 
| DashboardDto | DashboardRpcService. editDadgetToDashboard(DashboardDto dashboardDto,
                     DadgetDto dadget) | 
| DashboardDto | DashboardRpcService. editDashboard(DashboardDto dashboard) | 
| void | DashboardRpcService. editDashboards(java.util.ArrayList<DashboardDto> dashboards) | 
| java.util.Map<java.lang.String,ParameterInstanceDto> | DashboardRpcService. getDadgetParameterInstances(DadgetDto dadgetDto) | 
| DashboardContainerDto | DashboardRpcService. getDashboardForUser() | 
| java.util.Map<java.lang.String,ParameterInstanceDto> | DashboardRpcService. getDashboardParameterInstances(DashboardDto dashboardDto) | 
| DashboardDto | DashboardRpcService. getExplicitPrimaryDashboard() | 
| DashboardDto | DashboardRpcService. importReferencedDashboardForUser(DashboardNodeDto dashboard) | 
| <any> | DashboardRpcService. loadAllDashboards() | 
| <any> | DashboardRpcService. loadDashboards() | 
| FavoriteListDto | DashboardRpcService. loadFavorites() | 
| DashboardDto | DashboardRpcService. removeDadgetFromDashboard(DashboardDto dashboard,
                         DadgetDto dadget) | 
| void | DashboardRpcService. removeDashboard(DashboardDto dashboard) | 
| void | DashboardRpcService. removeFromFavorites(AbstractTsDiskNodeDto node) | 
| DashboardDto | DashboardRpcService. resetReferencedDashboard(DashboardReferenceDto dashboardDto) | 
| DadgetDto | DashboardRpcService. setDadgetParameterInstances(DadgetDto dadgetDto,
                           java.util.Set<ParameterInstanceDto> parameterInstances) | 
| java.util.List<DadgetDto> | DashboardRpcService. setDashboardParameterInstances(DashboardDto dashboardDto,
                              java.util.Set<ParameterInstanceDto> parameterInstances) | 
| void | DashboardRpcService. setPrimaryDashboard(DashboardDto dashboardDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| DashboardDto | DashboardRpcServiceImpl. addDadgetToDashboard(DashboardDto dashboardDto,
                    DadgetDto dadgetDto) | 
| void | DashboardRpcServiceImpl. addToFavorites(AbstractTsDiskNodeDto nodeDto) | 
| void | DashboardRpcServiceImpl. changeDashboardOrder(java.util.ArrayList<java.lang.Long> dashboardIds) | 
| DashboardDto | DashboardRpcServiceImpl. createDashboardForUser() | 
| DashboardDto | DashboardRpcServiceImpl. editDadgetToDashboard(DashboardDto dashboardDto,
                     DadgetDto dadgetDto) | 
| DashboardDto | DashboardRpcServiceImpl. editDashboard(DashboardDto dashboardDto) | 
| void | DashboardRpcServiceImpl. editDashboards(java.util.ArrayList<DashboardDto> dashboards) | 
| java.util.Map<java.lang.String,ParameterInstanceDto> | DashboardRpcServiceImpl. getDadgetParameterInstances(DadgetDto dadgetDto) | 
| DashboardContainerDto | DashboardRpcServiceImpl. getDashboardForUser() | 
| java.util.Map<java.lang.String,ParameterInstanceDto> | DashboardRpcServiceImpl. getDashboardParameterInstances(DashboardDto dashboardDto) | 
| DashboardDto | DashboardRpcServiceImpl. getExplicitPrimaryDashboard() | 
| DashboardDto | DashboardRpcServiceImpl. importReferencedDashboardForUser(DashboardNodeDto dashboardNodeDto) | 
| <any> | DashboardRpcServiceImpl. loadAllDashboards() | 
| <any> | DashboardRpcServiceImpl. loadDashboards() | 
| FavoriteListDto | DashboardRpcServiceImpl. loadFavorites() | 
| DashboardDto | DashboardRpcServiceImpl. removeDadgetFromDashboard(DashboardDto dashboardDto,
                         DadgetDto dadgetDto) | 
| void | DashboardRpcServiceImpl. removeDashboard(DashboardDto dashboardDto) | 
| void | DashboardRpcServiceImpl. removeFromFavorites(AbstractTsDiskNodeDto nodeDto) | 
| DadgetDto | DashboardRpcServiceImpl. setDadgetParameterInstances(DadgetDto dadgetDto,
                           java.util.Set<ParameterInstanceDto> parameterInstances) | 
| java.util.List<DadgetDto> | DashboardRpcServiceImpl. setDashboardParameterInstances(DashboardDto dashboardDto,
                              java.util.Set<ParameterInstanceDto> parameterInstances) | 
| void | DashboardRpcServiceImpl. setPrimaryDashboard(DashboardDto dashboardDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DotRpcService. loadDotAsSVG(FileServerFileDto file) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DotRpcServiceImpl. loadDotAsSVG(FileServerFileDto fileDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DropboxRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | DropboxRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | DropboxRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | DropboxRpcService. getStorageEnabledConfigs() | 
| boolean | DropboxRpcService. testDropboxDatasink(DropboxDatasinkDto dropboxDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DropboxRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | DropboxRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | DropboxRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | DropboxRpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | DropboxRpcServiceImpl. testDropboxDatasink(DropboxDatasinkDto dropboxDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.String> | DatasourceBundleRpcService. getAvailableBundleKeys() | 
| java.util.Map<java.lang.String,java.lang.String> | DatasourceBundleRpcService. getBundleSelectorConfiguration() | 
| void | DatasourceBundleRpcService. setSelectedBundle(java.lang.String bundleKey) | 
| boolean | DatasourceBundleRpcService. testConnection(DatabaseBundleDto databaseBundleDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.String> | DatasourceBundleRpcServiceImpl. getAvailableBundleKeys() | 
| java.util.Map<java.lang.String,java.lang.String> | DatasourceBundleRpcServiceImpl. getBundleSelectorConfiguration() | 
| boolean | DatasourceBundleRpcServiceImpl. testConnection(DatabaseBundleDto databaseBundleDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EmailDatasinkRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed,
                      java.lang.String subject,
                      java.lang.String message,
                      java.util.List<StrippedDownUser> recipients) | 
| void | EmailDatasinkRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String subject,
                        java.lang.String message,
                        boolean compressed,
                        java.util.List<StrippedDownUser> recipients) | 
| DatasinkDefinitionDto | EmailDatasinkRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | EmailDatasinkRpcService. getStorageEnabledConfigs() | 
| boolean | EmailDatasinkRpcService. testEmailDatasink(EmailDatasinkDto emailDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EmailDatasinkRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed,
                      java.lang.String subject,
                      java.lang.String message,
                      java.util.List<StrippedDownUser> recipients) | 
| void | EmailDatasinkRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String subject,
                        java.lang.String message,
                        boolean compressed,
                        java.util.List<StrippedDownUser> recipients) | 
| DatasinkDefinitionDto | EmailDatasinkRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | EmailDatasinkRpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | EmailDatasinkRpcServiceImpl. testEmailDatasink(EmailDatasinkDto emailDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| EnterpriseInformationDto | EnterpriseCheckRpcService. getEnterpriseInfos() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnterpriseInformationDto | CommunityEnterpriseCheckRpcServiceImpl. getEnterpriseInfos() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<java.lang.String> | ImportRpcService. initViaFile() | 
| void | ImportRpcService. invalidateConfig() | 
| void | ImportRpcService. performImport(java.util.Map<java.lang.String,ImportConfigDto> configMap,
             java.util.Map<java.lang.String,ImportPostProcessConfigDto> postProcessMap) | 
| void | ImportRpcService. reset() | 
| void | ImportRpcService. setUseMergeImporter(boolean value) | 
| java.util.Collection<java.lang.String> | ImportRpcService. uploadXML(java.lang.String xmldata) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<java.lang.String> | ImportRpcServiceImpl. initViaFile() | 
| void | ImportRpcServiceImpl. invalidateConfig() | 
| void | ImportRpcServiceImpl. performImport(java.util.Map<java.lang.String,ImportConfigDto> configMap,
             java.util.Map<java.lang.String,ImportPostProcessConfigDto> postProcessMap) | 
| void | ImportRpcServiceImpl. reset() | 
| java.util.Collection<java.lang.String> | ImportRpcServiceImpl. uploadXML(java.lang.String xmldata) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | FileServerExportRpcService. loadResult() | 
| void | FileServerExportRpcService. quickExport(AbstractFileServerNodeDto dto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ImportTreeModel> | FileServerImportRpcService. loadTree() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FileServerRpcService. updateFile(FileServerFileDto file,
          java.lang.String data) | 
| java.util.List<AbstractFileServerNodeDto> | FileServerRpcService. uploadAndExtract(FileServerFolderDto folder,
                FileToUpload fileToUpload) | 
| java.util.List<FileServerFileDto> | FileServerRpcService. uploadFiles(FileServerFolderDto folder,
           java.util.List<FileToUpload> files) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | FileServerRpcServiceImpl. loadResult() | 
| java.util.List<ImportTreeModel> | FileServerImportRpcServiceImpl. loadTree() | 
| void | FileServerRpcServiceImpl. quickExport(AbstractFileServerNodeDto nodeDto) | 
| void | FileServerRpcServiceImpl. updateFile(FileServerFileDto fileDto,
          java.lang.String data) | 
| AbstractNodeDto | FileServerRpcServiceImpl. updateNode(AbstractNodeDto node,
          Dto state) | 
| java.util.List<AbstractFileServerNodeDto> | FileServerRpcServiceImpl. uploadAndExtract(FileServerFolderDto folderDto,
                FileToUpload fileToUpload) | 
| java.util.List<FileServerFileDto> | FileServerRpcServiceImpl. uploadFiles(FileServerFolderDto folderDto,
           java.util.List<FileToUpload> files) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FtpRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | FtpsRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | SftpRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | FtpRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| void | FtpsRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| void | SftpRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| java.util.Map<StorageType,java.lang.Boolean> | FtpRpcService. getAllStorageEnabledConfigs()Gets all storage enabled configs, including FTP, FTPS, and SFTP. | 
| DatasinkDefinitionDto | FtpRpcService. getDefaultDatasink() | 
| DatasinkDefinitionDto | FtpsRpcService. getDefaultDatasink() | 
| DatasinkDefinitionDto | SftpRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | FtpRpcService. getStorageEnabledConfigs()Gets the FTP storage enabled configs. | 
| java.util.Map<StorageType,java.lang.Boolean> | FtpsRpcService. getStorageEnabledConfigs() | 
| java.util.Map<StorageType,java.lang.Boolean> | SftpRpcService. getStorageEnabledConfigs() | 
| boolean | FtpRpcService. testFtpDataSink(FtpDatasinkDto ftpDatasinkDto) | 
| boolean | FtpsRpcService. testFtpsDatasink(FtpsDatasinkDto ftpsDatasinkDto) | 
| boolean | SftpRpcService. testSftpDatasink(SftpDatasinkDto sftpDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FtpRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | FtpsRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | SftpRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | FtpRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| void | FtpsRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| void | SftpRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| java.util.Map<StorageType,java.lang.Boolean> | FtpRpcServiceImpl. getAllStorageEnabledConfigs() | 
| DatasinkDefinitionDto | FtpRpcServiceImpl. getDefaultDatasink() | 
| DatasinkDefinitionDto | FtpsRpcServiceImpl. getDefaultDatasink() | 
| DatasinkDefinitionDto | SftpRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | FtpRpcServiceImpl. getStorageEnabledConfigs() | 
| java.util.Map<StorageType,java.lang.Boolean> | FtpsRpcServiceImpl. getStorageEnabledConfigs() | 
| java.util.Map<StorageType,java.lang.Boolean> | SftpRpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | FtpRpcServiceImpl. testFtpDataSink(FtpDatasinkDto ftpDatasinkDto) | 
| boolean | FtpsRpcServiceImpl. testFtpsDatasink(FtpsDatasinkDto ftpsDatasinkDto) | 
| boolean | SftpRpcServiceImpl. testSftpDatasink(SftpDatasinkDto sftpDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| GlobalConstantDto | GlobalConstantsRpcService. updateConstant(GlobalConstantDto constantDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GoogleDriveRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | GoogleDriveRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | GoogleDriveRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | GoogleDriveRpcService. getStorageEnabledConfigs() | 
| boolean | GoogleDriveRpcService. testGoogleDriveDatasink(GoogleDriveDatasinkDto googleDriveDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GoogleDriveRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | GoogleDriveRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | GoogleDriveRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | GoogleDriveRpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | GoogleDriveRpcServiceImpl. testGoogleDriveDatasink(GoogleDriveDatasinkDto googleDriveDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GridEditorRpcService. commitChanges(ReportDto report,
             java.lang.String executeToken,
             java.util.List<GridEditorRecordDto> modified,
             java.util.List<GridEditorRecordDto> modifiedOriginals,
             java.util.List<GridEditorRecordDto> deletedRecords,
             java.util.List<GridEditorRecordDto> newRecords) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GridEditorRpcServiceImpl. commitChanges(ReportDto reportDto,
             java.lang.String executeToken,
             java.util.List<GridEditorRecordDto> modified,
             java.util.List<GridEditorRecordDto> modifiedOriginals,
             java.util.List<GridEditorRecordDto> deletedRecords,
             java.util.List<GridEditorRecordDto> newRecords) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DbGridEditorDefinitionAdapter. commitChanges(java.sql.Connection connection,
             TableReport tableReport,
             GridEditorReport report,
             User user,
             ParameterSet ps,
             java.util.List<GridEditorRecordDto> modified,
             java.util.List<GridEditorRecordDto> modifiedOriginals,
             java.util.List<GridEditorRecordDto> deletedRecords,
             java.util.List<GridEditorRecordDto> newRecords) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ValidationFailedException | 
| Modifier and Type | Method and Description | 
|---|---|
| JasperToTableConfigDto | JasperToTableRpcService. getConfig(JasperReportDto report) | 
| void | JasperToTableRpcService. setConfig(JasperReportDto report,
         JasperToTableConfigDto config) | 
| Modifier and Type | Method and Description | 
|---|---|
| JasperReportDto | JasperUtilsRpcService. addParametersFor(JasperReportDto jasperReportDto,
                java.util.List<JasperParameterProposalDto> proposalDtos) | 
| java.util.List<JasperParameterProposalDto> | JasperUtilsRpcService. proposeParametersFor(JasperReportDto jasperReportDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.String> | ReportMetadataRpcService. getMetadataKeys() | 
| ReportDto | ReportMetadataRpcService. updateMetadata(ReportDto reportDto,
              java.util.List<ReportMetadataDto> addedProperties,
              java.util.List<ReportMetadataDto> modifiedProperties,
              java.util.List<ReportMetadataDto> removedProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| JasperToTableConfigDto | JasperToTableRpcServiceImpl. getConfig(JasperReportDto reportDto) | 
| void | JasperToTableRpcServiceImpl. setConfig(JasperReportDto reportDto,
         JasperToTableConfigDto configDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.String> | ReportMetadataRpcServiceImpl. getMetadataKeys() | 
| ReportDto | ReportMetadataRpcServiceImpl. updateMetadata(ReportDto reportDto,
              java.util.List<ReportMetadataDto> addedProperties,
              java.util.List<ReportMetadataDto> modifiedProperties,
              java.util.List<ReportMetadataDto> removedProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| LicenseInformationDto | LicenseRpcService. loadLicenseInformation() | 
| void | LicenseRpcService. updateLicense(java.lang.String license) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LicenseRpcServiceImpl. updateLicense(java.lang.String license) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LocalFileSystemRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | LocalFileSystemRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | LocalFileSystemRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | LocalFileSystemRpcService. getStorageEnabledConfigs() | 
| boolean | LocalFileSystemRpcService. testLocalFileSystemDatasink(LocalFileSystemDatasinkDto localFileSystemDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LocalFileSystemRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | LocalFileSystemRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | LocalFileSystemRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | LocalFileSystemRpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | LocalFileSystemRpcServiceImpl. testLocalFileSystemDatasink(LocalFileSystemDatasinkDto localFileSystemDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | MarkdownRpcService. loadMarkdownAsHtml(FileServerFileDto file) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | MarkdownRpcServiceImpl. loadMarkdownAsHtml(FileServerFileDto fileDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| OAuthAuthenticationUriInfo | OAuthRpcService. generateAuthenticationUrl(DatasinkDefinitionDto oAuthDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| OAuthAuthenticationUriInfo | OAuthRpcServiceImpl. generateAuthenticationUrl(DatasinkDefinitionDto oAuthDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OneDriveRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | OneDriveRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | OneDriveRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | OneDriveRpcService. getStorageEnabledConfigs() | 
| boolean | OneDriveRpcService. testOneDriveDatasink(OneDriveDatasinkDto oneDriveDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OneDriveRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | OneDriveRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | OneDriveRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | OneDriveRpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | OneDriveRpcServiceImpl. testOneDriveDatasink(OneDriveDatasinkDto oneDriveDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AccountInhibitionRpcService. applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionModel) | 
| AccountInhibitionConfiguration | AccountInhibitionRpcService. getAccountInhibitionConfiguration(UserDto user) | 
| InhibitionState | AccountInhibitionRpcService. getInhibitionState(UserDto user) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ActivateUserRpcService. activateAccount(UserDto user,
               boolean force) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ActivateUserRpcServiceImpl. activateAccount(UserDto user,
               boolean force) | 
| void | AccountInhibitionRpcServiceImpl. applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionConfiguration) | 
| boolean | LostPasswordRpcServiceImpl. isLostPasswordDisabled() | 
| java.lang.String | LostPasswordRpcServiceImpl. requestNewPassword(java.lang.String username) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | PkgRpcService. uploadAndExecute(FileServerFolderDto folder,
                FileToUpload fileToUpload) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | PkgRpcServiceImpl. uploadAndExecute(FileServerFolderDto folderDto,
                FileToUpload fileToUpload) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PrinterRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      boolean compressed) | 
| void | PrinterRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        boolean compressed) | 
| java.util.List<java.lang.String> | PrinterRpcService. getAvailablePrinters() | 
| DatasinkDefinitionDto | PrinterRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | PrinterRpcService. getStorageEnabledConfigs() | 
| boolean | PrinterRpcService. testPrinterDatasink(PrinterDatasinkDto amazonS3DatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PrinterRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      boolean compressed) | 
| void | PrinterRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        boolean compressed) | 
| java.util.List<java.lang.String> | PrinterRpcServiceImpl. getAvailablePrinters() | 
| DatasinkDefinitionDto | PrinterRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | PrinterRpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | PrinterRpcServiceImpl. testPrinterDatasink(PrinterDatasinkDto printerDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | RemoteRsRestServerRpcService. test(RemoteRsRestServerDto remoteServerDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | RemoteServerManagerExportRpcService. loadResult() | 
| void | RemoteServerManagerExportRpcService. quickExport(AbstractRemoteServerManagerNodeDto dto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ImportTreeModel> | RemoteServerManagerImportRpcService. loadTree() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | RemoteServerManagerExportRpcServiceImpl. loadResult() | 
| java.util.List<ImportTreeModel> | RemoteServerManagerImportRpcServiceImpl. loadTree() | 
| void | RemoteServerManagerExportRpcServiceImpl. quickExport(AbstractRemoteServerManagerNodeDto nodeDto) | 
| AbstractNodeDto | RemoteServerManagerTreeHandlerRpcServiceImpl. updateNode(AbstractNodeDto node,
          Dto state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SaikuRpcService. clearCache(MondrianDatasourceDto datasourceDefinitionDto) | 
| <any> | SaikuRpcService. loadCubesFor(MondrianDatasourceDto datasourceDefinitionDto,
            SaikuReportDto saikuReportDto) | 
| void | SaikuRpcService. stashReport(java.lang.String token,
           SaikuReportDto report) | 
| boolean | SaikuRpcService. testConnection(MondrianDatasourceDto datasourceDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SaikuRpcServiceImpl. clearCache(MondrianDatasourceDto datasourceDto) | 
| <any> | SaikuRpcServiceImpl. loadCubesFor(MondrianDatasourceDto datasourceDto,
            SaikuReportDto saikuReportDto) | 
| void | SaikuRpcServiceImpl. stashReport(java.lang.String token,
           SaikuReportDto reportDto) | 
| boolean | SaikuRpcServiceImpl. testConnection(MondrianDatasourceDto datasourceDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | SaikuPivotRpcService. cubeExport(java.lang.String token,
          TableReportDto report) | 
| void | SaikuPivotRpcService. stashReport(java.lang.String token,
           TableReportDto report) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | SaikuPivotRpcServiceImpl. cubeExport(java.lang.String token,
          TableReportDto reportDto) | 
| void | SaikuPivotRpcServiceImpl. stashReport(java.lang.String token,
           TableReportDto reportDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SambaRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | SambaRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | SambaRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | SambaRpcService. getSambaEnabledConfigs() | 
| boolean | SambaRpcService. testSambaDatasink(SambaDatasinkDto sambaDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SambaRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | SambaRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | SambaRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | SambaRpcServiceImpl. getSambaEnabledConfigs() | 
| boolean | SambaRpcServiceImpl. testSambaDatasink(SambaDatasinkDto sambaDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScheduleAsFileRpcService. exportIntoTeamSpace(ReportDto reportDto,
                   java.lang.String executorToke,
                   java.lang.String format,
                   java.util.List<ReportExecutionConfigDto> configs,
                   AbstractTsDiskNodeDto folder,
                   java.lang.String name,
                   java.lang.String description) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScheduleAsFileRpcServiceImpl. exportIntoTeamSpace(ReportDto reportDto,
                   java.lang.String executorToke,
                   java.lang.String format,
                   java.util.List<ReportExecutionConfigDto> configs,
                   AbstractTsDiskNodeDto folder,
                   java.lang.String name,
                   java.lang.String description) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SchedulerRpcService. assertOwnersHaveReportRights(java.util.List<java.lang.Long> ownerIds,
                            ReportDto report,
                            java.util.List<RightDto> rights) | 
| void | SchedulerRpcService. clearErrorStatus(java.lang.Long jobId) | 
| ReportDto | SchedulerRpcService. getReportFor(java.lang.Long jobId) | 
| <any> | SchedulerRpcService. getReportJobList(JobFilterConfigurationDto jobFilterConfig,
                java.util.List<JobFilterCriteriaDto> addCriterions) | 
| java.util.List<ReportScheduleJobListInformation> | SchedulerRpcService. getReportJobList(ReportDto report) | 
| SafeHtml | SchedulerRpcService. getReportJobListAsHtml(ReportDto report) | 
| boolean | SchedulerRpcService. isDefaultEmailCompression() | 
| ReportScheduleJobInformation | SchedulerRpcService. loadDetailsFor(ReportScheduleJobListInformation selected) | 
| ExecutionLogEntryDto | SchedulerRpcService. loadFullDetailsFor(java.lang.Long jobId,
                  ExecutionLogEntryDto entry) | 
| ReportScheduleJobInformation | SchedulerRpcService. loadFullScheduleInformation(ReportScheduleJobListInformation selected) | 
| boolean | SchedulerRpcService. remove(java.lang.Long jobId) | 
| void | SchedulerRpcService. reschedule(java.lang.Long jobId,
          ReportScheduleDefinition scheduleDTO) | 
| void | SchedulerRpcService. schedule(ReportScheduleDefinition scheduleDTO) | 
| void | SchedulerRpcService. scheduleOnce(java.lang.Long jobId) | 
| boolean | SchedulerRpcService. unschedule(java.lang.Long jobId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SchedulerRpcServiceImpl. assertOwnersHaveReportRights(java.util.List<java.lang.Long> ownerIds,
                            ReportDto reportDto,
                            java.util.List<RightDto> rights) | 
| void | SchedulerRpcServiceImpl. clearErrorStatus(java.lang.Long jobId) | 
| ReportDto | SchedulerRpcServiceImpl. getReportFor(java.lang.Long jobId) | 
| <any> | SchedulerRpcServiceImpl. getReportJobList(JobFilterConfigurationDto jobFilterConfigDto,
                java.util.List<JobFilterCriteriaDto> addCriterionsDto) | 
| java.util.List<ReportScheduleJobListInformation> | SchedulerRpcServiceImpl. getReportJobList(ReportDto reportDto) | 
| SafeHtml | SchedulerRpcServiceImpl. getReportJobListAsHtml(ReportDto reportDto) | 
| boolean | SchedulerRpcServiceImpl. isDefaultEmailCompression() | 
| ReportScheduleJobInformation | SchedulerRpcServiceImpl. loadDetailsFor(ReportScheduleJobListInformation selected) | 
| ExecutionLogEntryDto | SchedulerRpcServiceImpl. loadFullDetailsFor(java.lang.Long jobId,
                  ExecutionLogEntryDto entryDto) | 
| ReportScheduleJobInformation | SchedulerRpcServiceImpl. loadFullScheduleInformation(ReportScheduleJobListInformation selected) | 
| boolean | SchedulerRpcServiceImpl. remove(java.lang.Long jobId) | 
| void | SchedulerRpcServiceImpl. reschedule(java.lang.Long jobId,
          ReportScheduleDefinition scheduleDTO) | 
| void | SchedulerRpcServiceImpl. schedule(ReportScheduleDefinition scheduleDTO) | 
| void | SchedulerRpcServiceImpl. scheduleOnce(java.lang.Long jobId) | 
| boolean | SchedulerRpcServiceImpl. unschedule(java.lang.Long jobId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScpRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | ScpRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | ScpRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | ScpRpcService. getScpEnabledConfigs() | 
| boolean | ScpRpcService. testScpDatasink(ScpDatasinkDto scpDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScpRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | ScpRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | ScpRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | ScpRpcServiceImpl. getScpEnabledConfigs() | 
| boolean | ScpRpcServiceImpl. testScpDatasink(ScpDatasinkDto scpDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScriptDatasinkRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      boolean compressed) | 
| void | ScriptDatasinkRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        boolean compressed) | 
| DatasinkDefinitionDto | ScriptDatasinkRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | ScriptDatasinkRpcService. getStorageEnabledConfigs() | 
| boolean | ScriptDatasinkRpcService. testScriptDatasink(ScriptDatasinkDto datasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScriptDatasinkRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      boolean compressed) | 
| void | ScriptDatasinkRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        boolean compressed) | 
| DatasinkDefinitionDto | ScriptDatasinkRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | ScriptDatasinkRpcServiceImpl. getStorageEnabledConfigs() | 
| boolean | ScriptDatasinkRpcServiceImpl. testScriptDatasink(ScriptDatasinkDto scriptDatasinkDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<CommandResultDto> | ScriptingRpcService. executeLoginScript() | 
| CommandResultDto | ScriptingRpcService. executeScript(java.lang.String scriptLocation,
             java.lang.String args,
             java.util.HashMap<java.lang.String,java.lang.String> context) | 
| java.util.List<java.lang.String> | ScriptingRpcService. getImportPathFor(java.lang.String line) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<CommandResultDto> | ScriptingRpcServiceImpl. executeLoginScript() | 
| CommandResultDto | ScriptingRpcServiceImpl. executeScript(java.lang.String scriptLocation,
             java.lang.String args,
             java.util.HashMap<java.lang.String,java.lang.String> context) | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResultListDto | SearchRpcService. find(Dto2PosoMapper type,
    java.lang.String searchStr) | 
| SearchResultListDto | SearchRpcService. find(java.lang.String searchStr) | 
| SearchResultListDto | SearchRpcService. find(java.lang.String searchStr,
    SearchFilterDto filter) | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResultListDto | SearchRpcServiceImpl. find(Dto2PosoMapper typeDto,
    java.lang.String searchStr) | 
| SearchResultListDto | SearchRpcServiceImpl. find(java.lang.String searchStr) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TableDatasinkRpcService. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | TableDatasinkRpcService. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | TableDatasinkRpcService. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | TableDatasinkRpcService. getStorageEnabledConfigs() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TableDatasinkRpcServiceImpl. exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
                      DatasinkDefinitionDto datasinkDto,
                      java.lang.String filename,
                      java.lang.String folder,
                      boolean compressed) | 
| void | TableDatasinkRpcServiceImpl. exportReportIntoDatasink(ReportDto reportDto,
                        java.lang.String executorToken,
                        DatasinkDefinitionDto datasinkDto,
                        java.lang.String format,
                        java.util.List<ReportExecutionConfigDto> configs,
                        java.lang.String name,
                        java.lang.String folder,
                        boolean compressed) | 
| DatasinkDefinitionDto | TableDatasinkRpcServiceImpl. getDefaultDatasink() | 
| java.util.Map<StorageType,java.lang.Boolean> | TableDatasinkRpcServiceImpl. getStorageEnabledConfigs() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<TableReportTemplateDto> | TableTemplateRpcService. loadTemplates(ReportDto report,
             java.lang.String executeToken) | 
| void | TableTemplateRpcService. removeTemplates(ReportDto report,
               java.lang.String executeToken,
               java.util.Collection<TableReportTemplateDto> templates) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<TableReportTemplateDto> | TableTemplateRpcServiceImpl. loadTemplates(ReportDto reportDto,
             java.lang.String executeToken) | 
| void | TableTemplateRpcServiceImpl. removeTemplates(ReportDto reportDto,
               java.lang.String executeToken,
               java.util.Collection<TableReportTemplateDto> templates) | 
| Modifier and Type | Method and Description | 
|---|---|
| TeamSpaceDto | TeamSpaceRpcService. createNewTeamSpace(TeamSpaceDto dummySpace) | 
| TeamSpaceDto | TeamSpaceRpcService. editTeamSpaceSettings(TeamSpaceDto space) | 
| TeamSpaceDto | TeamSpaceRpcService. getExplicitPrimarySpace() | 
| TeamSpaceDto | TeamSpaceRpcService. getPrimarySpace() | 
| <any> | TeamSpaceRpcService. loadAllTeamSpaces() | 
| <any> | TeamSpaceRpcService. loadTeamSpaces() | 
| TeamSpaceDto | TeamSpaceRpcService. reloadTeamSpace(TeamSpaceDto teamSpace) | 
| TeamSpaceDto | TeamSpaceRpcService. reloadTeamSpaceForEdit(TeamSpaceDto teamSpaceDto) | 
| void | TeamSpaceRpcService. removeTeamSpace(TeamSpaceDto teamSpace) | 
| TeamSpaceDto | TeamSpaceRpcService. setMembers(TeamSpaceDto teamSpace,
          java.util.Collection<StrippedDownTeamSpaceMemberDto> members) | 
| void | TeamSpaceRpcService. setPrimarySpace(TeamSpaceDto teamSpaceDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| TeamSpaceDto | TeamSpaceRpcServiceImpl. createNewTeamSpace(TeamSpaceDto dummySpace)Creates a new teamspace with the currently logged in user as owner. | 
| TeamSpaceDto | TeamSpaceRpcServiceImpl. editTeamSpaceSettings(TeamSpaceDto teamSpaceDto)Necessary rights | 
| TeamSpaceDto | TeamSpaceRpcServiceImpl. getExplicitPrimarySpace() | 
| TeamSpaceDto | TeamSpaceRpcServiceImpl. getPrimarySpace() | 
| <any> | TeamSpaceRpcServiceImpl. loadAllTeamSpaces() | 
| <any> | TeamSpaceRpcServiceImpl. loadTeamSpaces()Returns the teamspaces for the logged in user | 
| TeamSpaceDto | TeamSpaceRpcServiceImpl. reloadTeamSpace(TeamSpaceDto teamSpaceDto) | 
| TeamSpaceDto | TeamSpaceRpcServiceImpl. reloadTeamSpaceForEdit(TeamSpaceDto teamSpaceDto) | 
| void | TeamSpaceRpcServiceImpl. removeTeamSpace(TeamSpaceDto teamSpaceDto)Deletes the passed teamspace | 
| TeamSpaceDto | TeamSpaceRpcServiceImpl. setMembers(TeamSpaceDto teamSpaceDto,
          java.util.Collection<StrippedDownTeamSpaceMemberDto> members)Necessary rights | 
| void | TeamSpaceRpcServiceImpl. setPrimarySpace(TeamSpaceDto teamSpaceDto) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CommandNotFoundExceptionDto | 
| class  | MaxAutocompleteResultsExceededExceptionDto | 
| class  | SessionNotFoundExceptionDto | 
| Modifier and Type | Method and Description | 
|---|---|
| AutocompleteResultDto | TerminalRpcService. autocomplete(java.lang.String sessionId,
            java.lang.String command,
            int cursorPosition) | 
| AutocompleteResultDto | TerminalRpcService. autocomplete(java.lang.String sessionId,
            java.lang.String command,
            int cursorPosition,
            boolean forceResult) | 
| void | TerminalRpcService. closeSession(java.lang.String sessionId) | 
| CommandResultDto | TerminalRpcService. ctrlCPressed(java.lang.String sessionId) | 
| CommandResultDto | TerminalRpcService. execute(java.lang.String sessionId,
       java.lang.String command) | 
| java.util.HashMap<java.lang.String,java.lang.String> | TerminalRpcService. initSession(AbstractNodeDto node,
           Dto2PosoMapper dto2PosoMapper) | 
| Modifier and Type | Method and Description | 
|---|---|
| AutocompleteResultDto | TerminalRpcServiceImpl. autocomplete(java.lang.String sessionId,
            java.lang.String command,
            int cursorPosition) | 
| AutocompleteResultDto | TerminalRpcServiceImpl. autocomplete(java.lang.String sessionId,
            java.lang.String command,
            int cursorPosition,
            boolean forceResult) | 
| void | TerminalRpcServiceImpl. closeSession(java.lang.String sessionId) | 
| CommandResultDto | TerminalRpcServiceImpl. ctrlCPressed(java.lang.String sessionId) | 
| CommandResultDto | TerminalRpcServiceImpl. execute(java.lang.String sessionId,
       java.lang.String command) | 
| java.util.HashMap<java.lang.String,java.lang.String> | TerminalRpcServiceImpl. initSession(AbstractNodeDto nodeDto,
           Dto2PosoMapper dto2PosoMapper) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | TransportManagerExportRpcService. loadResult() | 
| void | TransportManagerExportRpcService. quickExport(AbstractTransportManagerNodeDto dto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ImportTreeModel> | TransportManagerImportRpcService. loadTree() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransportRpcService. addAllDescendants(TransportDto transportDto,
                 AbstractNodeDto elementDto,
                 boolean includeVariants) | 
| void | TransportRpcService. addElement(TransportDto transportDto,
          AbstractNodeDto elementDto,
          boolean includeVariants) | 
| void | TransportRpcService. apply(TransportDto transportDto) | 
| java.util.List<TransportCheckEntryDto> | TransportRpcService. checkPreconditions(TransportDto transportDto) | 
| java.util.List<ImportTreeModel> | TransportRpcService. extractTreeModel(TransportDto transportDto) | 
| java.util.List<TransportDto> | TransportRpcService. loadImportedTransports() | 
| void | TransportRpcService. removeElements(TransportDto transportDto,
              java.util.List<ImportTreeModel> elementsToRemove) | 
| void | TransportRpcService. rpull() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransportRpcServiceImpl. addAllDescendants(TransportDto transportDto,
                 AbstractNodeDto elementDto,
                 boolean includeVariants) | 
| void | TransportRpcServiceImpl. addElement(TransportDto transportDto,
          AbstractNodeDto elementDto,
          boolean includeVariants) | 
| void | TransportRpcServiceImpl. apply(TransportDto transportDto) | 
| java.util.List<TransportCheckEntryDto> | TransportRpcServiceImpl. checkPreconditions(TransportDto transportDto) | 
| java.util.List<ImportTreeModel> | TransportRpcServiceImpl. extractTreeModel(TransportDto transportDto) | 
| java.util.List<TransportDto> | TransportRpcServiceImpl. loadImportedTransports() | 
| java.lang.String | TransportManagerExportRpcServiceImpl. loadResult() | 
| java.util.List<ImportTreeModel> | TransportManagerImportRpcServiceImpl. loadTree() | 
| void | TransportManagerExportRpcServiceImpl. quickExport(AbstractTransportManagerNodeDto nodeDto) | 
| void | TransportRpcServiceImpl. removeElements(TransportDto transportDto,
              java.util.List<ImportTreeModel> elementsToRemove) | 
| void | TransportRpcServiceImpl. rpull() | 
| AbstractNodeDto | TransportManagerTreeHandlerRpcServiceImpl. updateNode(AbstractNodeDto node,
          Dto state) | 
| Modifier and Type | Method and Description | 
|---|---|
| TsDiskReportReferenceDto | TsDiskRpcService. createAndImportVariant(TeamSpaceDto currentSpace,
                      TsDiskFolderDto currentFolder,
                      ReportDto reportVariantDto,
                      java.lang.String executeToken,
                      java.lang.String name,
                      java.lang.String desc) | 
| TsDiskFolderDto | TsDiskRpcService. createFolder(TeamSpaceDto teamSpaceDto,
            TsDiskFolderDto parent,
            TsDiskFolderDto dummy) | 
| void | TsDiskRpcService. deleteNodes(java.util.List<AbstractNodeDto> nodes,
           Dto state) | 
| void | TsDiskRpcService. deleteNodesWithForce(java.util.List<AbstractNodeDto> nodes,
                    Dto state) | 
| java.util.List<java.lang.String> | TsDiskRpcService. getFileUploadEndingWhiteList() | 
| TsDiskItemList | TsDiskRpcService. getItemsIn(TeamSpaceDto teamSpace,
          TsDiskFolderDto folder) | 
| java.lang.Long | TsDiskRpcService. getMaxUploadFileSizeBytes() | 
| java.util.List<TsReferenceInfo> | TsDiskRpcService. getReferenceInfosFor(ReportDto report) | 
| java.util.List<TsDiskReportReferenceDto> | TsDiskRpcService. getReferencesInApp(TeamSpaceDto teamSpace,
                  TsDiskFolderDto folder) | 
| java.util.List<ReportDto> | TsDiskRpcService. getReportsInCatalog() | 
| java.util.Map<TeamSpaceDto,java.util.List<java.util.List<AbstractTsDiskNodeDto>>> | TsDiskRpcService. getTeamSpacesWithPathsThatLinkTo(ReportDto report) | 
| SafeHtml | TsDiskRpcService. getTeamSpacesWithPathsThatLinkToAsHtml(ReportDto report) | 
| java.util.List<TeamSpaceDto> | TsDiskRpcService. getTeamSpacesWithReferenceTo(ReportDto report) | 
| java.util.List<TeamSpaceDto> | TsDiskRpcService. getTeamSpacesWithTsDiskApp() | 
| TsDiskReportReferenceDto | TsDiskRpcService. importReport(TeamSpaceDto teamSpaceDto,
            TsDiskFolderDto parent,
            ReportDto report,
            boolean copyReport,
            boolean reference) | 
| TsDiskReportReferenceDto | TsDiskRpcService. importReport(TeamSpaceDto teamSpaceDto,
            TsDiskFolderDto parent,
            ReportDto report,
            boolean copyReport,
            java.lang.String name,
            java.lang.String description,
            boolean reference) | 
| java.lang.Boolean | TsDiskRpcService. isFileUploadEnabled() | 
| void | TsDiskRpcService. sendUserViewChangedNotice(java.lang.String viewId) | 
| AbstractNodeDto | TsDiskRpcService. updateNode(AbstractNodeDto nodeDto,
          boolean changeUnderlyingReport,
          java.lang.String name,
          java.lang.String description,
          Dto state) | 
| TsDiskReportReferenceDto | TsDiskRpcService. updateReferenceAndReport(TsDiskReportReferenceDto reference,
                        ReportDto report,
                        java.lang.String executeToken,
                        java.lang.String name,
                        java.lang.String description) | 
| Modifier and Type | Method and Description | 
|---|---|
| TsDiskReportReferenceDto | TsDiskRpcServiceImpl. createAndImportVariant(TeamSpaceDto teamSpaceDto,
                      TsDiskFolderDto folderDto,
                      ReportDto reportDto,
                      java.lang.String executeToken,
                      java.lang.String name,
                      java.lang.String desc) | 
| TsDiskFolderDto | TsDiskRpcServiceImpl. createFolder(TeamSpaceDto teamSpaceDto,
            TsDiskFolderDto parentDto,
            TsDiskFolderDto dummy) | 
| void | TsDiskRpcServiceImpl. deleteNode(AbstractNodeDto node,
          Dto state) | 
| void | TsDiskRpcServiceImpl. deleteNodes(java.util.List<AbstractNodeDto> nodes,
           Dto state) | 
| void | TsDiskRpcServiceImpl. deleteNodesWithForce(java.util.List<AbstractNodeDto> nodes,
                    Dto state) | 
| void | TsDiskRpcServiceImpl. deleteNodeWithForce(AbstractNodeDto node,
                   Dto state) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. duplicateNode(AbstractNodeDto toDuplicate,
             Dto state) | 
| java.util.List<AbstractNodeDto> | TsDiskRpcServiceImpl. getChildren(AbstractNodeDto node,
           Dto state,
           java.util.Collection<Dto2PosoMapper> wlFilters,
           java.util.Collection<Dto2PosoMapper> blFilters) | 
| java.lang.String[][] | TsDiskRpcServiceImpl. getChildrenAsFto(AbstractNodeDto node,
                Dto state,
                java.util.Collection<Dto2PosoMapper> wlFilters,
                java.util.Collection<Dto2PosoMapper> blFilters) | 
| java.util.List<java.lang.String> | TsDiskRpcServiceImpl. getFileUploadEndingWhiteList() | 
| TsDiskItemList | TsDiskRpcServiceImpl. getItemsIn(TeamSpaceDto teamSpaceDto,
          TsDiskFolderDto folderDto) | 
| java.lang.Long | TsDiskRpcServiceImpl. getMaxUploadFileSizeBytes() | 
| java.util.List<TsReferenceInfo> | TsDiskRpcServiceImpl. getReferenceInfosFor(ReportDto reportDto) | 
| java.util.List<TsDiskReportReferenceDto> | TsDiskRpcServiceImpl. getReferencesInApp(TeamSpaceDto teamSpaceDto,
                  TsDiskFolderDto folderDto) | 
| java.util.List<ReportDto> | TsDiskRpcServiceImpl. getReportsInCatalog()Returns a list of all reports the current user is allowed to see | 
| java.util.List<AbstractNodeDto> | TsDiskRpcServiceImpl. getRoot(Dto state) | 
| java.util.Map<TeamSpaceDto,java.util.List<java.util.List<AbstractTsDiskNodeDto>>> | TsDiskRpcServiceImpl. getTeamSpacesWithPathsThatLinkTo(ReportDto reportDto) | 
| SafeHtml | TsDiskRpcServiceImpl. getTeamSpacesWithPathsThatLinkToAsHtml(ReportDto reportDto) | 
| java.util.List<TeamSpaceDto> | TsDiskRpcServiceImpl. getTeamSpacesWithReferenceTo(ReportDto reportDto) | 
| java.util.List<TeamSpaceDto> | TsDiskRpcServiceImpl. getTeamSpacesWithTsDiskApp() | 
| TsDiskReportReferenceDto | TsDiskRpcServiceImpl. importReport(TeamSpaceDto teamSpaceDto,
            TsDiskFolderDto folderDto,
            ReportDto reportDto,
            boolean copyReport,
            boolean isReference) | 
| TsDiskReportReferenceDto | TsDiskRpcServiceImpl. importReport(TeamSpaceDto teamSpaceDto,
            TsDiskFolderDto folderDto,
            ReportDto reportDto,
            boolean copyReport,
            java.lang.String name,
            java.lang.String description,
            boolean isReference) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. insertNode(AbstractNodeDto objectTypeToInsert,
          AbstractNodeDto node,
          Dto state) | 
| java.lang.Boolean | TsDiskRpcServiceImpl. isFileUploadEnabled() | 
| EntireTreeDTO | TsDiskRpcServiceImpl. loadAll(Dto state) | 
| EntireTreeDTO | TsDiskRpcServiceImpl. loadAll(Dto state,
       java.util.Collection<Dto2PosoMapper> wlFilters,
       java.util.Collection<Dto2PosoMapper> blFilters) | 
| java.lang.String[][] | TsDiskRpcServiceImpl. loadAllAsFto(Dto state) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. loadFullViewNode(AbstractNodeDto nodeDto,
                Dto state) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. loadNodeById(java.lang.Long id,
            Dto state) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. moveNodeAppend(AbstractNodeDto node,
              AbstractNodeDto reference,
              Dto state) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. moveNodeInsert(AbstractNodeDto node,
              AbstractNodeDto reference,
              int index,
              Dto state) | 
| java.util.List<AbstractNodeDto> | TsDiskRpcServiceImpl. moveNodesAppend(java.util.List<AbstractNodeDto> nodes,
               AbstractNodeDto reference,
               Dto state) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. refreshNode(AbstractNodeDto node,
           Dto state) | 
| void | TsDiskRpcServiceImpl. sendUserViewChangedNotice(java.lang.String viewId) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. setFlag(AbstractNodeDto node,
       long flagToSet,
       long FlagToUnset,
       boolean updateNode,
       Dto state) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. updateNode(AbstractNodeDto nodeDto,
          boolean changeUnderlyingReport,
          java.lang.String name,
          java.lang.String description,
          Dto state) | 
| AbstractNodeDto | TsDiskRpcServiceImpl. updateNode(AbstractNodeDto nodeDto,
          Dto state) | 
| TsDiskReportReferenceDto | TsDiskRpcServiceImpl. updateReferenceAndReport(TsDiskReportReferenceDto referenceDto,
                        ReportDto reportDto,
                        java.lang.String executeToken,
                        java.lang.String name,
                        java.lang.String description) | 
| Modifier and Type | Method and Description | 
|---|---|
| UserVariableDefinitionDto | UserVariablesRpcService. addUserVariableDefinition(UserVariableDefinitionDto definition)Adds a new user variable to the list of available variables. | 
| java.util.List<UserVariableInstanceDto> | UserVariablesRpcService. addUserVariableInstances(java.util.List<UserVariableDefinitionDto> definitionDto,
                        AbstractUserManagerNodeDto nodeDto) | 
| <any> | UserVariablesRpcService. getDefinedUserVariableDefinitions()Returns all defined variables. | 
| java.util.List<UserVariableInstanceDto> | UserVariablesRpcService. getDefinedUserVariableInstances(AbstractUserManagerNodeDto nodeDto)Returns the instances for a given node. | 
| java.util.List<UserVariableInstanceDto> | UserVariablesRpcService. getInheritedUserVariableInstances(AbstractUserManagerNodeDto nodeDto)Returns the inherited instances for a given node. | 
| void | UserVariablesRpcService. removeUserVariableDefinitions(java.util.Collection<UserVariableDefinitionDto> definition,
                             boolean force) | 
| void | UserVariablesRpcService. removeUserVariableInstances(java.util.Collection<UserVariableInstanceDto> instanceDto) | 
| UserVariableDefinitionDto | UserVariablesRpcService. updateUserVariableDefinition(UserVariableDefinitionDto definition)Changes the definition of a user variable in the list of available variables. | 
| UserVariableInstanceDto | UserVariablesRpcService. updateUserVariableInstance(UserVariableInstanceDto instanceDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| EnterpriseInformationDto | EnterpriseCheckRpcServiceImpl. getEnterpriseInfos() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | LostPasswordRpcService. isLostPasswordDisabled() | 
| java.lang.String | LostPasswordRpcService. requestNewPassword(java.lang.String username) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PasswordRpcService. changePassword(java.lang.String oldPassword,
              java.lang.String newPassword,
              boolean encrypted) | 
| void | PasswordRpcService. changePassword(java.lang.String username,
              java.lang.String oldPassword,
              java.lang.String newPassword,
              boolean encrypted) | 
| Modifier and Type | Method and Description | 
|---|---|
| AceDto | SecurityRpcService. aceMoved(AbstractNodeDto node,
        AceDto ace,
        int index) | 
| AceDto | SecurityRpcService. aceMoved(GenericTargetIdentifier targetIdentifier,
        AceDto ace,
        int index) | 
| AceDto | SecurityRpcService. addACE(AbstractNodeDto node) | 
| AceDto | SecurityRpcService. addACE(GenericTargetIdentifier targetIdentifier) | 
| AceDto | SecurityRpcService. editACE(AbstractNodeDto node,
       AceDto ace) | 
| AceDto | SecurityRpcService. editACE(GenericTargetIdentifier targetIdentifier,
       AceDto ace) | 
| SecurityViewInformation | SecurityRpcService. loadGenericSecurityViewInformation(GenericTargetIdentifier targetIdentifier) | 
| SecurityViewInformation | SecurityRpcService. loadSecurityViewInformation(AbstractNodeDto node) | 
| void | SecurityRpcService. removeACEs(AbstractNodeDto node,
          java.util.List<AceDto> aceDtos) | 
| void | SecurityRpcService. removeACEs(GenericTargetIdentifier targetIdentifier,
          java.util.List<AceDto> aceDtos) | 
| Modifier and Type | Method and Description | 
|---|---|
| UserDto | UserManagerRpcService. changeActiveUserData(UserDto userDto) | 
| SafeHtml | UserManagerRpcService. getOrganisationalUnitDetailsAsHtml(UserDto userDto) | 
| <any> | UserManagerRpcService. getStrippedDownGroups() | 
| <any> | UserManagerRpcService. getStrippedDownUsers() | 
| java.util.List<StrippedDownUser> | UserManagerRpcService. getStrippedDownUsers(java.util.Collection<java.lang.Long> ids) | 
| SafeHtml | UserManagerRpcService. getUserDetailsAsHtml(UserDto userDto) | 
| SafeHtml | UserManagerRpcService. getUserGroupDetailsAsHtml(UserDto userDto) | 
| GroupDto | UserManagerRpcService. updateGroupMembership(GroupDto group,
                     java.util.Set<java.lang.Long> userIds,
                     java.util.Set<java.lang.Long> groupIds,
                     java.util.Set<java.lang.Long> ouIds) | 
| Modifier and Type | Method and Description | 
|---|---|
| AceDto | SecurityRpcServiceImpl. aceMoved(AbstractNodeDto nodeDto,
        AceDto aceDto,
        int index) | 
| AceDto | SecurityRpcServiceImpl. aceMoved(GenericTargetIdentifier targetIdentifier,
        AceDto aceDto,
        int index) | 
| AceDto | SecurityRpcServiceImpl. addACE(AbstractNodeDto nodeDto) | 
| AceDto | SecurityRpcServiceImpl. addACE(GenericTargetIdentifier targetIdentifier) | 
| AceDto | SecurityRpcServiceImpl. editACE(AbstractNodeDto nodeDto,
       AceDto aceDto) | 
| AceDto | SecurityRpcServiceImpl. editACE(GenericTargetIdentifier targetIdentifier,
       AceDto aceDto) | 
| SecurityViewInformation | SecurityRpcServiceImpl. loadGenericSecurityViewInformation(GenericTargetIdentifier targetIdentifier) | 
| SecurityViewInformation | SecurityRpcServiceImpl. loadSecurityViewInformation(AbstractNodeDto node) | 
| void | SecurityRpcServiceImpl. removeACEs(AbstractNodeDto nodeDto,
          java.util.List<AceDto> aceDtos) | 
| void | SecurityRpcServiceImpl. removeACEs(GenericTargetIdentifier targetIdentifier,
          java.util.List<AceDto> aceDtos) | 
| Modifier and Type | Method and Description | 
|---|---|
| UserDto | UserManagerRpcServiceImpl. changeActiveUserData(UserDto userDto) | 
| SafeHtml | UserManagerRpcServiceImpl. getOrganisationalUnitDetailsAsHtml(UserDto userDto) | 
| <any> | UserManagerRpcServiceImpl. getStrippedDownGroups() | 
| <any> | UserManagerRpcServiceImpl. getStrippedDownUsers() | 
| java.util.List<StrippedDownUser> | UserManagerRpcServiceImpl. getStrippedDownUsers(java.util.Collection<java.lang.Long> ids) | 
| SafeHtml | UserManagerRpcServiceImpl. getUserDetailsAsHtml(UserDto userDto) | 
| SafeHtml | UserManagerRpcServiceImpl. getUserGroupDetailsAsHtml(UserDto userDto) | 
| EntireTreeDTO | UserManagerTreeHandlerImpl. loadAll(Dto state,
       java.util.Collection<Dto2PosoMapper> wlFilters,
       java.util.Collection<Dto2PosoMapper> blFilters) | 
| AbstractNodeDto | UserManagerTreeHandlerImpl. updateNode(AbstractNodeDto node,
          Dto state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PasswordRpcServiceImpl. changePassword(java.lang.String oldPasswordB64,
              java.lang.String newPasswordB64,
              boolean encrypted) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TreeDBManagerTreeHandler. deleteNode(AbstractNodeDto node,
          Dto state)Deletes the specified node | 
| void | TreeDBManagerTreeHandler. deleteNodeWithForce(AbstractNodeDto node,
                   Dto state)Deletes the specified node | 
| AbstractNodeDto | TreeDBManagerTreeHandler. duplicateNode(AbstractNodeDto toDuplicate,
             Dto state) | 
| java.util.List<AbstractNodeDto> | TreeDBManagerTreeHandler. getChildren(AbstractNodeDto node,
           Dto state,
           java.util.Collection<Dto2PosoMapper> wlFilters,
           java.util.Collection<Dto2PosoMapper> blFilters) | 
| java.lang.String[][] | TreeDBManagerTreeHandler. getChildrenAsFto(AbstractNodeDto node,
                Dto state,
                java.util.Collection<Dto2PosoMapper> wlFilters,
                java.util.Collection<Dto2PosoMapper> blFilters) | 
| java.util.List<AbstractNodeDto> | TreeDBManagerTreeHandler. getRoot(Dto state) | 
| AbstractNodeDto | TreeDBManagerTreeHandler. insertNode(AbstractNodeDto objectTypeToInsert,
          AbstractNodeDto node,
          Dto state)inserts an object of the specified type | 
| EntireTreeDTO | TreeDBManagerTreeHandler. loadAll(Dto state) | 
| EntireTreeDTO | TreeDBManagerTreeHandler. loadAll(Dto state,
       java.util.Collection<Dto2PosoMapper> wlFilters,
       java.util.Collection<Dto2PosoMapper> blFilters) | 
| java.lang.String[][] | TreeDBManagerTreeHandler. loadAllAsFto(Dto state) | 
| AbstractNodeDto | TreeDBManagerTreeHandler. loadFullViewNode(AbstractNodeDto node,
                Dto state) | 
| AbstractNodeDto | TreeDBManagerTreeHandler. loadNodeById(java.lang.Long id,
            Dto state) | 
| AbstractNodeDto | TreeDBManagerTreeHandler. moveNodeAppend(AbstractNodeDto node,
              AbstractNodeDto reference,
              Dto state) | 
| AbstractNodeDto | TreeDBManagerTreeHandler. moveNodeInsert(AbstractNodeDto node,
              AbstractNodeDto reference,
              int index,
              Dto state) | 
| java.util.List<AbstractNodeDto> | TreeDBManagerTreeHandler. moveNodesAppend(java.util.List<AbstractNodeDto> nodes,
               AbstractNodeDto reference,
               Dto state) | 
| AbstractNodeDto | TreeDBManagerTreeHandler. refreshNode(AbstractNodeDto node,
           Dto state) | 
| AbstractNodeDto | TreeDBManagerTreeHandler. setFlag(AbstractNodeDto node,
       long flagToSet,
       long flagToUnset,
       boolean updateNode,
       Dto state) | 
| AbstractNodeDto | TreeDBManagerTreeHandler. updateNode(AbstractNodeDto nodeDto,
          Dto state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RPCTreeManager. deleteNode(AbstractNodeDto node,
          Dto state) | 
| void | RPCTreeManager. deleteNodeWithForce(AbstractNodeDto node,
                   Dto state) | 
| AbstractNodeDto | RPCTreeManager. duplicateNode(AbstractNodeDto toDuplicate,
             Dto state) | 
| java.util.List<AbstractNodeDto> | RPCTreeLoader. getChildren(AbstractNodeDto node,
           Dto state,
           java.util.Collection<Dto2PosoMapper> wlFilters,
           java.util.Collection<Dto2PosoMapper> blFilters) | 
| java.lang.String[][] | RPCTreeLoader. getChildrenAsFto(AbstractNodeDto node,
                Dto state,
                java.util.Collection<Dto2PosoMapper> wlFilters,
                java.util.Collection<Dto2PosoMapper> blFilters) | 
| java.util.List<AbstractNodeDto> | RPCTreeLoader. getRoot(Dto state) | 
| AbstractNodeDto | RPCTreeManager. insertNode(AbstractNodeDto objectTypeToInsert,
          AbstractNodeDto node,
          Dto state) | 
| EntireTreeDTO | RPCTreeLoader. loadAll(Dto state) | 
| EntireTreeDTO | RPCTreeLoader. loadAll(Dto state,
       java.util.Collection<Dto2PosoMapper> whiteListFilters,
       java.util.Collection<Dto2PosoMapper> blackListFilters) | 
| java.lang.String[][] | RPCTreeLoader. loadAllAsFto(Dto state) | 
| AbstractNodeDto | RPCTreeLoader. loadFullViewNode(AbstractNodeDto node,
                Dto state) | 
| AbstractNodeDto | RPCTreeManager. loadFullViewNode(AbstractNodeDto node,
                Dto state) | 
| AbstractNodeDto | RPCTreeLoader. loadNodeById(java.lang.Long id,
            Dto state) | 
| AbstractNodeDto | RPCTreeManager. moveNodeAppend(AbstractNodeDto node,
              AbstractNodeDto reference,
              Dto state) | 
| AbstractNodeDto | RPCTreeManager. moveNodeInsert(AbstractNodeDto node,
              AbstractNodeDto reference,
              int index,
              Dto state) | 
| java.util.List<AbstractNodeDto> | RPCTreeManager. moveNodesAppend(java.util.List<AbstractNodeDto> node,
               AbstractNodeDto reference,
               Dto state) | 
| AbstractNodeDto | RPCTreeManager. refreshNode(AbstractNodeDto node,
           Dto state) | 
| AbstractNodeDto | RPCTreeManager. setFlag(AbstractNodeDto node,
       long flagToSet,
       long flagToUnset,
       boolean updateNode,
       Dto state) | 
| AbstractNodeDto | RPCTreeManager. updateNode(AbstractNodeDto node,
          Dto state) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | UserManagerExportRpcService. loadResult() | 
| void | UserManagerExportRpcService. quickExport(AbstractUserManagerNodeDto dto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ImportTreeModel> | UserManagerImportRpcService. loadTree() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.String> | UserPropertiesRpcService. getPropertyKeys() | 
| UserDto | UserPropertiesRpcService. updateProperties(UserDto user,
                java.util.List<UserPropertyDto> addedProperties,
                java.util.List<UserPropertyDto> modifiedProperties,
                java.util.List<UserPropertyDto> removedProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | UserManagerExportRpcServiceImpl. loadResult() | 
| java.util.List<ImportTreeModel> | UserManagerImportRpcServiceImpl. loadTree() | 
| void | UserManagerExportRpcServiceImpl. quickExport(AbstractUserManagerNodeDto nodeDto) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.String> | UserPropertiesRpcServiceImpl. getPropertyKeys() | 
| UserDto | UserPropertiesRpcServiceImpl. updateProperties(UserDto userDto,
                java.util.List<UserPropertyDto> addedProperties,
                java.util.List<UserPropertyDto> modifiedProperties,
                java.util.List<UserPropertyDto> removedProperties) |