public interface Repository
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveSessionsCount() |
int |
getClosedSessionsCount() |
String |
getName() |
SecurityManager |
getNuxeoSecurityManager() |
Session[] |
getOpenedSessions() |
Session |
getSession(Map<String,Serializable> context) |
int |
getStartedSessionsCount() |
SchemaManager |
getTypeManager() |
void |
initialize() |
void |
shutdown() |
boolean |
supportsTags() |
String getName()
Session getSession(Map<String,Serializable> context) throws DocumentException
DocumentExceptionSchemaManager getTypeManager()
SecurityManager getNuxeoSecurityManager()
void initialize()
throws DocumentException
DocumentExceptionSession[] getOpenedSessions() throws DocumentException
DocumentExceptionvoid shutdown()
int getStartedSessionsCount()
int getClosedSessionsCount()
int getActiveSessionsCount()
boolean supportsTags()
Copyright © 2012 Nuxeo SA. All Rights Reserved.