Package com.skava.accounts.service
Interface ValidateApprovalRuleService
- All Superinterfaces:
com.skava.core.EcommService<ValidateWorkflowRuleRequestInternal,
ValidateWorkflowAPIResponse>
- All Known Implementing Classes:
ValidateApprovalRuleServiceImpl
public interface ValidateApprovalRuleService
extends com.skava.core.EcommService<ValidateWorkflowRuleRequestInternal,ValidateWorkflowAPIResponse>
The Interface ValidateApprovalRuleService extends the interface EcommService which consists of the basic
functions getValidator and process. This interface is used to define service for validating a Approval Rules.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator
-
Method Details
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<ValidateWorkflowRuleRequestInternal,
ValidateWorkflowAPIResponse>
-