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 allFormElement
objects 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 UUIDvoid
Method for deleting allFormElement
s 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, update
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
FormElementAPI
public FormElementAPI()
-
-
Method Details
-
getAllByFormVersion
Method for determining allFormElement
objects of aFormVersion
.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.fv
-FormVersion
whoseFormElement
objects are searched.- Returns:
List
with the searchedFormElement
objects.- Since:
- 2.4.3
-
getByUUID
Returns the form element with the given UUID string- Parameters:
uc
-UserContext
to useformVersion
-FormVersion
context in which to look for form elementuuid
-String
UUID string of the form element- Returns:
FormElement
for the given UUID and form version- Since:
- 6.x.x
-
getByUUID
Returns the form element with the given UUID- Parameters:
uc
-UserContext
to useformVersion
-FormVersion
context in which to look for form elementuuid
-UUID
UUID of the form element- Returns:
FormElement
for the given UUID and form version- Since:
- 6.x.x
-
removeAllFromFormVersion
Method for deleting allFormElement
s of aFormVersion
.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.fv
-FormVersion
whoseFormElement
objects are searched.- Since:
- 2.4.3
-