Package org.ehrbase.plugin
Class TemplatePluginAspect
java.lang.Object
org.ehrbase.plugin.AbstractPluginAspect<TemplateExtensionPoint>
org.ehrbase.plugin.TemplatePluginAspect
@Component
@ConditionalOnProperty(prefix="plugin-manager",
name="enable",
havingValue="true")
public class TemplatePluginAspect
extends AbstractPluginAspect<TemplateExtensionPoint>
-
Field Summary
Fields inherited from class org.ehrbase.plugin.AbstractPluginAspect
beanFactory -
Constructor Summary
ConstructorsConstructorDescriptionTemplatePluginAspect(org.springframework.beans.factory.ListableBeanFactory beanFactory) -
Method Summary
Modifier and TypeMethodDescriptionaroundCreateTemplate(org.aspectj.lang.ProceedingJoinPoint pjp) Handle Extension-points for Template createMethods inherited from class org.ehrbase.plugin.AbstractPluginAspect
getActiveExtensionPointsOrderedDesc, inServiceLayerPC, proceed, proceedWithPluginExtensionPoints, proceedWithPluginExtensionPoints
-
Constructor Details
-
TemplatePluginAspect
public TemplatePluginAspect(org.springframework.beans.factory.ListableBeanFactory beanFactory)
-
-
Method Details
-
aroundCreateTemplate
Handle Extension-points for Template create- Parameters:
pjp-- Returns:
- See Also:
-