public interface NodeService extends Service<FedoraResource>
| Modifier and Type | Method and Description |
|---|---|
void |
copyObject(javax.jcr.Session session,
String source,
String destination)
Copy an existing object from the source path to the destination path
|
RdfStream |
getNodeTypes(javax.jcr.Session session) |
void |
moveObject(javax.jcr.Session session,
String source,
String destination)
Move an existing object from the source path to the destination path
|
void |
registerNodeTypes(javax.jcr.Session session,
InputStream cndStream) |
cast, exists, find, findOrCreatevoid copyObject(javax.jcr.Session session, String source, String destination)
session - the sessionsource - the sourcedestination - the destinationvoid moveObject(javax.jcr.Session session, String source, String destination)
session - the sessionsource - the sourcedestination - the destinationRdfStream getNodeTypes(javax.jcr.Session session)
session - the sessionvoid registerNodeTypes(javax.jcr.Session session, InputStream cndStream) throws IOException
session - the sessioncndStream - the cnd streamIOException - if IO exception occurredCopyright © 2013–2015 DuraSpace, Inc.. All rights reserved.