Uses of Class
org.frankframework.console.ApiException
Packages that use ApiException
Package
Description
-
Uses of ApiException in org.frankframework.console.configuration
Methods in org.frankframework.console.configuration with parameters of type ApiExceptionModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity
<Object> ApiExceptionHandler.handleApiException
(ApiException exception) -
Uses of ApiException in org.frankframework.console.controllers
Methods in org.frankframework.console.controllers that throw ApiExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<?> FrankApiService.callSyncGateway
(RequestMessageBuilder input) org.springframework.http.ResponseEntity
<?> FrankApiService.callSyncGateway
(RequestMessageBuilder input, boolean preFillCache) Overload of the normal callSyncGateway but can `prefill` the cache (for WebSockets).org.springframework.http.ResponseEntity
<?> Configurations.deleteConfiguration
(Configurations.ConfigurationPathVariables path, Configurations.ConfigurationParameters params) org.springframework.http.ResponseEntity
<?> Configurations.downloadConfiguration
(Configurations.ConfigurationPathVariables path, Configurations.ConfigurationParameters params) org.springframework.http.ResponseEntity
<?> Configurations.fullAction
(Configurations.ActionModel model) org.springframework.http.ResponseEntity
<?> LiquibaseScript.generateSQL
(LiquibaseScript.GenerateSQLModel model) org.springframework.http.ResponseEntity
<?> Adapters.getAdapterFlow
(Adapters.AdapterPathVariables path) org.springframework.http.ResponseEntity
<?> Configurations.getConfigurationByName
(Configurations.ConfigurationPathVariables path, Configurations.ConfigurationParameters params) org.springframework.http.ResponseEntity
<?> Configurations.getConfigurationDetailsByName
(Configurations.ConfigurationPathVariables path, Configurations.ConfigurationParameters params) org.springframework.http.ResponseEntity
<?> Configurations.getConfigurationFlow
(Configurations.ConfigurationPathVariables path) org.springframework.http.ResponseEntity
<?> Configurations.getConfigurationHealth
(Configurations.ConfigurationPathVariables path) org.springframework.http.ResponseEntity
<?> Configurations.getConfigurationXML
(Configurations.ConfigurationParameters params) org.springframework.http.ResponseEntity
<?> ExecuteJdbcQuery.getJdbcDataSources()
org.springframework.http.ResponseEntity
<?> TestServiceListener.getServiceListeners()
org.springframework.http.ResponseEntity
<?> Configurations.manageConfiguration
(Configurations.ConfigurationPathVariables path, Configurations.ConfigurationParameters params, Configurations.ManageConfigurationModel model) org.springframework.http.ResponseEntity
<?> TestServiceListener.postServiceListener
(TestServiceListener.TestServiceListenerModel model) org.springframework.http.ResponseEntity
<?> SendJmsMessage.putJmsMessage
(SendJmsMessage.JmsMessageModel model) org.springframework.http.ResponseEntity
<TestPipeline.TestPipeLineResponse> TestPipeline.testPipeLine
(TestPipeline.TestPipeLineModel model) org.springframework.http.ResponseEntity
<?> Configurations.updateConfiguration
(Configurations.ConfigurationPathVariables path, Configurations.UpdateConfigurationModel model) org.springframework.http.ResponseEntity
<?> Configurations.uploadConfiguration
(Configurations.UploadConfigurationModel model) -
Uses of ApiException in org.frankframework.console.util
Methods in org.frankframework.console.util that throw ApiExceptionModifier and TypeMethodDescriptionstatic <T> T
RequestUtils.resolveRequiredProperty
(String key, T multiFormProperty, T defaultValue)