Uses of Interface
org.nuxeo.runtime.model.ExtensionPoint
-
Packages that use ExtensionPoint Package Description org.nuxeo.ecm.platform.management.adapters org.nuxeo.runtime.model org.nuxeo.runtime.model.impl -
-
Uses of ExtensionPoint in org.nuxeo.ecm.platform.management.adapters
Fields in org.nuxeo.ecm.platform.management.adapters declared as ExtensionPoint Modifier and Type Field Description protected ExtensionPoint
ExtensionPointInventoryAdapter. point
Methods in org.nuxeo.ecm.platform.management.adapters with parameters of type ExtensionPoint Modifier and Type Method Description protected void
RuntimeInventoryFactory. doVisitInventoryExtensionPoint(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, String name, String qualifiedName, ExtensionPoint extensionPoint)
Constructors in org.nuxeo.ecm.platform.management.adapters with parameters of type ExtensionPoint Constructor Description ExtensionPointInventoryAdapter(ExtensionPoint point)
-
Uses of ExtensionPoint in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model that return ExtensionPoint Modifier and Type Method Description ExtensionPoint[]
RegistrationInfo. getExtensionPoints()
Gets the defined extension points.Methods in org.nuxeo.runtime.model that return types with arguments of type ExtensionPoint Modifier and Type Method Description default Optional<ExtensionPoint>
RegistrationInfo. getExtensionPoint(String name)
Gets the defined extension points with name. -
Uses of ExtensionPoint in org.nuxeo.runtime.model.impl
Classes in org.nuxeo.runtime.model.impl that implement ExtensionPoint Modifier and Type Class Description class
ExtensionPointImpl
Methods in org.nuxeo.runtime.model.impl that return ExtensionPoint Modifier and Type Method Description ExtensionPoint[]
RegistrationInfoImpl. getExtensionPoints()
-