public interface ExternalFormsProducer extends FormDataProducer
FormDataProducer
based on an external form-data-provider.FormField
,
FormDataList
Modifier and Type | Method and Description |
---|---|
List<Long> |
find(String query)
Find method, delivers a list of ids where the content matches the given query.
|
IdProvidingFormData |
get(Long id)
Returns a form data for the given external
id or null if the id couldn't be found. |
@NotNull List<Long> find(String query)
null
query is
implementation specific, e.g. it may deliver the 'newest' 500 entries or even none.query
- A provider specific query or null
.@Nullable IdProvidingFormData get(Long id)
id
or null
if the id couldn't be found.id
- external id.null
if the id couldn't be found.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210