Uses of Record Class
org.frankframework.console.controllers.Adapters.AdapterPathVariables
Packages that use Adapters.AdapterPathVariables
- 
Uses of Adapters.AdapterPathVariables in org.frankframework.console.controllers
Methods in org.frankframework.console.controllers with parameters of type Adapters.AdapterPathVariablesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> Adapters.getAdapter(Adapters.AdapterPathVariables path, Adapters.GetAdapterParams params) org.springframework.http.ResponseEntity<?> Adapters.getAdapterFlow(Adapters.AdapterPathVariables path) org.springframework.http.ResponseEntity<?> Adapters.getAdapterHealth(Adapters.AdapterPathVariables path) org.springframework.http.ResponseEntity<?> Adapters.getAdapterStatistics(Adapters.AdapterPathVariables path) org.springframework.http.ResponseEntity<?> Adapters.updateAdapter(Adapters.AdapterPathVariables path, Adapters.UpdateAdapterOrReceiverModel model) org.springframework.http.ResponseEntity<?> Adapters.updateReceiver(Adapters.AdapterPathVariables path, Adapters.UpdateAdapterOrReceiverModel json)