Package | Description |
---|---|
org.wso2.carbon.rule.ws.admin |
Modifier and Type | Method and Description |
---|---|
void |
RuleServiceAdmin.addRuleService(String fileExtension,
String name,
org.apache.axiom.om.OMElement ruleServiceXML)
Adds a rule service based on the given name and other information in the serviceXML
|
protected String |
AbstractRuleServiceAdminHandler.createServiceRepository(org.apache.axis2.engine.AxisConfiguration axisConfig)
Creates the rule services repository if there is no repository
|
protected org.apache.axiom.om.OMElement |
AbstractRuleServiceAdminHandler.createXML(String serviceName,
File ruleFile)
Loads a file as an XML
|
void |
RuleServiceArchiveAdminHandler.deleteFactArchive(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName) |
void |
RuleServiceAdminHandler.deleteFactArchive(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName)
Delete fact archives that are not needed
|
void |
RuleServiceFileAdminHandler.deleteFactArchive(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName) |
void |
RuleServiceAdmin.deleteFactArchive(String serviceName,
String fileName) |
void |
RuleServiceArchiveAdminHandler.deleteRuleFile(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName) |
void |
RuleServiceAdminHandler.deleteRuleFile(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName)
Delete the rule script in a rule service
|
void |
RuleServiceFileAdminHandler.deleteRuleFile(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName) |
void |
RuleServiceAdmin.deleteRuleFile(String serviceName,
String fileName) |
void |
RuleServiceAdmin.deleteTempRuleDirectory(String serviceName) |
void |
RuleServiceArchiveAdminHandler.deleteTempRuleServiceDirectory(String serviceName) |
void |
RuleServiceAdminHandler.deleteTempRuleServiceDirectory(String serviceName)
Delete the rule temp Directory in a rule service
|
void |
RuleServiceFileAdminHandler.deleteTempRuleServiceDirectory(String serviceName) |
void |
RuleServiceAdmin.editRuleService(String fileExtension,
String name,
org.apache.axiom.om.OMElement ruleServiceXML)
Updates an existing service
|
String[] |
RuleServiceArchiveAdminHandler.getAllFacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName) |
String[] |
RuleServiceAdminHandler.getAllFacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName)
Retrieves the all facts applicable for a rule service
|
String[] |
RuleServiceAdmin.getAllFacts(String fileExtension,
String serviceName)
Gets all facts belong to the service with the given name
|
String[] |
RuleServiceAdmin.getAllRuleServices()
Retrieves names of all existing rule services
|
String[] |
RuleServiceArchiveAdminHandler.getFactArchiveList(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName) |
String[] |
RuleServiceAdminHandler.getFactArchiveList(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName)
Retrieves the all facts applicable for a rule service
|
String[] |
RuleServiceAdmin.getFactArchiveList(String serviceName) |
String[] |
RuleServiceArchiveAdminHandler.getRuleFileList(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName) |
String[] |
RuleServiceAdminHandler.getRuleFileList(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName)
Uploads the rule script for a rule service
|
String[] |
RuleServiceFileAdminHandler.getRuleFileList(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName) |
String[] |
RuleServiceAdmin.getRuleFileList(String serviceName,
String fileName) |
org.apache.axiom.om.OMElement |
RuleServiceArchiveAdminHandler.getRuleService(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String name) |
org.apache.axiom.om.OMElement |
RuleServiceAdminHandler.getRuleService(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName)
Retrieves an XML representation of the rule service
|
org.apache.axiom.om.OMElement |
RuleServiceFileAdminHandler.getRuleService(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String name) |
org.apache.axiom.om.OMElement |
RuleServiceAdmin.getRuleService(String serviceName)
retrieves the rule service for the given service name
|
protected String |
AbstractRuleServiceAdminHandler.getServicePath(org.apache.axis2.engine.AxisConfiguration axisConfig,
String serviceName)
Returns the path to the rule service with the given name
|
void |
RuleServiceArchiveAdminHandler.saveRuleService(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.description.AxisService axisService,
org.wso2.carbon.rule.common.RuleService ruleService) |
void |
RuleServiceAdminHandler.saveRuleService(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.description.AxisService axisService,
org.wso2.carbon.rule.common.RuleService ruleService)
Add a new rule service or update an existing one
|
void |
RuleServiceFileAdminHandler.saveRuleService(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
org.apache.axis2.description.AxisService axisService,
org.wso2.carbon.rule.common.RuleService ruleService) |
String[] |
RuleServiceArchiveAdminHandler.uploadFacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName,
DataHandler dataHandler) |
String[] |
RuleServiceAdminHandler.uploadFacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName,
DataHandler dataHandler)
Uploads the facts to be used in the rule service
|
String[] |
RuleServiceAdmin.uploadFacts(String serviceName,
String fileName,
DataHandler dataHandler)
Uploads facts
|
void |
RuleServiceArchiveAdminHandler.uploadRuleFile(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName,
DataHandler dataHandler) |
void |
RuleServiceAdminHandler.uploadRuleFile(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
String serviceName,
String fileName,
DataHandler dataHandler)
Uploads the rule script for a rule service
|
void |
RuleServiceAdmin.uploadRuleFile(String serviceName,
String fileName,
DataHandler dataHandler)
Upload a ruleset as a file
|
Copyright © 2019 WSO2. All rights reserved.