Package com.day.cq.wcm.foundation.forms
Interface FormsManager
-
public interface FormsManagerThe forms manager keeps track of all available actions and constraints.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFormsManager.ComponentDescription
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<FormsManager.ComponentDescription>getActions()Return the paths for all action resources.Iterator<FormsManager.ComponentDescription>getConstraints()Return the paths for all constraint resources.StringgetDialogPathForAction(String resourceType)Return the dialog path (resource path) for the form action.
-
-
-
Method Detail
-
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.
-
-