com.liferay.portal.jcr
Interface JCRFactory

All Known Implementing Classes:
JCRFactoryImpl

public interface JCRFactory

View Source

Author:
Michael Young

Field Summary
static java.lang.String NODE_DOCUMENTLIBRARY
           
static java.lang.String WORKSPACE_NAME
           
 
Method Summary
 javax.jcr.Session createSession(java.lang.String workspaceName)
           
 void initialize()
           
 void shutdown()
           
 

Field Detail

WORKSPACE_NAME

public static final java.lang.String WORKSPACE_NAME

NODE_DOCUMENTLIBRARY

public static final java.lang.String NODE_DOCUMENTLIBRARY
Method Detail

createSession

public javax.jcr.Session createSession(java.lang.String workspaceName)
                                throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

initialize

public void initialize()
                throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

shutdown

public void shutdown()
              throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException