Class CreateActionServiceImpl

java.lang.Object
com.skava.service.impl.CreateActionServiceImpl
All Implemented Interfaces:
com.skava.core.EcommService<Action,ActionResponse>, CreateActionService

@Service public class CreateActionServiceImpl extends Object implements CreateActionService
The Class CreateActionServiceImpl.
This Class is used for creating action based on the provided information.
Author:
Infosys Equinox
  • Constructor Details

  • Method Details

    • getValidator

      @ValidatorEvent(serviceName="notification", webhookName="notificationservice/validator/action", actionType="create") public List<com.skava.core.validation.ValidatorComponent> getValidator()
      Get Validator.
      Specified by:
      getValidator in interface com.skava.core.EcommService<Action,ActionResponse>
      Returns:
      array list.
    • process

      @SendEvent(eventType="notificationservice/action/create", identifier="response_action.id") public ActionResponse process(Action request)
      process
      Create Action Process.
      Specified by:
      process in interface com.skava.core.EcommService<Action,ActionResponse>
      Parameters:
      request - The action object using which a new action will be created.