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. |
void |
removeAllFromFormVersion(UserContext uc,
FormVersion fv)
Method for deleting all
FormElements of a FormVersion. |
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, resultTotalCount, update, updategetHandlerProviderpublic 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 void removeAllFromFormVersion(UserContext uc, FormVersion fv)
FormElements of a FormVersion.uc - UserContext the user context in which the action is to be performed.fv - FormVersion whose FormElement objects are searched.Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.