public interface GraphProperties
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.sparql.util.Symbol |
INLINED_RESOURCES_MODEL |
static String |
PROBLEMS_MODEL_NAME |
static com.hp.hpl.jena.sparql.util.Symbol |
URI_SYMBOL |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
getProperties(javax.jcr.Node node,
IdentifierTranslator subjects)
Return a list of all properties generated by this factory
for the given object and subject factory.
|
com.hp.hpl.jena.query.Dataset |
getProperties(javax.jcr.Node node,
IdentifierTranslator subjects,
int offset,
int limit)
Return an offset list of the properties generated by this factory
for the given object and subject factory.
|
String |
getPropertyModelName()
Return the name of the model this property factory will insert
its properties into.
|
static final com.hp.hpl.jena.sparql.util.Symbol URI_SYMBOL
static final com.hp.hpl.jena.sparql.util.Symbol INLINED_RESOURCES_MODEL
static final String PROBLEMS_MODEL_NAME
String getPropertyModelName()
com.hp.hpl.jena.query.Dataset getProperties(javax.jcr.Node node,
IdentifierTranslator subjects,
int offset,
int limit)
throws javax.jcr.RepositoryException
node - subjects - offset - limit - javax.jcr.RepositoryExceptioncom.hp.hpl.jena.query.Dataset getProperties(javax.jcr.Node node,
IdentifierTranslator subjects)
throws javax.jcr.RepositoryException
node - subjects - javax.jcr.RepositoryExceptionCopyright © 2013–2014 DuraSpace, Inc.. All rights reserved.