Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.model
Interface Repository

All Known Implementing Classes:
ConnectionFactoryImpl, SQLRepository

public interface Repository

Author:
Bogdan Stefanescu

Method Summary
 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()
           
 

Method Detail

getName

String getName()

getSession

Session getSession(Map<String,Serializable> context)
                   throws DocumentException
Throws:
DocumentException

getTypeManager

SchemaManager getTypeManager()

getNuxeoSecurityManager

SecurityManager getNuxeoSecurityManager()

initialize

void initialize()
                throws DocumentException
Throws:
DocumentException

getSession

Session getSession(long sessionId)
                   throws DocumentException
Throws:
DocumentException

getOpenedSessions

Session[] getOpenedSessions()
                            throws DocumentException
Throws:
DocumentException

shutdown

void shutdown()

getStartedSessionsCount

int getStartedSessionsCount()

getClosedSessionsCount

int getClosedSessionsCount()

getActiveSessionsCount

int getActiveSessionsCount()

supportsTags

boolean supportsTags()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.