FormRepository.Finder |
FormRepository.Finder.excludeData() |
Exclude the data attribute from each document in the results.
|
FormRepository.Finder |
FormRepository.Finder.excludeNamespaces() |
Exclude the namespaces attribute from each document in the results.
|
FormRepository.Finder |
FormRepository.Finder.excludeRequiredErrorText() |
|
FormRepository.Finder |
FormRepository.Finder.excludeValueSets() |
Exclude the valueSets attribute from each document in the results.
|
FormRepository.Finder |
FormRepository.Finder.excludeVariables() |
Exclude the variables attribute from each document in the results.
|
FormRepository.Finder |
FormRepository.find(FormRepository.Criteria criteria) |
|
FormRepository.Finder |
FormRepository.find(String jsonCriteria) |
Find documents by the criteria expressed as a JSON string.
|
FormRepository.Finder |
FormRepository.findAll() |
Finds all documents.
|
FormRepository.Finder |
FormRepository.findById(String id) |
Find documents by the id identity attribute.
|
FormRepository.Finder |
FormRepository.Finder.orderByData() |
Order by data in the ascending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByDataDesceding() |
Order by data in the descending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderById() |
Order by id in the ascending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByIdDesceding() |
Order by id in the descending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByMetadata() |
Order by metadata in the ascending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByMetadataDesceding() |
Order by metadata in the descending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByName() |
Order by name in the ascending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByNameDesceding() |
Order by name in the descending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByNamespaces() |
|
FormRepository.Finder |
FormRepository.Finder.orderByNamespacesDesceding() |
|
FormRepository.Finder |
FormRepository.Finder.orderByRequiredErrorText() |
|
FormRepository.Finder |
FormRepository.Finder.orderByRequiredErrorTextDesceding() |
|
FormRepository.Finder |
FormRepository.Finder.orderByRev() |
Order by rev in the ascending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByRevDesceding() |
Order by rev in the descending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByValueSets() |
Order by valueSets in the ascending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByValueSetsDesceding() |
Order by valueSets in the descending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByVariables() |
Order by variables in the ascending direction.
|
FormRepository.Finder |
FormRepository.Finder.orderByVariablesDesceding() |
Order by variables in the descending direction.
|