|
Ontimize Document Management 0.035EN | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JcrServer
Java Content Repository Repository.
| Method Summary | |
|---|---|
void |
clear()
Clears the repository Data Store unreferenced entries. |
void |
close()
Closes the current JCR repository. |
EntityReferenceLocator |
getLocator()
|
JcrSession |
getSession(int sessionId)
|
int |
getSessionId()
Returns the internal server session. |
java.lang.String |
getUser()
Returns the internal server user. |
java.lang.String |
getUser(int sessionId)
|
void |
init()
|
void |
load(java.util.Map properties)
|
void |
reset()
Resets all the nodes locks (directories and files). |
void |
setLocator(EntityReferenceLocator locator)
|
| Method Detail |
|---|
void load(java.util.Map properties)
throws java.lang.Exception
java.lang.Exception
void init()
throws java.lang.Exception
java.lang.ExceptionEntityReferenceLocator getLocator()
void setLocator(EntityReferenceLocator locator)
java.lang.String getUser()
Returns the internal server user.
By default, returns server
java.lang.String getUser(int sessionId)
throws RepositoryException
RepositoryExceptionint getSessionId()
Returns the internal server session.
By default, returns -1.
JcrSession getSession(int sessionId)
throws RepositoryException
RepositoryException
void reset()
throws RepositoryException
Resets all the nodes locks (directories and files).
Removes the status flags in all the repository.
RepositoryException - if JCR exception ocurrs.
void clear()
throws RepositoryException
Clears the repository Data Store unreferenced entries.
The data store never deletes entries except when running data store garbage collection.
RepositoryException - if JCR exception ocurrs.void close()
Closes the current JCR repository.
|
Ontimize Document Management | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||