Package org.nuxeo.ecm.core
Class NXCore
- java.lang.Object
-
- org.nuxeo.ecm.core.NXCore
-
@Deprecated public final class NXCore extends Object
Deprecated.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
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LifeCycleService
getLifeCycleService()
Deprecated.since 10.3, use directlyFramework.getService(Class)
withLifeCycleService
static SecurityService
getSecurityService()
Deprecated.since 11.1, use directlyFramework.getService(Class)
withSecurityService
-
-
-
Method Detail
-
getLifeCycleService
@Deprecated public static LifeCycleService getLifeCycleService()
Deprecated.since 10.3, use directlyFramework.getService(Class)
withLifeCycleService
Returns the life cycle service.- Returns:
- the life cycle service
- See Also:
LifeCycleServiceImpl
-
getSecurityService
@Deprecated public static SecurityService getSecurityService()
Deprecated.since 11.1, use directlyFramework.getService(Class)
withSecurityService
-
-