public interface ExtensionManagerOperation
ExtensionHandler. This provides a vehicle for exercising an ExtensionHandler
API via direct call, rather than reflection. This could be important for performance if a high volume of calls are being
made. See ExtensionManager.execute(ExtensionManagerOperation, Object...).| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
execute(ExtensionHandler handler,
Object... params)
Call a method on the handler using some params.
|
ExtensionResultStatusType execute(ExtensionHandler handler, Object... params)
{@code
public static final ExtensionManagerOperation applyAdditionalFilters = new ExtensionManagerOperation() {handler - params - Copyright © 2017. All rights reserved.