Uses of Class
uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
Packages that use UpdateViewHook Package Description uk.gov.gchq.gaffer.graph.hook Contains GraphHooks - pseudo-operations which are executed either before or after an operation chain. -
-
Uses of UpdateViewHook in uk.gov.gchq.gaffer.graph.hook
Methods in uk.gov.gchq.gaffer.graph.hook that return UpdateViewHook Modifier and Type Method Description UpdateViewHookUpdateViewHook.Builder. build()UpdateViewHookUpdateViewHook. setAddExtraGroups(boolean addExtraGroups)UpdateViewHookUpdateViewHook. setBlackListElementGroups(Set<String> blackListElementGroups)UpdateViewHookUpdateViewHook. setViewToMerge(View viewToMerge)UpdateViewHookUpdateViewHook. setWhiteListElementGroups(Set<String> whiteListElementGroups)UpdateViewHookUpdateViewHook. setWithDataAuth(Set<String> withDataAuth)UpdateViewHookUpdateViewHook. setWithOpAuth(Set<String> withOpAuth)UpdateViewHookUpdateViewHook. setWithoutDataAuth(Set<String> withoutDataAuth)UpdateViewHookUpdateViewHook. setWithoutOpAuth(Set<String> withoutOpAuth)
-