Interface FormData
- All Known Subinterfaces:
StartFormData,TaskFormData
public interface FormData
Represents all form related data
-
Method Summary
-
Method Details
-
getFormKey
String getFormKey()Returns the form key.- Returns:
- The form key
-
getFormProperties
List<FormProperty> getFormProperties()Returns theListofFormProperty.- Returns:
- the
ListofFormProperty
-