| Package | Description |
|---|---|
| nl.nn.adapterframework.management.web |
| Modifier and Type | Method and Description |
|---|---|
static TransactionalStorage.StorageSource |
TransactionalStorage.StorageSource.fromString(String value) |
static TransactionalStorage.StorageSource |
TransactionalStorage.StorageSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionalStorage.StorageSource[] |
TransactionalStorage.StorageSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
TransactionalStorage.browseMessage(String configuration,
String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String messageId) |
javax.ws.rs.core.Response |
CompatiblityTransactionalStorage.browseMessageOld(String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String messageId,
String configuration)
Deprecated.
|
javax.ws.rs.core.Response |
TransactionalStorage.browseMessages(String configuration,
String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String type,
String host,
String id,
String messageId,
String correlationId,
String comment,
String message,
String label,
String startDateStr,
String endDateStr,
String sort,
int skipMessages,
int maxMessages) |
javax.ws.rs.core.Response |
CompatiblityTransactionalStorage.browseMessagesOld(String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String configuration,
String type,
String host,
String id,
String messageId,
String correlationId,
String comment,
String message,
String label,
String startDateStr,
String endDateStr,
String sort,
int skipMessages,
int maxMessages)
Deprecated.
|
javax.ws.rs.core.Response |
TransactionalStorage.downloadMessage(String configuration,
String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String messageId) |
javax.ws.rs.core.Response |
CompatiblityTransactionalStorage.downloadMessageOld(String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String messageId,
String configuration)
Deprecated.
|
javax.ws.rs.core.Response |
TransactionalStorage.downloadMessages(String configuration,
String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
org.apache.cxf.jaxrs.ext.multipart.MultipartBody input) |
javax.ws.rs.core.Response |
CompatiblityTransactionalStorage.downloadMessagesOld(String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String configuration,
org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
Deprecated.
|
Copyright © 2023 Frank!Framework. All rights reserved.