Package org.nuxeo.runtime.capabilities
Interface CapabilitiesService
- All Known Implementing Classes:
CapabilitiesServiceImpl
public interface CapabilitiesService
Service holding the server capabilities.
- Since:
- 11.5
-
Method Summary
Modifier and TypeMethodDescriptionReturns the capabilities.void
Registers capabilities under the givenname
.void
registerCapabilities
(String name, Map<String, Object> map) Registers capabilities under the givenname
.
-
Method Details
-
registerCapabilities
Registers capabilities under the givenname
.- See Also:
-
registerCapabilities
Registers capabilities under the givenname
.The given
Supplier
is called each timegetCapabilities()
is called.Capabilities might be registered during the Component start step.
-
getCapabilities
Capabilities getCapabilities()Returns the capabilities.
-