public interface IFormElementHandler extends IAPIHandler
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
getAllBy(UserContext uc,
FormVersion fv) |
FormElement |
getByUUID(UserContext uc,
FormVersion formVersion,
String uuid)
Returns the form element with the given UUID string
|
FormElement |
getByUUID(UserContext uc,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
void |
removeAllFromFormVersion(UserContext uc,
FormVersion fv) |
getNameList<FormElement> getAllBy(UserContext uc, FormVersion fv)
void removeAllFromFormVersion(UserContext uc, FormVersion fv)
FormElement getByUUID(UserContext uc, FormVersion formVersion, String uuid)
uc - UserContext to useformVersion - FormVersion context in which to look for form elementuuid - String UUID string of the form elementFormElement for the given UUID and form versionFormElement getByUUID(UserContext uc, FormVersion formVersion, UUID uuid)
uc - UserContext to useformVersion - FormVersion context in which to look for form elementuuid - UUID UUID of the form elementFormElement for the given UUID and form versionCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.