public class RuleServiceManagementHelper extends Object
Constructor and Description |
---|
RuleServiceManagementHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
saveStep1(org.wso2.carbon.rule.common.RuleService ruleService,
javax.servlet.http.HttpServletRequest request)
Saves the data gathered in the step 1 of the rule service wizard
Service Name
Service Description
|
static void |
saveStep2(org.wso2.carbon.rule.common.RuleService ruleService,
javax.servlet.http.HttpServletRequest request)
Saves the data gathered in the step 2 of the rule service wizard
(i.e rule set )
|
static void |
saveStep5(org.wso2.carbon.rule.common.RuleService ruleService,
javax.servlet.http.HttpServletRequest request)
Saves the information gathered in the step 5 of the rule service wizard
*
Operation Name
Facts
Results
|
public static void saveStep1(org.wso2.carbon.rule.common.RuleService ruleService, javax.servlet.http.HttpServletRequest request)
ruleService
- RuleServiceDescription
containing information
about the rule service being created or editedrequest
- HttpServletRequest
public static void saveStep2(org.wso2.carbon.rule.common.RuleService ruleService, javax.servlet.http.HttpServletRequest request)
ruleService
- RuleSetDescription
containing information
about rule setrequest
- HttpServletRequest
public static void saveStep5(org.wso2.carbon.rule.common.RuleService ruleService, javax.servlet.http.HttpServletRequest request)
ruleService
- RuleServiceDescription
containing information
about the rule service being created or editedrequest
- HttpServletRequest
Copyright © 2018 WSO2. All rights reserved.