Class TeamSpaceNodeSearchResultCheckHooker
java.lang.Object
net.datenwerke.rs.tsreportarea.service.tsreportarea.hookers.TeamSpaceNodeSearchResultCheckHooker
- All Implemented Interfaces:
Hook,SearchResultAllowerHook
-
Constructor Summary
ConstructorsConstructorDescriptionTeamSpaceNodeSearchResultCheckHooker(TeamSpaceService teamSpaceService, TsDiskService tsDiskService) -
Method Summary
Modifier and TypeMethodDescriptionbooleanallow(AbstractNode<? extends AbstractNode<?>> node) Allows to filter the search results using non-standard checks.
-
Constructor Details
-
TeamSpaceNodeSearchResultCheckHooker
public TeamSpaceNodeSearchResultCheckHooker(TeamSpaceService teamSpaceService, TsDiskService tsDiskService)
-
-
Method Details
-
allow
Description copied from interface:SearchResultAllowerHookAllows to filter the search results using non-standard checks.- Specified by:
allowin interfaceSearchResultAllowerHook- Parameters:
node- the node found during the search- Returns:
- true if the node is being allowed to be shown in the result list, else false
-