- GENERAL_PURPOSE_TC - Static variable in class org.apache.clerezza.dataset.TcManager
-
- getActions() - Method in class org.apache.clerezza.dataset.security.TcPermission
-
- getEntityName() - Method in exception org.apache.clerezza.dataset.EntityAlreadyExistsException
-
- getEntityName() - Method in exception org.apache.clerezza.dataset.EntityUndeletableException
-
- getEntityName() - Method in exception org.apache.clerezza.dataset.NoSuchEntityException
-
the name for which no entity exists.
- getGraph(IRI) - Method in class org.apache.clerezza.dataset.TcManager
-
- getGraph(IRI) - Method in interface org.apache.clerezza.dataset.TcProvider
-
This method is used to get a Graph indifferently
whether it's a ImmutableGraph or not.
- getGraph(IRI) - Method in class org.apache.clerezza.dataset.TcProviderMultiplexer
-
- getGraph(IRI) - Method in class org.apache.clerezza.simple.storage.SimpleTcProvider
-
- getImmutableGraph() - Method in class org.apache.clerezza.dataset.SecuredGraph
-
- getImmutableGraph(IRI) - Method in class org.apache.clerezza.dataset.TcManager
-
- getImmutableGraph(IRI) - Method in interface org.apache.clerezza.dataset.TcProvider
-
Get a ImmutableGraph by its name
- getImmutableGraph(IRI) - Method in class org.apache.clerezza.dataset.TcProviderMultiplexer
-
- getImmutableGraph(IRI) - Method in class org.apache.clerezza.simple.storage.SimpleTcProvider
-
- getInstance() - Static method in class org.apache.clerezza.dataset.TcManager
-
This returns the singleton instance.
- getLock() - Method in class org.apache.clerezza.dataset.SecuredGraph
-
- getMGraph(IRI) - Method in class org.apache.clerezza.dataset.TcManager
-
- getMGraph(IRI) - Method in interface org.apache.clerezza.dataset.TcProvider
-
Get an Graph taht is not ImmutableGrah.
- getMGraph(IRI) - Method in class org.apache.clerezza.dataset.TcProviderMultiplexer
-
- getMGraph(IRI) - Method in class org.apache.clerezza.simple.storage.SimpleTcProvider
-
- getNames(ImmutableGraph) - Method in class org.apache.clerezza.dataset.TcManager
-
- getNames(ImmutableGraph) - Method in interface org.apache.clerezza.dataset.TcProvider
-
get a set of the names of a ImmutableGraph
- getNames(ImmutableGraph) - Method in class org.apache.clerezza.dataset.TcProviderMultiplexer
-
- getNames(ImmutableGraph) - Method in class org.apache.clerezza.simple.storage.SimpleTcProvider
-
- getPermission(String) - Static method in class org.apache.clerezza.dataset.security.PermissionParser
-
Parsers permissionDescription and instantiates the permission using
the ClassLoader of this class.
- getPermission(String, ClassLoader) - Static method in class org.apache.clerezza.dataset.security.PermissionParser
-
Parsers permissionDescription and instantiates the permission using
classLoader.
- getProviderList() - Method in class org.apache.clerezza.dataset.TcProviderMultiplexer
-
- getRequiredReadPermissions(IRI) - Method in class org.apache.clerezza.dataset.security.TcAccessController
-
Get the set of permissions required for read access to the
triple-collection, the set may be empty meaning that the default
TCPermission is required.
- getRequiredReadWritePermissions(IRI) - Method in class org.apache.clerezza.dataset.security.TcAccessController
-
Get the set of permissions required for read-write access to the
triple-collection, the set may be empty meaning that the default
TCPermission is required.
- getService(Bundle, ServiceRegistration) - Method in class org.apache.clerezza.dataset.ImmutableGraphServiceFactory
-
- getService(Bundle, ServiceRegistration) - Method in class org.apache.clerezza.dataset.MGraphServiceFactory
-
- getTcAccessController() - Method in class org.apache.clerezza.dataset.TcManager
-
- getTcManager() - Method in class org.apache.clerezza.dataset.security.TcAccessController
-
Note that this will only be invoked once
- getUnsecuredGraph() - Method in class org.apache.clerezza.dataset.SecuredGraph
-
Returns the wrapped Graph if the caller has all access rights.
- getWeight() - Method in interface org.apache.clerezza.dataset.WeightedTcProvider
-
Get the weight of this provider.
- getWeight() - Method in class org.apache.clerezza.simple.storage.SimpleTcProvider
-
- Graph_SERVICES_ENABLED - Static variable in class org.apache.clerezza.dataset.TcManager
-
- graphAppears(IRI) - Method in class org.apache.clerezza.dataset.TcManager
-
- graphAppears(IRI) - Method in class org.apache.clerezza.dataset.TcProviderMultiplexer
-
subclasses overwrite this method to be notified when a new
ImmutableGraph is available (either because it has been created or being
provided by a newly added WeightedTcProvider).