@Path(value="/") public class CompatiblityTransactionalStorage extends TransactionalStorage
TransactionalStorage.StorageSource
log, securityContext, servletConfig, servletRequest, uriInfo
Constructor and Description |
---|
CompatiblityTransactionalStorage() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
browseMessageOld(String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String messageId,
String configuration)
Deprecated.
|
javax.ws.rs.core.Response |
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 |
changeProcessStateOld(String adapter,
String receiver,
String processState,
String targetState,
org.apache.cxf.jaxrs.ext.multipart.MultipartBody input,
String configuration)
Deprecated.
|
javax.ws.rs.core.Response |
deleteReceiverMessageOld(String adapter,
String receiver,
String messageId,
String configuration)
Deprecated.
|
javax.ws.rs.core.Response |
deleteReceiverMessagesOld(String adapter,
String receiver,
String configuration,
org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
Deprecated.
|
javax.ws.rs.core.Response |
downloadMessageOld(String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String messageId,
String configuration)
Deprecated.
|
javax.ws.rs.core.Response |
downloadMessagesOld(String adapterName,
TransactionalStorage.StorageSource storageSource,
String storageSourceName,
String processState,
String configuration,
org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
Deprecated.
|
javax.ws.rs.core.Response |
resendReceiverMessageOld(String adapter,
String receiver,
String messageId,
String configuration)
Deprecated.
|
javax.ws.rs.core.Response |
resendReceiverMessagesOld(String adapter,
String receiver,
String configuration,
org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
Deprecated.
|
browseMessage, browseMessages, changeProcessState, deleteReceiverMessage, deleteReceiverMessages, downloadMessage, downloadMessages, resendReceiverMessage, resendReceiverMessages
afterPropertiesSet, allowDeprecatedEndpoints, callAsyncGateway, callSyncGateway, callSyncGateway, getGateway, getJAXRSService, getProperty, getUserPrincipalName, sendSyncMessage, setApplicationContext
@GET @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapterName}/{storageSource}/{storageSourceName}/stores/{processState}/messages/{messageId}") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response browseMessageOld(@PathParam(value="adapterName") String adapterName, @PathParam(value="storageSource") TransactionalStorage.StorageSource storageSource, @PathParam(value="storageSourceName") String storageSourceName, @PathParam(value="processState") String processState, @PathParam(value="messageId") String messageId, @QueryParam(value="configuration") String configuration)
@GET @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapterName}/{storageSource}/{storageSourceName}/stores/{processState}/messages/{messageId}/download") @Produces(value="application/octet-stream") @Deprecated public javax.ws.rs.core.Response downloadMessageOld(@PathParam(value="adapterName") String adapterName, @PathParam(value="storageSource") TransactionalStorage.StorageSource storageSource, @PathParam(value="storageSourceName") String storageSourceName, @PathParam(value="processState") String processState, @PathParam(value="messageId") String messageId, @QueryParam(value="configuration") String configuration)
@POST @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapterName}/{storageSource}/{storageSourceName}/stores/{processState}/messages/download") @Produces(value="application/octet-stream") @Deprecated public javax.ws.rs.core.Response downloadMessagesOld(@PathParam(value="adapterName") String adapterName, @PathParam(value="storageSource") TransactionalStorage.StorageSource storageSource, @PathParam(value="storageSourceName") String storageSourceName, @PathParam(value="processState") String processState, @QueryParam(value="configuration") String configuration, org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
@GET @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapterName}/{storageSource}/{storageSourceName}/stores/{processState}") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response browseMessagesOld(@PathParam(value="adapterName") String adapterName, @PathParam(value="storageSource") TransactionalStorage.StorageSource storageSource, @PathParam(value="storageSourceName") String storageSourceName, @PathParam(value="processState") String processState, @QueryParam(value="configuration") String configuration, @QueryParam(value="type") String type, @QueryParam(value="host") String host, @QueryParam(value="id") String id, @QueryParam(value="messageId") String messageId, @QueryParam(value="correlationId") String correlationId, @QueryParam(value="comment") String comment, @QueryParam(value="message") String message, @QueryParam(value="label") String label, @QueryParam(value="startDate") String startDateStr, @QueryParam(value="endDate") String endDateStr, @QueryParam(value="sort") String sort, @QueryParam(value="skip") int skipMessages, @QueryParam(value="max") int maxMessages)
@PUT @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapterName}/receivers/{receiverName}/stores/Error/messages/{messageId}") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response resendReceiverMessageOld(@PathParam(value="adapterName") String adapter, @PathParam(value="receiverName") String receiver, @PathParam(value="messageId") String messageId, @QueryParam(value="configuration") String configuration)
@POST @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapterName}/receivers/{receiverName}/stores/Error") @Produces(value="application/json") @Consumes(value="multipart/form-data") @Deprecated public javax.ws.rs.core.Response resendReceiverMessagesOld(@PathParam(value="adapterName") String adapter, @PathParam(value="receiverName") String receiver, @QueryParam(value="configuration") String configuration, org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
@POST @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapterName}/receivers/{receiverName}/stores/{processState}/move/{targetState}") @Produces(value="application/json") @Consumes(value="multipart/form-data") @Deprecated public javax.ws.rs.core.Response changeProcessStateOld(@PathParam(value="adapterName") String adapter, @PathParam(value="receiverName") String receiver, @PathParam(value="processState") String processState, @PathParam(value="targetState") String targetState, org.apache.cxf.jaxrs.ext.multipart.MultipartBody input, @QueryParam(value="configuration") String configuration)
@DELETE @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapterName}/receivers/{receiverName}/stores/Error/messages/{messageId}") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response deleteReceiverMessageOld(@PathParam(value="adapterName") String adapter, @PathParam(value="receiverName") String receiver, @PathParam(value="messageId") String messageId, @QueryParam(value="configuration") String configuration)
@DELETE @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapterName}/receivers/{receiverName}/stores/Error") @Produces(value="application/json") @Consumes(value="multipart/form-data") @Deprecated public javax.ws.rs.core.Response deleteReceiverMessagesOld(@PathParam(value="adapterName") String adapter, @PathParam(value="receiverName") String receiver, @QueryParam(value="configuration") String configuration, org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
Copyright © 2023 Frank!Framework. All rights reserved.