|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Chromattic
The Chromattic object provides the entry points for runtime interactions.
| Method Summary | |
|---|---|
ChromatticSession |
openSession()
Opens a session and returns it. |
ChromatticSession |
openSession(javax.jcr.Credentials credentials)
Opens with the specified credentials a session and returns it. |
ChromatticSession |
openSession(javax.jcr.Credentials credentials,
java.lang.String workspace)
Opens with the specified credentials a session for the specified workspace and returns it. |
ChromatticSession |
openSession(java.lang.String workspace)
Opens a session for the specified workspace and returns it. |
| Method Detail |
|---|
ChromatticSession openSession()
throws ChromatticException
ChromatticException - any Chromattic exception
ChromatticSession openSession(java.lang.String workspace)
throws ChromatticException
workspace - the workspace name
ChromatticException - any Chromattic exception
ChromatticSession openSession(javax.jcr.Credentials credentials,
java.lang.String workspace)
throws ChromatticException
credentials - the credentialsworkspace - the workspace name
ChromatticException - any Chromattic exception
ChromatticSession openSession(javax.jcr.Credentials credentials)
throws ChromatticException
credentials - the credentials
ChromatticException - any Chromattic exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||