public class LDPathTransform extends Object implements Transformation<List<Map<String,Collection<Object>>>>
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_RDF_LDPATH |
static String |
CONFIGURATION_FOLDER |
Constructor and Description |
---|
LDPathTransform(InputStream query)
Construct a new Transform from the InputStream
|
Modifier and Type | Method and Description |
---|---|
List<Map<String,Collection<Object>>> |
apply(RdfStream stream) |
boolean |
equals(Object other) |
static LDPathTransform |
getNodeTypeTransform(javax.jcr.Node node,
String key)
Pull a node-type specific transform out of JCR
|
int |
hashCode() |
public static final String CONFIGURATION_FOLDER
public static final String APPLICATION_RDF_LDPATH
public LDPathTransform(InputStream query)
query
- the querypublic static LDPathTransform getNodeTypeTransform(javax.jcr.Node node, String key) throws javax.jcr.RepositoryException
node
- the nodekey
- the keyjavax.jcr.RepositoryException
- if repository exception occurredCopyright © 2013–2015 DuraSpace, Inc.. All rights reserved.