Package org.ametys.core.ui
Class RelationsManager
- All Implemented Interfaces:
LogEnabled,ExtensionPoint<ClientSideRelation>,Disposable,Initializable,Component,Contextualizable,Serviceable,ThreadSafe
This extension point handle the existing relations on the client side (relation system allow for example drag and drop).
-
Field Summary
FieldsFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindDependency(String pattern) Find a dependency of this manager from the Client side elements it knows.Methods inherited from class org.ametys.core.ui.AbstractClientSideExtensionPoint
addExtension, getExtension, getExtensionsIds, initializeExtensions, registerRibbonManager, unregisterRibbonManagerMethods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, contextualize, deferredInitializeExtensions, dispose, hasExtension, initialize, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon role
-
-
Constructor Details
-
RelationsManager
public RelationsManager()
-
-
Method Details
-
findDependency
Description copied from class:AbstractClientSideExtensionPointFind a dependency of this manager from the Client side elements it knows.- Overrides:
findDependencyin classAbstractClientSideExtensionPoint<ClientSideRelation>- Parameters:
pattern- The matching pattern to find the dependency.- Returns:
- The dependency, or null if no Client side element matched.
-