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 |
static String |
DEFAULT_TRANSFORM_RESOURCE |
| 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(org.fcrepo.kernel.api.RdfStream stream) |
boolean |
equals(Object other) |
static LDPathTransform |
getResourceTransform(org.fcrepo.kernel.api.models.FedoraResource resource,
javax.jcr.Session session,
org.fcrepo.kernel.api.services.NodeService nodeService,
String key)
Pull a resource-type specific transform for the specified key
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic static final String CONFIGURATION_FOLDER
public static final String DEFAULT_TRANSFORM_RESOURCE
public static final String APPLICATION_RDF_LDPATH
public LDPathTransform(InputStream query)
query - the querypublic static LDPathTransform getResourceTransform(org.fcrepo.kernel.api.models.FedoraResource resource, javax.jcr.Session session, org.fcrepo.kernel.api.services.NodeService nodeService, String key) throws javax.jcr.RepositoryException
resource - the resourcesession - the sessionnodeService - a nodeServicekey - the keyjavax.jcr.RepositoryException - if repository exception occurredpublic List<Map<String,Collection<Object>>> apply(org.fcrepo.kernel.api.RdfStream stream)
apply in interface java.util.function.Function<org.fcrepo.kernel.api.RdfStream,List<Map<String,Collection<Object>>>>Copyright © 2013-2017 DuraSpace, Inc.. All Rights Reserved.