public interface Repository
Modifier and Type | Method and Description |
---|---|
int |
getActiveSessionsCount() |
int |
getClosedSessionsCount() |
String |
getName() |
SecurityManager |
getNuxeoSecurityManager() |
Session[] |
getOpenedSessions() |
Session |
getSession(long sessionId) |
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
DocumentException
SchemaManager getTypeManager()
SecurityManager getNuxeoSecurityManager()
void initialize() throws DocumentException
DocumentException
Session getSession(long sessionId) throws DocumentException
DocumentException
Session[] getOpenedSessions() throws DocumentException
DocumentException
void shutdown()
int getStartedSessionsCount()
int getClosedSessionsCount()
int getActiveSessionsCount()
boolean supportsTags()
Copyright © 2011 Nuxeo SA. All Rights Reserved.