anvil_consortium_manager.viewmixins module
- class anvil_consortium_manager.viewmixins.AccountAdapterMixin
Bases:
objectClass for handling account adapters.
- get(request, *args, **kwargs)
- get_filterset_class()
- get_table_class()
- class anvil_consortium_manager.viewmixins.AnVILAuditMixin
Bases:
objectMixin to display AnVIL audit results.
- audit_class = None
- get(request, *args, **kwargs)
- get_audit_instance()
- get_context_data(*args, **kwargs)
Add audit results to the context data.
- run_audit()
- class anvil_consortium_manager.viewmixins.ManagedGroupGraphMixin
Bases:
objectMixin to add a plotly graph of group structure to context data.
- get_context_data(**kwargs)
Add the graph to the context data.
- get_graph()
Return a graph of the group structure.
- layout_graph()
Lay out the nodes in the graph.
- plot_graph()
Create a plotly figure of the graph.
- class anvil_consortium_manager.viewmixins.RegisteredWorkspaceAdaptersMixin
Bases:
django.views.generic.base.ContextMixinAdd registered workspaces to the context data.
- get_context_data(**kwargs)