Uses of Class
uk.gov.gchq.gaffer.graph.hook.UpdateViewHook.Builder
-
Packages that use UpdateViewHook.Builder 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.Builder in uk.gov.gchq.gaffer.graph.hook
Methods in uk.gov.gchq.gaffer.graph.hook that return UpdateViewHook.Builder Modifier and Type Method Description UpdateViewHook.Builder
UpdateViewHook.Builder. addExtraGroups(boolean addExtraGroups)
UpdateViewHook.Builder
UpdateViewHook.Builder. blackListElementGroups(Set<String> blackListElementGroups)
UpdateViewHook.Builder
UpdateViewHook.Builder. setViewToMerge(View viewToMerge)
UpdateViewHook.Builder
UpdateViewHook.Builder. whiteListElementGroups(Set<String> whiteListElementGroups)
UpdateViewHook.Builder
UpdateViewHook.Builder. withDataAuth(Set<String> withDataAuths)
UpdateViewHook.Builder
UpdateViewHook.Builder. withOpAuth(Set<String> withOpAuth)
UpdateViewHook.Builder
UpdateViewHook.Builder. withoutDataAuth(Set<String> withoutDataAuth)
UpdateViewHook.Builder
UpdateViewHook.Builder. withoutOpAuth(Set<String> withoutOpAuth)
-