Interface NmActionService

All Known Implementing Classes:
StandardNmActionService

@RemoteInterface public interface NmActionService


Supported API: true

Extendable: false
  • Method Details

    • getValidatedAction

      NmAction getValidatedAction(String type, String actionName, NmCommandBean commandBean) throws WTException
      performs the same functionality as calling getAction(String, String), and then calling the UI Validation Service to valiadate the action

      Supported API: true
      Parameters:
      type - the name attribute of the action's objectType in actions.xml
      actionName - the name of the acton from actions.xml
      commandBean - the NmCommandBean instance containing the request data in context
      Returns:
      NmAction
      Throws:
      WTException