public class FormElementAPI extends AEntityAPI<FormElement>
FormElement
entities.entityClass
Constructor and Description |
---|
FormElementAPI() |
Modifier and Type | Method and Description |
---|---|
List<FormElement> |
getAllByFormVersion(UserContext uc,
FormVersion fv)
Method for determining all
FormElement objects of a FormVersion . |
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)
Method for deleting all
FormElement s of a FormVersion . |
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
getHandlerProvider
public List<FormElement> getAllByFormVersion(UserContext uc, FormVersion fv)
FormElement
objects of a FormVersion
.uc
- UserContext
the user context in which the action is to be performed.fv
- FormVersion
whose FormElement
objects are searched.List
with the searched FormElement
objects.public 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 versionpublic FormElement 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 versionpublic void removeAllFromFormVersion(UserContext uc, FormVersion fv)
FormElement
s of a FormVersion
.uc
- UserContext
the user context in which the action is to be performed.fv
- FormVersion
whose FormElement
objects are searched.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.