|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UriRef | |
|---|---|
| org.apache.clerezza.rdf.core | |
| org.apache.clerezza.rdf.core.access | This package provides access to named org.apache.clerezza.rdf.model.GraphS and org.apache.clerezza.rdf.model.MGraphS that may originate from various
implementations. |
| org.apache.clerezza.rdf.core.access.security | |
| org.apache.clerezza.rdf.core.event | |
| org.apache.clerezza.rdf.core.impl | |
| org.apache.clerezza.rdf.core.impl.util | |
| org.apache.clerezza.rdf.core.serializedform | |
| org.apache.clerezza.rdf.core.sparql.query | |
| org.apache.clerezza.rdf.core.sparql.query.impl | |
| Uses of UriRef in org.apache.clerezza.rdf.core |
|---|
| Methods in org.apache.clerezza.rdf.core that return UriRef | |
|---|---|
UriRef |
TypedLiteral.getDataType()
Returns the data type which is a UriRef. |
UriRef |
Triple.getPredicate()
|
| Methods in org.apache.clerezza.rdf.core with parameters of type UriRef | |
|---|---|
Iterator<Triple> |
TripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
Filters triples given a pattern. |
| Constructors in org.apache.clerezza.rdf.core with parameters of type UriRef | |
|---|---|
InvalidLiteralTypeException(Class<?> javaType,
UriRef literalType)
Constructs the exception to be thrown when a literal cannot be converted to an instance of the specified class |
|
| Uses of UriRef in org.apache.clerezza.rdf.core.access |
|---|
| Methods in org.apache.clerezza.rdf.core.access that return UriRef | |
|---|---|
UriRef |
EntityUndeletableException.getEntityName()
|
UriRef |
EntityAlreadyExistsException.getEntityName()
|
UriRef |
NoSuchEntityException.getEntityName()
the name for which no entity exists. |
| Methods in org.apache.clerezza.rdf.core.access that return types with arguments of type UriRef | |
|---|---|
Set<UriRef> |
TcProvider.getNames(Graph graph)
get a set of the names of a Graph |
Set<UriRef> |
TcProviderMultiplexer.getNames(Graph graph)
|
Set<UriRef> |
TcManager.getNames(Graph graph)
|
Set<UriRef> |
TcProvider.listGraphs()
Lists the name of the Graphs available through this
TcProvider, implementations may take into account the
security context and omit Graphs for which access is not
allowed. |
Set<UriRef> |
TcProviderMultiplexer.listGraphs()
|
Set<UriRef> |
TcManager.listGraphs()
|
Set<UriRef> |
TcProvider.listMGraphs()
Lists the name of the MGraphs available through this
TcProvider, implementations may take into account the
security context and omit MGraphs for which access is not
allowed. |
Set<UriRef> |
TcProviderMultiplexer.listMGraphs()
|
Set<UriRef> |
TcManager.listMGraphs()
|
Set<UriRef> |
TcProvider.listTripleCollections()
Lists the name of the TripleCollections available through this
TcProvider indifferently whether they are Graphs or an
MGraphs, implementations may take into account the security context and
omit TripleCollections for which access is not allowed. |
Set<UriRef> |
TcProviderMultiplexer.listTripleCollections()
|
Set<UriRef> |
TcManager.listTripleCollections()
|
| Methods in org.apache.clerezza.rdf.core.access with parameters of type UriRef | |
|---|---|
Graph |
TcProvider.createGraph(UriRef name,
TripleCollection triples)
Creates a Graph with a specified name |
Graph |
TcProviderMultiplexer.createGraph(UriRef name,
TripleCollection triples)
|
Graph |
TcManager.createGraph(UriRef name,
TripleCollection triples)
|
MGraph |
TcProvider.createMGraph(UriRef name)
Creates an initially empty MGraph with a specified name |
LockableMGraph |
TcProviderMultiplexer.createMGraph(UriRef name)
|
LockableMGraph |
TcManager.createMGraph(UriRef name)
|
void |
TcProvider.deleteTripleCollection(UriRef name)
Deletes the Graph or MGraph of a specified name. |
void |
TcProviderMultiplexer.deleteTripleCollection(UriRef name)
|
void |
TcManager.deleteTripleCollection(UriRef name)
|
Iterator<Triple> |
SecuredTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
LockableMGraphWrapper.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Graph |
TcProvider.getGraph(UriRef name)
Get a Graph by its name |
Graph |
TcProviderMultiplexer.getGraph(UriRef name)
|
Graph |
TcManager.getGraph(UriRef name)
|
MGraph |
TcProvider.getMGraph(UriRef name)
Get an MGraph by its name. |
LockableMGraph |
TcProviderMultiplexer.getMGraph(UriRef name)
|
LockableMGraph |
TcManager.getMGraph(UriRef name)
|
TripleCollection |
TcProvider.getTriples(UriRef name)
This method is used to get a TripleCollection indifferently
whether it's a Graph or an MGraph. |
TripleCollection |
TcProviderMultiplexer.getTriples(UriRef name)
|
TripleCollection |
TcManager.getTriples(UriRef name)
|
protected void |
TcProviderMultiplexer.graphAppears(UriRef name)
subclasses overwrite this method to be notified when a new Graph is available (either because it has been created or being provided by a newly added WeightedTcProvider). |
protected void |
TcManager.graphAppears(UriRef name)
|
protected void |
TcProviderMultiplexer.mGraphAppears(UriRef name)
subclasses overwrite this method to be notified when a new MGraph is available (either because it has been created or being provided by a newly added WeightedTcProvider). |
protected void |
TcManager.mGraphAppears(UriRef name)
|
protected void |
TcProviderMultiplexer.tcDisappears(UriRef name)
subclasses overwrite this method to be notified whenTripleCollection is no longer available (either because it has been deleted or bacause its WeightedTcProvider was removed). |
protected void |
TcManager.tcDisappears(UriRef name)
|
| Constructors in org.apache.clerezza.rdf.core.access with parameters of type UriRef | |
|---|---|
EntityAlreadyExistsException(UriRef entityName)
creates an exception indicating that an entity with the specified name already exists. |
|
EntityUndeletableException(UriRef entityName)
creates an exception indicating that the entity with the specified name cannot be deleted |
|
NoSuchEntityException(UriRef entityName)
creates an exception indicating that the entity with the specified name does not exist. |
|
SecuredMGraph(LockableMGraph wrapped,
UriRef name,
TcAccessController tcAccessController)
|
|
SecuredTripleCollection(TripleCollection wrapped,
UriRef name,
TcAccessController tcAccessController)
|
|
| Uses of UriRef in org.apache.clerezza.rdf.core.access.security |
|---|
| Fields in org.apache.clerezza.rdf.core.access.security declared as UriRef | |
|---|---|
static UriRef |
TcAccessController.first
The first item in the subject RDF list. |
static UriRef |
TcAccessController.rdfNil
|
static UriRef |
TcAccessController.rest
The rest of the subject RDF list after the first item. |
| Methods in org.apache.clerezza.rdf.core.access.security with parameters of type UriRef | |
|---|---|
void |
TcAccessController.checkReadPermission(UriRef tripleCollectionUri)
|
void |
TcAccessController.checkReadWritePermission(UriRef tripleCollectionUri)
|
Collection<Permission> |
TcAccessController.getRequiredReadPermissions(UriRef tripleCollectionUri)
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. |
Collection<Permission> |
TcAccessController.getRequiredReadWritePermissions(UriRef tripleCollectionUri)
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. |
void |
TcAccessController.setRequiredReadPermissions(UriRef tripleCollectionUri,
Collection<Permission> permissions)
Set the set of permissions required for read access to a triple-collection, if the set is non-empty the default TCPermisson is no longer required. |
void |
TcAccessController.setRequiredReadPermissionStrings(UriRef tripleCollectionUri,
Collection<String> permissionDescriptions)
Set the set of permissions required for read access to a triple-collection, if the set is non-empty the default TCPermisson is no longer required. |
void |
TcAccessController.setRequiredReadWritePermissions(UriRef tripleCollectionUri,
Collection<Permission> permissions)
Set the set of permissions required for read-write access to a triple-collection, if the set is non-empty the default TCPermisson is no longer required. |
void |
TcAccessController.setRequiredReadWritePermissionStrings(UriRef tripleCollectionUri,
Collection<String> permissionDescriptions)
Set the set of permissions required for read-write access to a triple-collection, if the set is non-empty the default TCPermisson is no longer required. |
| Uses of UriRef in org.apache.clerezza.rdf.core.event |
|---|
| Constructors in org.apache.clerezza.rdf.core.event with parameters of type UriRef | |
|---|---|
FilterTriple(NonLiteral subject,
UriRef predicate,
Resource object)
Creates a new FilterTriple. |
|
| Uses of UriRef in org.apache.clerezza.rdf.core.impl |
|---|
| Methods in org.apache.clerezza.rdf.core.impl that return UriRef | |
|---|---|
UriRef |
TypedLiteralImpl.getDataType()
|
UriRef |
TripleImpl.getPredicate()
|
| Methods in org.apache.clerezza.rdf.core.impl with parameters of type UriRef | |
|---|---|
Iterator<Triple> |
AbstractTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
WriteBlockedTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
SimpleGraph.performFilter(NonLiteral subject,
UriRef predicate,
Resource object)
|
protected abstract Iterator<Triple> |
AbstractTripleCollection.performFilter(NonLiteral subject,
UriRef predicate,
Resource object)
A subclass of AbstractTripleCollection should override
this method instead of filter for graph event support to be
added. |
| Constructors in org.apache.clerezza.rdf.core.impl with parameters of type UriRef | |
|---|---|
TripleImpl(NonLiteral subject,
UriRef predicate,
Resource object)
Creates a new TripleImpl. |
|
TypedLiteralImpl(String lexicalForm,
UriRef dataType)
|
|
| Uses of UriRef in org.apache.clerezza.rdf.core.impl.util |
|---|
| Methods in org.apache.clerezza.rdf.core.impl.util with parameters of type UriRef | |
|---|---|
Iterator<Triple> |
PrivilegedTripleCollectionWrapper.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
| Uses of UriRef in org.apache.clerezza.rdf.core.serializedform |
|---|
| Methods in org.apache.clerezza.rdf.core.serializedform with parameters of type UriRef | |
|---|---|
Graph |
Parser.parse(InputStream serializedGraph,
String formatIdentifier,
UriRef baseUri)
Parses a serialized Graph from an InputStream. |
void |
ParsingProvider.parse(MGraph target,
InputStream serializedGraph,
String formatIdentifier,
UriRef baseUri)
Parses a stream as the specified RDF-format. |
void |
Parser.parse(MGraph target,
InputStream serializedGraph,
String formatIdentifier,
UriRef baseUri)
Parses a serialized Graph from an InputStream. |
| Uses of UriRef in org.apache.clerezza.rdf.core.sparql.query |
|---|
| Methods in org.apache.clerezza.rdf.core.sparql.query that return UriRef | |
|---|---|
UriRef |
FunctionCall.getName()
|
UriRef |
UriRefOrVariable.getResource()
|
UriRef |
UriRefExpression.getUriRef()
|
| Methods in org.apache.clerezza.rdf.core.sparql.query that return types with arguments of type UriRef | |
|---|---|
Set<UriRef> |
DataSet.getDefaultGraphs()
|
Set<UriRef> |
DataSet.getNamedGraphs()
|
| Constructors in org.apache.clerezza.rdf.core.sparql.query with parameters of type UriRef | |
|---|---|
FunctionCall(UriRef name,
List<Expression> arguments)
|
|
UriRefExpression(UriRef uriRef)
|
|
UriRefOrVariable(UriRef resource)
|
|
| Uses of UriRef in org.apache.clerezza.rdf.core.sparql.query.impl |
|---|
| Methods in org.apache.clerezza.rdf.core.sparql.query.impl that return types with arguments of type UriRef | |
|---|---|
Set<UriRef> |
SimpleDataSet.getDefaultGraphs()
|
Set<UriRef> |
SimpleDataSet.getNamedGraphs()
|
| Methods in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type UriRef | |
|---|---|
void |
SimpleQuery.addDefaultGraph(UriRef defaultGraph)
|
void |
SimpleQuery.addNamedGraph(UriRef namedGraph)
|
| Constructors in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type UriRef | |
|---|---|
SimpleTriplePattern(NonLiteral subject,
UriRef predicate,
Resource object)
|
|
SimpleTriplePattern(NonLiteral subject,
UriRef predicate,
Variable object)
|
|
SimpleTriplePattern(Variable subject,
UriRef predicate,
Resource object)
|
|
SimpleTriplePattern(Variable subject,
UriRef predicate,
Variable object)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||