Uses of Class
com.arangodb.entity.ViewEntity
Packages that use ViewEntity
-
Uses of ViewEntity in com.arangodb
Methods in com.arangodb that return ViewEntityModifier and TypeMethodDescriptionArangoSearch.create()Creates a view, then returns view information from the server.ArangoSearch.create(ArangoSearchCreateOptions options) Creates a view with the givenoptions, then returns view information from the server.SearchAlias.create()Creates a view, then returns view information from the server.SearchAlias.create(SearchAliasCreateOptions options) Creates a view with the givenoptions, then returns view information from the server.ArangoDatabase.createArangoSearch(String name, ArangoSearchCreateOptions options) Creates a ArangoSearch view with the givenoptions, then returns view information from the server.ArangoDatabase.createSearchAlias(String name, SearchAliasCreateOptions options) Creates a SearchAlias view with the givenoptions, then returns view information from the server.ArangoDatabase.createView(String name, ViewType type) Creates a view of the giventype, then returns view information from the server.ArangoView.getInfo()Returns information about the view.Renames the view.Methods in com.arangodb that return types with arguments of type ViewEntityModifier and TypeMethodDescriptionArangoSearchAsync.create()Asynchronous version ofArangoSearch.create()ArangoSearchAsync.create(ArangoSearchCreateOptions options) Asynchronous version ofArangoSearch.create(ArangoSearchCreateOptions)SearchAliasAsync.create()Asynchronous version ofSearchAlias.create()SearchAliasAsync.create(SearchAliasCreateOptions options) Asynchronous version ofSearchAlias.create(SearchAliasCreateOptions)ArangoDatabaseAsync.createArangoSearch(String name, ArangoSearchCreateOptions options) Asynchronous version ofArangoDatabase.createArangoSearch(String, ArangoSearchCreateOptions)ArangoDatabaseAsync.createSearchAlias(String name, SearchAliasCreateOptions options) Asynchronous version ofArangoDatabase.createSearchAlias(String, SearchAliasCreateOptions)ArangoDatabaseAsync.createView(String name, ViewType type) Asynchronous version ofArangoDatabase.createView(String, ViewType)ArangoViewAsync.getInfo()Asynchronous version ofArangoView.getInfo()ArangoDatabase.getViews()Fetches all views from the database and returns a list of view descriptions.ArangoDatabaseAsync.getViews()Asynchronous version ofArangoDatabase.getViews()Asynchronous version ofArangoView.rename(String) -
Uses of ViewEntity in com.arangodb.entity.arangosearch
Subclasses of ViewEntity in com.arangodb.entity.arangosearchModifier and TypeClassDescriptionfinal classfinal class