Uses of Class
org.machanism.machai.schema.Bindex
Packages that use Bindex
Package
Description
MongoDB-backed persistence and semantic retrieval for
Bindex metadata.-
Uses of Bindex in org.machanism.machai.bindex
Methods in org.machanism.machai.bindex that return BindexModifier and TypeMethodDescriptionRetrieves aBindexinstance from the database by its Bindex id.protected BindexRetrieves a Bindex instance from the database by its Bindex id.Methods in org.machanism.machai.bindex that return types with arguments of type BindexModifier and TypeMethodDescriptionPerforms a semantic pick/search with a query string, retrieving Bindex results and transitive dependencies.Methods in org.machanism.machai.bindex with parameters of type BindexModifier and TypeMethodDescriptionRegisters (inserts or updates) a Bindex document for the suppliedBindex.BindexRepository.deleteBindex(Bindex bindex) Deletes a Bindex document from the database.BindexRepository.getRegistredId(Bindex bindex) Looks up the registered database ID for a Bindex (if it exists).Picker.getRegistredId(Bindex bindex) Looks up the registered database ID for a Bindex (if it exists).