public interface BundleHelper extends ContentHelper
Modifier and Type | Method and Description |
---|---|
void |
contentIsUninstalled(javax.jcr.Session session,
org.osgi.framework.Bundle bundle) |
void |
createRepositoryPath(javax.jcr.Session session,
String path) |
Map<String,Object> |
getBundleContentInfo(javax.jcr.Session session,
org.osgi.framework.Bundle bundle,
boolean create) |
javax.jcr.Session |
getSession() |
javax.jcr.Session |
getSession(String workspace) |
void |
unlockBundleContentInfo(javax.jcr.Session session,
org.osgi.framework.Bundle bundle,
boolean contentLoaded,
List<String> createdNodes) |
getMimeType
Map<String,Object> getBundleContentInfo(javax.jcr.Session session, org.osgi.framework.Bundle bundle, boolean create) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
void unlockBundleContentInfo(javax.jcr.Session session, org.osgi.framework.Bundle bundle, boolean contentLoaded, List<String> createdNodes) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
void contentIsUninstalled(javax.jcr.Session session, org.osgi.framework.Bundle bundle)
void createRepositoryPath(javax.jcr.Session session, String path) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
javax.jcr.Session getSession() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
javax.jcr.Session getSession(String workspace) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.