Interface PerspectiveAction


public interface PerspectiveAction
Interface that represents the action of a perspective item.
Since:
6.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a map of all parameters defined for this action, including the service key.
    Returns the specified service key.
  • Method Details

    • getServiceKey

      ServiceKey getServiceKey()
      Returns the specified service key.
    • getParameters

      Map<String,String> getParameters()
      Returns a map of all parameters defined for this action, including the service key.