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.BuilderUpdateViewHook.Builder. addExtraGroups(boolean addExtraGroups)UpdateViewHook.BuilderUpdateViewHook.Builder. blackListElementGroups(Set<String> blackListElementGroups)UpdateViewHook.BuilderUpdateViewHook.Builder. setViewToMerge(View viewToMerge)UpdateViewHook.BuilderUpdateViewHook.Builder. whiteListElementGroups(Set<String> whiteListElementGroups)UpdateViewHook.BuilderUpdateViewHook.Builder. withDataAuth(Set<String> withDataAuths)UpdateViewHook.BuilderUpdateViewHook.Builder. withOpAuth(Set<String> withOpAuth)UpdateViewHook.BuilderUpdateViewHook.Builder. withoutDataAuth(Set<String> withoutDataAuth)UpdateViewHook.BuilderUpdateViewHook.Builder. withoutOpAuth(Set<String> withoutOpAuth)
-