Interface IDfFilterOrderDependency
public interface IDfFilterOrderDependency
Implementing this interface allow a filter to provide execution order information.
If it is not implemented, the filter is considered
IDfFilterOrderDependency.Dependency.TARGET_LANGUAGE_INDEPENDENT
.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the dependency for this filter.
-
Method Details
-
getDependency
IDfFilterOrderDependency.Dependency getDependency()Get the dependency for this filter.
Filters will be executed in the following order for the query: READ_ONLY, then TARGET_LANGUAGE_INDEPENDENT, then MODIFY_TARGET_LANGUAGE and finally TARGET_LANGUAGE_DEPENDENT. Note that for results and facets it will be called in the reverse order.
-