Interface FormsManager


public interface FormsManager
The forms manager keeps track of all available actions and constraints.
  • Method Details

    • getActions

      Return the paths for all action resources.
      Returns:
      An iterator for paths.
    • getConstraints

      Return the paths for all constraint resources.
      Returns:
      An iterator for paths.
    • getDialogPathForAction

      String getDialogPathForAction(String resourceType)
      Return the dialog path (resource path) for the form action.
      Parameters:
      resourceType - The resource type of the form action
      Returns:
      The full path or null.