|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.jcr.JcrTemplate
@Component public class JcrTemplate
| Constructor Summary | |
|---|---|
JcrTemplate(javax.jcr.Repository repository)
|
|
| Method Summary | ||
|---|---|---|
|
execute(JcrCallback<T> callback)
|
|
boolean |
isLoggedIn()
|
|
void |
login()
|
|
void |
logout()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Autowired public JcrTemplate(javax.jcr.Repository repository)
| Method Detail |
|---|
public final <T> T execute(JcrCallback<T> callback)
throws RuntimeIOException,
RuntimeRepositoryException
RuntimeIOException
RuntimeRepositoryExceptionpublic void login()
public boolean isLoggedIn()
public void logout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||