Uses of Class
io.dialob.api.form.FormRepository.Finder
Packages that use FormRepository.Finder
-
Uses of FormRepository.Finder in io.dialob.api.form
Methods in io.dialob.api.form that return FormRepository.FinderModifier and TypeMethodDescriptionFormRepository.Finder.excludeData()Exclude thedataattribute from each document in the results.FormRepository.Finder.excludeNamespaces()Exclude thenamespacesattribute from each document in the results.FormRepository.Finder.excludeRequiredErrorText()Exclude therequiredErrorTextattribute from each document in the results.FormRepository.Finder.excludeValueSets()Exclude thevalueSetsattribute from each document in the results.FormRepository.Finder.excludeVariables()Exclude thevariablesattribute from each document in the results.FormRepository.find(FormRepository.Criteria criteria) Find a document by the givencriteria.Find documents by the criteria expressed as a JSON string.FormRepository.findAll()Finds all documents.Find documents by theididentity attribute.FormRepository.Finder.orderByData()Order bydatain the ascending direction.FormRepository.Finder.orderByDataDesceding()Order bydatain the descending direction.FormRepository.Finder.orderById()Order byidin the ascending direction.FormRepository.Finder.orderByIdDesceding()Order byidin the descending direction.FormRepository.Finder.orderByMetadata()Order bymetadatain the ascending direction.FormRepository.Finder.orderByMetadataDesceding()Order bymetadatain the descending direction.FormRepository.Finder.orderByName()Order bynamein the ascending direction.FormRepository.Finder.orderByNameDesceding()Order bynamein the descending direction.FormRepository.Finder.orderByNamespaces()Order bynamespacesin the ascending direction.FormRepository.Finder.orderByNamespacesDesceding()Order bynamespacesin the descending direction.FormRepository.Finder.orderByRequiredErrorText()Order byrequiredErrorTextin the ascending direction.FormRepository.Finder.orderByRequiredErrorTextDesceding()Order byrequiredErrorTextin the descending direction.FormRepository.Finder.orderByRev()Order byrevin the ascending direction.FormRepository.Finder.orderByRevDesceding()Order byrevin the descending direction.FormRepository.Finder.orderByValueSets()Order byvalueSetsin the ascending direction.FormRepository.Finder.orderByValueSetsDesceding()Order byvalueSetsin the descending direction.FormRepository.Finder.orderByVariables()Order byvariablesin the ascending direction.FormRepository.Finder.orderByVariablesDesceding()Order byvariablesin the descending direction.