All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.merkle.oss.magnolia.powernode.JcrSessionProvider Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.merkle.oss.magnolia.powernode;

import javax.jcr.RepositoryException;
import javax.jcr.Session;

public interface JcrSessionProvider {
	Session getSession(String workspace) throws RepositoryException;
	Session getSystemSession(String workspace) throws RepositoryException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy