GetAllNamedViews
See javadoc - uk.gov.gchq.gaffer.named.view.GetAllNamedViews
Available since Gaffer version 1.3.0
See NamedViews for information on configuring NamedViews for your Gaffer graph, along with working examples.
Required fields
No required fields
Examples
Get all named views
Java
JSON
Full JSON
Python
final GetAllNamedViews op = new GetAllNamedViews();
{
"class" : "GetAllNamedViews"
}
{
"class" : "uk.gov.gchq.gaffer.named.view.GetAllNamedViews"
}
g.GetAllNamedViews()