Interface IFormElementHandler
- All Superinterfaces:
IAPIHandler, Serializable
- All Known Implementing Classes:
FormElementHandler
-
Method Summary
Modifier and TypeMethodDescriptiongetAllBy(UserContext uc, FormVersion fv) getByUUID(UserContext uc, FormVersion formVersion, String uuid) Returns the form element with the given UUID stringgetByUUID(UserContext uc, FormVersion formVersion, UUID uuid) Returns the form element with the given UUIDvoidMethods inherited from interface IAPIHandler
getName
-
Method Details
-
getAllBy
-
removeAllFromFormVersion
-
getByUUID
Returns the form element with the given UUID string- Parameters:
uc-UserContextto useformVersion-FormVersioncontext in which to look for form elementuuid-StringUUID string of the form element- Returns:
FormElementfor the given UUID and form version- Since:
- 6.x.x
-
getByUUID
Returns the form element with the given UUID- Parameters:
uc-UserContextto useformVersion-FormVersioncontext in which to look for form elementuuid-UUIDUUID of the form element- Returns:
FormElementfor the given UUID and form version- Since:
- 6.x.x
-