org.alfresco.mobile.android.api.services.ServiceRegistry
This section describes the ServiceRegistry interface.
Provides a registry of all services that are available for the current session. Depending on repository session information, certain services may be unavailable. To ascertain if a service is available, you can request this service and check the return value is not null.
Class declaration
public interface ServiceRegistry extends Service
Inherits from | Implements |
---|---|
Service | None |