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 UpdateViewHook
UpdateViewHook.Builder. build()
UpdateViewHook
UpdateViewHook. setAddExtraGroups(boolean addExtraGroups)
UpdateViewHook
UpdateViewHook. setBlackListElementGroups(Set<String> blackListElementGroups)
UpdateViewHook
UpdateViewHook. setViewToMerge(View viewToMerge)
UpdateViewHook
UpdateViewHook. setWhiteListElementGroups(Set<String> whiteListElementGroups)
UpdateViewHook
UpdateViewHook. setWithDataAuth(Set<String> withDataAuth)
UpdateViewHook
UpdateViewHook. setWithOpAuth(Set<String> withOpAuth)
UpdateViewHook
UpdateViewHook. setWithoutDataAuth(Set<String> withoutDataAuth)
UpdateViewHook
UpdateViewHook. setWithoutOpAuth(Set<String> withoutOpAuth)
-