public interface HL7StoreAdminService
Modifier and Type | Method and Description |
---|---|
boolean |
flushMessages(String storeName43)
Auto generated method signature
|
String |
getClassName(String name39)
Auto generated method signature
|
String[] |
getHL7Proxies(String storeName30)
Auto generated method signature
|
String[] |
getHL7StoreNames()
Auto generated method signature
|
TransferableHL7Message |
getMessage(String storeName65,
String messageId66)
Auto generated method signature
|
TransferableHL7Message[] |
getMessages(String storeName61)
Auto generated method signature
|
TransferableHL7Message[] |
getMessagesPaginated(String storeName47,
int pageNumber48)
Auto generated method signature
|
int |
getSearchSize(String storeName34,
String query35)
Auto generated method signature
|
int |
getSize(String name52)
Auto generated method signature
|
TransferableHL7Message[] |
search(String storeName56,
String query57)
Auto generated method signature
|
boolean |
sendMessage(String msg70,
String storeName71,
String proxyName72)
Auto generated method signature
|
void |
startflushMessages(String storeName43,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetClassName(String name39,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHL7Proxies(String storeName30,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHL7StoreNames(HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessage(String storeName65,
String messageId66,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessages(String storeName61,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessagesPaginated(String storeName47,
int pageNumber48,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSearchSize(String storeName34,
String query35,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSize(String name52,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsearch(String storeName56,
String query57,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsendMessage(String msg70,
String storeName71,
String proxyName72,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateMessage(String storeName23,
String messageId24,
String er7Payload25,
String xmlPayload26,
HL7StoreAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
updateMessage(String storeName23,
String messageId24,
String er7Payload25,
String xmlPayload26)
Auto generated method signature
|
boolean updateMessage(String storeName23, String messageId24, String er7Payload25, String xmlPayload26) throws RemoteException
updateMessage22
- RemoteException
void startupdateMessage(String storeName23, String messageId24, String er7Payload25, String xmlPayload26, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
updateMessage22
- RemoteException
String[] getHL7Proxies(String storeName30) throws RemoteException
getHL7Proxies29
- RemoteException
void startgetHL7Proxies(String storeName30, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getHL7Proxies29
- RemoteException
int getSearchSize(String storeName34, String query35) throws RemoteException
getSearchSize33
- RemoteException
void startgetSearchSize(String storeName34, String query35, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getSearchSize33
- RemoteException
String getClassName(String name39) throws RemoteException
getClassName38
- RemoteException
void startgetClassName(String name39, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getClassName38
- RemoteException
boolean flushMessages(String storeName43) throws RemoteException
flushMessages42
- RemoteException
void startflushMessages(String storeName43, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
flushMessages42
- RemoteException
TransferableHL7Message[] getMessagesPaginated(String storeName47, int pageNumber48) throws RemoteException, HL7StoreAdminServiceHL7Exception, HL7StoreAdminServiceIOException, HL7StoreAdminServiceClassNotFoundException
getMessagesPaginated46
- HL7StoreAdminServiceHL7Exception
- :HL7StoreAdminServiceIOException
- :HL7StoreAdminServiceClassNotFoundException
- :RemoteException
void startgetMessagesPaginated(String storeName47, int pageNumber48, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getMessagesPaginated46
- RemoteException
int getSize(String name52) throws RemoteException
getSize51
- RemoteException
void startgetSize(String name52, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getSize51
- RemoteException
TransferableHL7Message[] search(String storeName56, String query57) throws RemoteException
search55
- RemoteException
void startsearch(String storeName56, String query57, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
search55
- RemoteException
TransferableHL7Message[] getMessages(String storeName61) throws RemoteException
getMessages60
- RemoteException
void startgetMessages(String storeName61, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getMessages60
- RemoteException
TransferableHL7Message getMessage(String storeName65, String messageId66) throws RemoteException, HL7StoreAdminServiceHL7Exception, HL7StoreAdminServiceIOException, HL7StoreAdminServiceClassNotFoundException
getMessage64
- HL7StoreAdminServiceHL7Exception
- :HL7StoreAdminServiceIOException
- :HL7StoreAdminServiceClassNotFoundException
- :RemoteException
void startgetMessage(String storeName65, String messageId66, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getMessage64
- RemoteException
boolean sendMessage(String msg70, String storeName71, String proxyName72) throws RemoteException
sendMessage69
- RemoteException
void startsendMessage(String msg70, String storeName71, String proxyName72, HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
sendMessage69
- RemoteException
String[] getHL7StoreNames() throws RemoteException
getHL7StoreNames75
- RemoteException
void startgetHL7StoreNames(HL7StoreAdminServiceCallbackHandler callback) throws RemoteException
getHL7StoreNames75
- RemoteException
Copyright © 2020 WSO2. All rights reserved.