- listCatalogs() - Method in class com.franz.agraph.repository.AGServer
-
Returns a List of catalog ids known to this AllegroGraph server.
- listEncodableNamespaces() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Returns a list of the registered encodable namespaces.
- listFreetextIndices() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Lists the freetext indices that have been defined for this repository.
- listGraphs() - Method in class com.franz.agraph.jena.AGGraphMaker
-
- listIndices() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Returns a list of actively managed indices for this repository.
- listRepositories() - Method in class com.franz.agraph.repository.AGCatalog
-
Returns a List of repository ids contained in this catalog.
- listRoleAccess(String) - Method in class com.franz.agraph.repository.AGServer
-
Returns a role's access list for this server.
- listRolePermissions(String) - Method in class com.franz.agraph.repository.AGServer
-
Returns a list of permissions for a role.
- listRoles() - Method in class com.franz.agraph.repository.AGServer
-
Returns a list of roles known to this server.
- listRoleSecurityFilters(String, String) - Method in class com.franz.agraph.repository.AGServer
-
Returns a list of security filters of the given type for a role
- listSpinFunctions() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
- listSpinMagicProperties() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
- listStatements(Resource, Property, RDFNode, Model) - Method in class com.franz.agraph.jena.AGInfModel
-
- listUserAccess(String) - Method in class com.franz.agraph.repository.AGServer
-
Returns a user's access list for this server.
- listUserEffectiveAccess(String) - Method in class com.franz.agraph.repository.AGServer
-
Returns a user's effective access list for this server.
- listUserEffectivePermissions(String) - Method in class com.franz.agraph.repository.AGServer
-
Returns a list of effective permissions for a user.
- listUserPermissions(String) - Method in class com.franz.agraph.repository.AGServer
-
Returns a list of permissions for a user.
- listUserRoles(String) - Method in class com.franz.agraph.repository.AGServer
-
Returns a list of roles for a user.
- listUsers() - Method in class com.franz.agraph.repository.AGServer
-
Returns a List of user ids known to this AllegroGraph server.
- listUserSecurityFilters(String, String) - Method in class com.franz.agraph.repository.AGServer
-
Returns a list of security filters of the given type for a user
- listValidIndices() - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Returns a list of all possible index types for this repository.
- load(URI, String, RDFFormat, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Instructs the server to fetch and load data from the specified URI.
- load(URI, String, RDFFormat, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Instructs the server to fetch and load data from the specified URI.
- load(String, String, RDFFormat, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Instructs the server to load data from the specified server-side path.
- load(String, String, RDFFormat, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
-
Instructs the server to load data from the specified server-side path.
- lock() - Method in class com.franz.agraph.jena.AGPrefixMapping
-