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 prepare()
           
 void shutdown()
           
 

Field Detail

WORKSPACE_NAME

static final java.lang.String WORKSPACE_NAME

NODE_DOCUMENTLIBRARY

static final java.lang.String NODE_DOCUMENTLIBRARY
Method Detail

createSession

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

initialize

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

prepare

void prepare()
             throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

shutdown

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