Package com.morpheusdata.core.providers
Class AbstractAnalyticsProvider
java.lang.Object
com.morpheusdata.core.providers.AbstractAnalyticsProvider
- All Implemented Interfaces:
AnalyticsProvider,PluginProvider,UIExtensionProvider
Provides an abstract interface and standard set of methods for creating custom analytic types within Morpheus.
- Since:
- 1.1.6
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.morpheusdata.core.providers.PluginProvider
PluginProvider.EventSubscriberFacet<E extends Event> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.morpheusdata.core.providers.AnalyticsProvider
getCategory, getDescription, getDisplayOrder, getMasterTenantOnly, getSubTenantOnly, loadData, renderTemplateMethods inherited from interface com.morpheusdata.core.providers.PluginProvider
getCode, getMorpheus, getName, getPlugin, isPluginMethods inherited from interface com.morpheusdata.core.providers.UIExtensionProvider
getContentSecurityPolicy
-
Constructor Details
-
AbstractAnalyticsProvider
public AbstractAnalyticsProvider()
-
-
Method Details
-
getRenderer
Description copied from interface:UIExtensionProviderDefault is Handlebars- Specified by:
getRendererin interfaceUIExtensionProvider- Returns:
- renderer of specified type
-