Class Framework


  • public final class Framework
    extends Object
    This class is the main entry point to a Nuxeo runtime application.

    It offers an easy way to create new sessions, to access system services and other resources.

    There are two type of services:

    • Global Services - these services are uniquely defined by a service class, and there is an unique instance of the service in the system per class.
    • Local Services - these services are defined by a class and an URI. This type of service allows multiple service instances for the same class of services. Each instance is uniquely defined in the system by an URI.
    Author:
    Bogdan Stefanescu