public interface RuleServiceAdmin
Modifier and Type | Method and Description |
---|---|
void |
addRuleService(String fileExtension19,
String name20,
org.apache.axiom.om.OMElement extraElement21)
Auto generated method signature for Asynchronous Invocations
|
void |
editRuleService(String fileExtension27,
String name28,
org.apache.axiom.om.OMElement extraElement29)
Auto generated method signature for Asynchronous Invocations
|
String[] |
getAllFacts(String fileExtension14,
String serviceName15)
Auto generated method signature
|
String[] |
getAllRuleServices()
Auto generated method signature
|
org.apache.axiom.om.OMElement |
getRuleService(String serviceName40)
Auto generated method signature
|
void |
startgetAllFacts(String fileExtension14,
String serviceName15,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllRuleServices(RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRuleService(String serviceName40,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadFacts(String serviceName31,
String fileName32,
DataHandler dataHandler33,
RuleServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] |
uploadFacts(String serviceName31,
String fileName32,
DataHandler dataHandler33)
Auto generated method signature
|
void |
uploadRuleFile(String serviceName23,
String fileName24,
DataHandler dataHandler25)
Auto generated method signature for Asynchronous Invocations
|
String[] getAllFacts(String fileExtension14, String serviceName15) throws RemoteException, RuleServiceManagementException
getAllFacts13
- RuleServiceManagementException
- :RemoteException
void startgetAllFacts(String fileExtension14, String serviceName15, RuleServiceAdminCallbackHandler callback) throws RemoteException
getAllFacts13
- RemoteException
void addRuleService(String fileExtension19, String name20, org.apache.axiom.om.OMElement extraElement21) throws RemoteException, RuleServiceManagementException
RuleServiceManagementException
- :RemoteException
void uploadRuleFile(String serviceName23, String fileName24, DataHandler dataHandler25) throws RemoteException, RuleServiceManagementException
RuleServiceManagementException
- :RemoteException
void editRuleService(String fileExtension27, String name28, org.apache.axiom.om.OMElement extraElement29) throws RemoteException, RuleServiceManagementException
RuleServiceManagementException
- :RemoteException
String[] uploadFacts(String serviceName31, String fileName32, DataHandler dataHandler33) throws RemoteException, RuleServiceManagementException
uploadFacts30
- RuleServiceManagementException
- :RemoteException
void startuploadFacts(String serviceName31, String fileName32, DataHandler dataHandler33, RuleServiceAdminCallbackHandler callback) throws RemoteException
uploadFacts30
- RemoteException
String[] getAllRuleServices() throws RemoteException, RuleServiceManagementException
RuleServiceManagementException
- :RemoteException
void startgetAllRuleServices(RuleServiceAdminCallbackHandler callback) throws RemoteException
RemoteException
org.apache.axiom.om.OMElement getRuleService(String serviceName40) throws RemoteException
getRuleService39
- RemoteException
void startgetRuleService(String serviceName40, RuleServiceAdminCallbackHandler callback) throws RemoteException
getRuleService39
- RemoteException
Copyright © 2021 WSO2. All rights reserved.