Class ActionProcessorData

All Implemented Interfaces:
Cloneable

public class ActionProcessorData extends OperationProcessorData
Initializes a new ActionProcessorData instance for the given requested entity function.

Supported API: true
  • Method Details

    • isBound

      public boolean isBound()
      Indicates if the action is a bound action.

      Supported API: true
      Returns:
      true is the action is bound. False if the action is unbound.
    • getBindingParameterName

      public String getBindingParameterName()
      Returns the name of the binding parameter for this action. If the action is unbound, returns null.

      Supported API: true
      Returns:
      name of the binding parameter. Null if the action is unbound.