Uses of Interface
org.alfresco.traitextender.ExtensionBundle
-
Packages that use ExtensionBundle Package Description org.alfresco.traitextender -
-
Uses of ExtensionBundle in org.alfresco.traitextender
Classes in org.alfresco.traitextender that implement ExtensionBundle Modifier and Type Class Description classRegistryExtensionBundleMethods in org.alfresco.traitextender with parameters of type ExtensionBundle Modifier and Type Method Description abstract voidExtender. start(ExtensionBundle bundle)Start life-cycle phase trigger method.
Upon successful execution the bundle will have all its extension points registered usingExtender.register(ExtensionPoint, ExtensionFactory)and ready to be.voidExtenderImpl. start(ExtensionBundle bundle)abstract voidExtender. stop(ExtensionBundle bundle)Start life-cycle phase trigger method.
Upon successful execution the bundle will have all its extension points unregistered usingExtender.unregister(ExtensionPoint).voidExtenderImpl. stop(ExtensionBundle bundle)
-