Package org.ehrbase.plugin
Class QueryPluginAspect
@Deprecated(forRemoval=true)
@Component
@ConditionalOnProperty(prefix="plugin-manager",
name="enable",
havingValue="true")
public class QueryPluginAspect
extends AbstractPluginAspect<QueryExtensionPoint>
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
ConstructorsConstructorDescriptionQueryPluginAspect(org.springframework.beans.factory.ListableBeanFactory beanFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionaroundQueryExecute(org.aspectj.lang.ProceedingJoinPoint pjp) Deprecated, for removal: This API element is subject to removal in a future version.Handle Extension-points for Query executeMethods inherited from class org.ehrbase.plugin.AbstractPluginAspect
getActiveExtensionPointsOrderedDesc, inServiceLayerPC, proceed, proceedWithPluginExtensionPoints, proceedWithPluginExtensionPoints
-
Constructor Details
-
QueryPluginAspect
public QueryPluginAspect(org.springframework.beans.factory.ListableBeanFactory beanFactory) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
aroundQueryExecute
Deprecated, for removal: This API element is subject to removal in a future version.Handle Extension-points for Query execute- Parameters:
pjp-- Returns:
- See Also:
-