Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core
Class NXCore

java.lang.Object
  extended by org.nuxeo.ecm.core.NXCore

public final class NXCore
extends Object

CoreSession facade for services provided by NXCore module.

This is the main entry point to the core services.

Author:
Bogdan Stefanescu, Julien Anguenot

Method Summary
static LifeCycleService getLifeCycleService()
          Returns the life cycle service.
static Repository getRepository(String name)
           
static RepositoryService getRepositoryService()
           
static SecurityService getSecurityService()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLifeCycleService

public static LifeCycleService getLifeCycleService()
Returns the life cycle service.

Returns:
the life cycle service
See Also:
LifeCycleServiceImpl

getRepositoryService

public static RepositoryService getRepositoryService()

getRepository

public static Repository getRepository(String name)
                                throws NoSuchRepositoryException
Throws:
NoSuchRepositoryException

getSecurityService

public static SecurityService getSecurityService()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.