Package de.xima.fc.api.entity
Class FormElementAPI
API class for manipulation of
FormElement entities.- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod for determining allFormElementobjects of aFormVersion.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 UUIDvoidMethod for deleting allFormElements of aFormVersion.Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, updateMethods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
FormElementAPI
public FormElementAPI()
-
-
Method Details
-
getAllByFormVersion
Method for determining allFormElementobjects of aFormVersion.- Parameters:
uc-UserContextthe user context in which the action is to be performed.fv-FormVersionwhoseFormElementobjects are searched.- Returns:
Listwith the searchedFormElementobjects.- Since:
- 2.4.3
-
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
-
removeAllFromFormVersion
Method for deleting allFormElements of aFormVersion.- Parameters:
uc-UserContextthe user context in which the action is to be performed.fv-FormVersionwhoseFormElementobjects are searched.- Since:
- 2.4.3
-