Uses of Record Class
org.frankframework.console.controllers.TransactionalStorage.TransactionStoragePathVariables
Packages that use TransactionalStorage.TransactionStoragePathVariables
- 
Uses of TransactionalStorage.TransactionStoragePathVariables in org.frankframework.console.controllers
Methods in org.frankframework.console.controllers with parameters of type TransactionalStorage.TransactionStoragePathVariablesModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> TransactionalStorage.browseMessage(TransactionalStorage.TransactionStoragePathVariables path) org.springframework.http.ResponseEntity<?> TransactionalStorage.browseMessages(TransactionalStorage.TransactionStoragePathVariables path, TransactionalStorage.BrowseMessagesParams params) org.springframework.http.ResponseEntity<?> TransactionalStorage.changeMessagesProcessState(TransactionalStorage.TransactionStoragePathVariables path, String messageIdsPart) org.springframework.http.ResponseEntity<?> TransactionalStorage.deleteReceiverMessage(TransactionalStorage.TransactionStoragePathVariables path) org.springframework.http.ResponseEntity<?> TransactionalStorage.deleteReceiverMessages(TransactionalStorage.TransactionStoragePathVariables path, String messageIdsPart) org.springframework.http.ResponseEntity<?> TransactionalStorage.downloadMessage(TransactionalStorage.TransactionStoragePathVariables path) org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody> TransactionalStorage.downloadMessages(TransactionalStorage.TransactionStoragePathVariables path, String messageIdsPart) org.springframework.http.ResponseEntity<?> TransactionalStorage.getFields(TransactionalStorage.TransactionStoragePathVariables path) org.springframework.http.ResponseEntity<?> TransactionalStorage.resendReceiverMessage(TransactionalStorage.TransactionStoragePathVariables path) org.springframework.http.ResponseEntity<?> TransactionalStorage.resendReceiverMessages(TransactionalStorage.TransactionStoragePathVariables path, String messageIdsPart)