Interface ServicesManager


  • public interface ServicesManager
    The manager of services. A service is the declaration of an MDWorkbench ruleset that is executed on server side.

    This interface is not intended to be implemented by clients.

    See Also:
    MDWorkbenchServer.getServicesManager()
    • Method Detail

      • getServices

        Collection<Service> getServices()
        Returns the list of available services.
        Returns:
        the list of available services.
      • getService

        Service getService​(String id)
        Returns the service matching the specified identifier.
        Parameters:
        id - the service identifier.
        Returns:
        the service matching the specified identifier, null if none.
        See Also:
        Service.getId()