FormRepository.Indexer |
FormRepository.index() |
Ensure an index on collection forms by one or
more attributes using the family of with*() attribute-specific methods.
|
FormRepository.Indexer |
FormRepository.Indexer.withData() |
Specify that the next attribute to index will be data, in the ascending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withDataDesceding() |
Specify that the next attribute to index will be data, in the descending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withId() |
Specify that the next attribute to index will be id, in the ascending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withIdDesceding() |
Specify that the next attribute to index will be id, in the descending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withMetadata() |
Specify that the next attribute to index will be metadata, in the ascending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withMetadataDesceding() |
Specify that the next attribute to index will be metadata, in the descending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withName() |
Specify that the next attribute to index will be name, in the ascending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withNameDesceding() |
Specify that the next attribute to index will be name, in the descending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withNamespaces() |
Specify that the next attribute to index will be namespaces, in the ascending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withNamespacesDesceding() |
Specify that the next attribute to index will be namespaces, in the descending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withRequiredErrorText() |
Specify that the next attribute to index will be requiredErrorText, in the ascending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withRequiredErrorTextDesceding() |
Specify that the next attribute to index will be requiredErrorText, in the descending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withRev() |
Specify that the next attribute to index will be rev, in the ascending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withRevDesceding() |
Specify that the next attribute to index will be rev, in the descending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withValueSets() |
Specify that the next attribute to index will be valueSets, in the ascending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withValueSetsDesceding() |
Specify that the next attribute to index will be valueSets, in the descending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withVariables() |
Specify that the next attribute to index will be variables, in the ascending direction.
|
FormRepository.Indexer |
FormRepository.Indexer.withVariablesDesceding() |
Specify that the next attribute to index will be variables, in the descending direction.
|