Uses of Class
io.dialob.api.form.FormRepository.Indexer
Packages that use FormRepository.Indexer
-
Uses of FormRepository.Indexer in io.dialob.api.form
Methods in io.dialob.api.form that return FormRepository.IndexerModifier and TypeMethodDescriptionFormRepository.index()Ensure an indexon collection forms by one or more attributes using the family ofwith*()attribute-specific methods.FormRepository.Indexer.withData()Specify that the next attribute to index will bedata, in the ascending direction.FormRepository.Indexer.withDataDesceding()Specify that the next attribute to index will bedata, in the descending direction.FormRepository.Indexer.withId()Specify that the next attribute to index will beid, in the ascending direction.FormRepository.Indexer.withIdDesceding()Specify that the next attribute to index will beid, in the descending direction.FormRepository.Indexer.withMetadata()Specify that the next attribute to index will bemetadata, in the ascending direction.FormRepository.Indexer.withMetadataDesceding()Specify that the next attribute to index will bemetadata, in the descending direction.FormRepository.Indexer.withName()Specify that the next attribute to index will bename, in the ascending direction.FormRepository.Indexer.withNameDesceding()Specify that the next attribute to index will bename, in the descending direction.FormRepository.Indexer.withNamespaces()Specify that the next attribute to index will benamespaces, in the ascending direction.FormRepository.Indexer.withNamespacesDesceding()Specify that the next attribute to index will benamespaces, in the descending direction.FormRepository.Indexer.withRequiredErrorText()Specify that the next attribute to index will berequiredErrorText, in the ascending direction.FormRepository.Indexer.withRequiredErrorTextDesceding()Specify that the next attribute to index will berequiredErrorText, in the descending direction.FormRepository.Indexer.withRev()Specify that the next attribute to index will berev, in the ascending direction.FormRepository.Indexer.withRevDesceding()Specify that the next attribute to index will berev, in the descending direction.FormRepository.Indexer.withValueSets()Specify that the next attribute to index will bevalueSets, in the ascending direction.FormRepository.Indexer.withValueSetsDesceding()Specify that the next attribute to index will bevalueSets, in the descending direction.FormRepository.Indexer.withVariables()Specify that the next attribute to index will bevariables, in the ascending direction.FormRepository.Indexer.withVariablesDesceding()Specify that the next attribute to index will bevariables, in the descending direction.