Package com.day.cq.wcm.foundation.forms
Interface FormsManager
public interface FormsManager
The forms manager keeps track of all available actions
and constraints.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturn the paths for all action resources.Return the paths for all constraint resources.getDialogPathForAction(String resourceType) Return the dialog path (resource path) for the form action.
-
Method Details
-
getActions
Iterator<FormsManager.ComponentDescription> getActions()Return the paths for all action resources.- Returns:
- An iterator for paths.
-
getConstraints
Iterator<FormsManager.ComponentDescription> getConstraints()Return the paths for all constraint resources.- Returns:
- An iterator for paths.
-
getDialogPathForAction
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.
-