Modifier and Type | Method and Description |
---|---|
void |
DiscobitsHandler.remove(NonLiteral node)
Removes InfoDiscoBits (aka binary contents), other DiscoBits and
the context of the specified node.
|
void |
AbstractDiscobitsHandler.remove(NonLiteral node) |
Modifier and Type | Method and Description |
---|---|
List<NonLiteral> |
IndexService.findResources(List<? extends Condition> conditions) |
List<NonLiteral> |
IndexService.findResources(List<? extends Condition> conditions,
FacetCollector... facetCollectors) |
List<NonLiteral> |
IndexService.findResources(List<? extends Condition> conditions,
SortSpecification sortSpecification,
FacetCollector... facetCollectors) |
List<NonLiteral> |
IndexService.findResources(UriRef uriRef,
String pattern) |
List<NonLiteral> |
IndexService.findResources(UriRef uriRef,
String pattern,
boolean escapePattern) |
List<NonLiteral> |
IndexService.findResources(UriRef uriRef,
String pattern,
boolean escapePattern,
FacetCollector... facetCollectors) |
List<NonLiteral> |
IndexService.findResources(UriRef uriRef,
String pattern,
boolean escapePattern,
SortSpecification sortSpecification,
FacetCollector... facetCollectors) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageService.addToLanguageConfigGraph(NonLiteral languageUri)
Adds the language information of the language specified through
languageUri to the config graph.
|
GraphNode |
LanguageService.getLanguageNode(NonLiteral langUri)
Get the language as
GraphNode specified through languageUri. |
Modifier and Type | Method and Description |
---|---|
Object |
ScriptExecution.execute(NonLiteral scriptResource) |
Object |
ScriptExecution.execute(NonLiteral scriptResource,
javax.script.Bindings bindings)
Executes the specified
scriptResource . |
Modifier and Type | Method and Description |
---|---|
NonLiteral |
UserManager.getRoleByTitle(String title) |
NonLiteral |
UserManagerImpl.getRoleByTitle(String title) |
NonLiteral |
UserManager.getUserByName(String name)
Deprecated.
|
NonLiteral |
UserManagerImpl.getUserByName(String name) |
Modifier and Type | Method and Description |
---|---|
Iterator<NonLiteral> |
UserManager.getPermissionsOfRole(NonLiteral role) |
Iterator<NonLiteral> |
UserManagerImpl.getPermissionsOfRole(NonLiteral role) |
Iterator<NonLiteral> |
UserManager.getPermissionsOfUser(NonLiteral user) |
Iterator<NonLiteral> |
UserManagerImpl.getPermissionsOfUser(NonLiteral user) |
Iterator<NonLiteral> |
UserManager.getRoles() |
Iterator<NonLiteral> |
UserManagerImpl.getRoles() |
Iterator<NonLiteral> |
UserManager.getRolesOfUser(NonLiteral user) |
Iterator<NonLiteral> |
UserManagerImpl.getRolesOfUser(NonLiteral user) |
Iterator<NonLiteral> |
UserManager.getUsers()
Returns all users.
|
Iterator<NonLiteral> |
UserManagerImpl.getUsers() |
Modifier and Type | Method and Description |
---|---|
Iterator<NonLiteral> |
UserManager.getPermissionsOfRole(NonLiteral role) |
Iterator<NonLiteral> |
UserManagerImpl.getPermissionsOfRole(NonLiteral role) |
Iterator<NonLiteral> |
UserManager.getPermissionsOfUser(NonLiteral user) |
Iterator<NonLiteral> |
UserManagerImpl.getPermissionsOfUser(NonLiteral user) |
Iterator<NonLiteral> |
UserManager.getRolesOfUser(NonLiteral user) |
Iterator<NonLiteral> |
UserManagerImpl.getRolesOfUser(NonLiteral user) |
Modifier and Type | Class and Description |
---|---|
class |
BNode
A Blank Node, extends a NonLiteral.
|
class |
UriRef
Represents an RDF URI Reference
RDF URI References are defined in section 6.4 RDF URI References of
http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-Graph-URIref
Note that an RDF URI Reference is not the same as defined by RFC3986,
RDF URI References support most unicode characters
|
Modifier and Type | Method and Description |
---|---|
NonLiteral |
Triple.getSubject() |
Modifier and Type | Method and Description |
---|---|
Iterator<Triple> |
TripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
Filters triples given a pattern.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Triple> |
SecuredTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object) |
Iterator<Triple> |
LockableMGraphWrapper.filter(NonLiteral subject,
UriRef predicate,
Resource object) |
Constructor and Description |
---|
FilterTriple(NonLiteral subject,
UriRef predicate,
Resource object)
Creates a new
FilterTriple . |
Modifier and Type | Method and Description |
---|---|
NonLiteral |
TripleImpl.getSubject() |
Modifier and Type | Method and Description |
---|---|
Iterator<Triple> |
AbstractTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object) |
Iterator<Triple> |
WriteBlockedTripleCollection.filter(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. |
Iterator<Triple> |
SimpleGraph.performFilter(NonLiteral subject,
UriRef predicate,
Resource object) |
Constructor and Description |
---|
TripleImpl(NonLiteral subject,
UriRef predicate,
Resource object)
Creates a new
TripleImpl . |
Modifier and Type | Method and Description |
---|---|
Iterator<Triple> |
PrivilegedTripleCollectionWrapper.filter(NonLiteral subject,
UriRef predicate,
Resource object) |
Constructor and Description |
---|
SimplePropertyPathPattern(NonLiteral subject,
PropertyPathExpression propertyPathExpression,
Resource object) |
SimplePropertyPathPattern(NonLiteral subject,
PropertyPathExpression propertyPathExpression,
Variable object) |
SimplePropertyPathPattern(NonLiteral subject,
Variable propertyPathExpression,
Resource object) |
SimplePropertyPathPattern(NonLiteral subject,
Variable propertyPathExpression,
Variable object) |
SimpleTriplePattern(NonLiteral subject,
UriRef predicate,
Resource object) |
SimpleTriplePattern(NonLiteral subject,
UriRef predicate,
Variable object) |
SimpleTriplePattern(NonLiteral subject,
Variable predicate,
Resource object) |
SimpleTriplePattern(NonLiteral subject,
Variable predicate,
Variable object) |
Modifier and Type | Method and Description |
---|---|
Iterator<Triple> |
LockableMGraphWrapperForTesting.filter(NonLiteral subject,
UriRef predicate,
Resource object) |
Modifier and Type | Method and Description |
---|---|
List<NonLiteral> |
ResourceFinder.findResources(List<? extends Condition> conditions)
Find resources using conditions.
|
List<NonLiteral> |
ResourceFinder.findResources(List<? extends Condition> conditions,
FacetCollector... facetCollectors)
Find resources using conditions and collect facets.
|
abstract List<NonLiteral> |
ResourceFinder.findResources(List<? extends Condition> conditions,
SortSpecification sortSpecification,
FacetCollector... facetCollectors)
Find resources using conditions and collect facets and a sort order.
|
List<NonLiteral> |
GraphIndexer.findResources(List<? extends Condition> conditions,
SortSpecification sortSpecification,
FacetCollector... facetCollectors) |
List<NonLiteral> |
GraphIndexer.findResources(List<? extends Condition> conditions,
SortSpecification sortSpecification,
List<FacetCollector> facetCollectors,
int from,
int to)
Find resources using conditions and collect facets and specify a sort
order.
|
List<NonLiteral> |
ResourceFinder.findResources(UriRef property,
String pattern)
Find resource with given property whose value matches a pattern.
|
List<NonLiteral> |
ResourceFinder.findResources(UriRef property,
String pattern,
boolean escapePattern)
Find resource with given property whose value matches a pattern.
|
List<NonLiteral> |
ResourceFinder.findResources(UriRef property,
String pattern,
boolean escapePattern,
FacetCollector... facetCollectors)
Find resource with given property whose value matches a pattern and collect facets.
|
List<NonLiteral> |
ResourceFinder.findResources(UriRef property,
String pattern,
boolean escapePattern,
SortSpecification sortSpecification,
FacetCollector... facetCollectors)
Find resource with given property whose value matches a pattern
and sort order and collect facets.
|
List<NonLiteral> |
ResourceFinder.findResources(VirtualProperty property,
String pattern)
Find resource with given VirtualProperty whose value matches a pattern.
|
List<NonLiteral> |
ResourceFinder.findResources(VirtualProperty property,
String pattern,
boolean escapePattern)
Find resource with given VirtualProperty whose value matches a pattern.
|
List<NonLiteral> |
ResourceFinder.findResources(VirtualProperty property,
String pattern,
boolean escapePattern,
FacetCollector... facetCollectors)
Find resource with given VirtualProperty whose value matches a pattern and collect facets.
|
List<NonLiteral> |
ResourceFinder.findResources(VirtualProperty property,
String pattern,
boolean escapePattern,
SortSpecification sortSpecification,
FacetCollector... facetCollectors)
Find resource with given VirtualProperty whose value matches a pattern
and sort specification and collect facets.
|
Modifier and Type | Method and Description |
---|---|
abstract Iterator<Triple> |
Enricher.filter(NonLiteral subject,
UriRef predicate,
Resource object,
TripleCollection base)
returns the additional triples to a specified base graph.
|
protected Iterator<Triple> |
Enricher.filterIterator(NonLiteral subject,
UriRef predicate,
Resource object,
Iterator<Triple> baseIter)
utility method to filter an iterator
|
protected Iterator<Triple> |
EnrichmentTriples.performFilter(NonLiteral subject,
UriRef predicate,
Resource object) |
Modifier and Type | Method and Description |
---|---|
Iterator<Triple> |
FileMGraph.filter(NonLiteral subject,
UriRef predicate,
Resource object) |
Modifier and Type | Method and Description |
---|---|
NonLiteral |
Jena2TriaUtil.convertNonLiteral(com.hp.hpl.jena.graph.Node node)
Converts a node to a BNode if it is a Blank Node otherwise to a UriRef.
|
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.graph.Node |
Tria2JenaUtil.convert2JenaNode(NonLiteral nonLiteral,
boolean createBlankNode) |
Modifier and Type | Method and Description |
---|---|
Iterator<Triple> |
JenaGraphAdaptor.performFilter(NonLiteral subject,
UriRef predicate,
Resource object) |
Modifier and Type | Method and Description |
---|---|
NonLiteral |
RdfList.getListResource() |
Modifier and Type | Method and Description |
---|---|
Iterator<NonLiteral> |
GraphNode.getSubjects(UriRef property)
Get the subjects of statements with this node as object and a specified
property as predicate.
|
Modifier and Type | Method and Description |
---|---|
static RdfList |
RdfList.createEmptyList(NonLiteral listResource,
TripleCollection tc)
Creates an empty RdfList by writing a triple
"
listResource owl:sameAs rdf.nil ." to tc . |
Iterator<Triple> |
UriMutatingTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object) |
Iterator<Triple> |
UnionMGraph.performFilter(NonLiteral subject,
UriRef predicate,
Resource object) |
GraphNode |
GraphNode.replaceWith(NonLiteral replacement)
Replaces the graph node resouce with the specified
NonLiteral . |
GraphNode |
GraphNode.replaceWith(NonLiteral replacement,
boolean checkPredicates)
Replaces the graph node resouce with the specified
NonLiteral . |
Constructor and Description |
---|
RdfList(NonLiteral listResource,
TripleCollection tc)
Get a list for the specified resource.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseSmusher.smush(LockableMGraph mGraph,
Set<Set<NonLiteral>> equivalenceSets,
boolean addOwlSameAs)
Smushes the resources in mGraph that belong to the same set in equivalenceSets,
i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtuosoBNode |
Modifier and Type | Method and Description |
---|---|
protected Iterator<Triple> |
VirtuosoMGraph.performFilter(NonLiteral subject,
UriRef predicate,
Resource object) |
Modifier and Type | Method and Description |
---|---|
Iterator<Triple> |
DataAccess.filter(String graph,
NonLiteral subject,
UriRef predicate,
Resource object) |
Modifier and Type | Method and Description |
---|---|
protected NonLiteral |
CustomProperty.addBasicCustomField(LockableMGraph contentGraph,
UriRef property,
int cardinality,
String label,
String description,
String config,
NonLiteral propertyCollection) |
NonLiteral |
CustomProperty.getCustomPropertyCollection(UriRef dependency,
String dependencyValue)
Get back the Resource of the collection for a specific dependency
|
Modifier and Type | Method and Description |
---|---|
ArrayList<NonLiteral> |
CustomProperty.getCustomfieldsOfCollection(NonLiteral collection) |
Modifier and Type | Method and Description |
---|---|
protected NonLiteral |
CustomProperty.addBasicCustomField(LockableMGraph contentGraph,
UriRef property,
int cardinality,
String label,
String description,
String config,
NonLiteral propertyCollection) |
UriRef |
CustomProperty.getCustomFieldProperty(NonLiteral customfield) |
ArrayList<NonLiteral> |
CustomProperty.getCustomfieldsOfCollection(NonLiteral collection) |
ArrayList<UriRef> |
CustomProperty.getPropertiesOfCollection(NonLiteral collection) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.