Package org.ehrbase.plugin
Class TemplatePluginAspect
java.lang.Object
org.ehrbase.plugin.AbstractPluginAspect<TemplateExtensionPoint>
org.ehrbase.plugin.TemplatePluginAspect
@Deprecated(forRemoval=true)
@Component
@ConditionalOnProperty(prefix="plugin-manager",
name="enable",
havingValue="true")
public class TemplatePluginAspect
extends AbstractPluginAspect<TemplateExtensionPoint>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class org.ehrbase.plugin.AbstractPluginAspect
beanFactory -
Constructor Summary
ConstructorsConstructorDescriptionTemplatePluginAspect(org.springframework.beans.factory.ListableBeanFactory beanFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionaroundCreateTemplate(org.aspectj.lang.ProceedingJoinPoint pjp) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
aroundCreateTemplate
Deprecated, for removal: This API element is subject to removal in a future version.Handle Extension-points for Template create- Parameters:
pjp-- Returns:
- See Also:
-