Views#
- class cdb_rest.views.GlobalTagByNameDetailAPIView(**kwargs)#
- get_object()#
Returns the object the view is displaying.
You may want to override this if you need to provide non-standard queryset lookups. Eg if objects are referenced using multiple keyword arguments in the url conf.
- serializer_class#
alias of
GlobalTagReadSerializer
- class cdb_rest.views.GlobalTagChangeStatusAPIView(**kwargs)#
- serializer_class#
alias of
GlobalTagCreateSerializer
- class cdb_rest.views.GlobalTagCloneAPIView(**kwargs)#
GT deep copy endpoint
- serializer_class#
alias of
GlobalTagReadSerializer
- class cdb_rest.views.GlobalTagDeleteAPIView(**kwargs)#
- serializer_class#
alias of
GlobalTagReadSerializer
- class cdb_rest.views.GlobalTagDetailAPIView(**kwargs)#
- serializer_class#
alias of
GlobalTagReadSerializer
- class cdb_rest.views.GlobalTagListCreationAPIView(**kwargs)#
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- serializer_class#
alias of
GlobalTagCreateSerializer
- class cdb_rest.views.GlobalTagStatusCreationAPIView(**kwargs)#
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- serializer_class#
alias of
GlobalTagStatusSerializer
- class cdb_rest.views.GlobalTagsListAPIView(**kwargs)#
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- serializer_class#
alias of
GlobalTagListSerializer
- class cdb_rest.views.GlobalTagsPayloadListsListAPIView(**kwargs)#
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- class cdb_rest.views.PayloadIOVAttachAPIView(**kwargs)#
- serializer_class#
alias of
PayloadIOVSerializer
- class cdb_rest.views.PayloadIOVBulkCreationAPIView(**kwargs)#
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- serializer_class#
alias of
PayloadIOVSerializer
- class cdb_rest.views.PayloadIOVDeleteAPIView(**kwargs)#
- get_object()#
Returns the object the view is displaying.
You may want to override this if you need to provide non-standard queryset lookups. Eg if objects are referenced using multiple keyword arguments in the url conf.
- serializer_class#
alias of
PayloadIOVSerializer
- class cdb_rest.views.PayloadIOVDetailAPIView(**kwargs)#
- serializer_class#
alias of
PayloadIOVSerializer
- class cdb_rest.views.PayloadIOVListCreationAPIView(**kwargs)#
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- serializer_class#
alias of
PayloadIOVSerializer
- class cdb_rest.views.PayloadIOVsORMMaxListAPIView(**kwargs)#
Interface to take list of PayloadIOVs grouped by PayloadLists for a given GT and IOVs
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- class cdb_rest.views.PayloadIOVsORMOrderByListAPIView(**kwargs)#
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- class cdb_rest.views.PayloadIOVsRangesListAPIView(**kwargs)#
Interface to take list of PayloadIOVs ranges grouped by PayloadLists for a given GT and IOVs
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- class cdb_rest.views.PayloadIOVsSQLListAPIView(**kwargs)#
- class cdb_rest.views.PayloadListAttachAPIView(**kwargs)#
- serializer_class#
alias of
PayloadListCreateSerializer
- class cdb_rest.views.PayloadListDeleteAPIView(**kwargs)#
- serializer_class#
alias of
PayloadListSerializer
- class cdb_rest.views.PayloadListDetailAPIView(**kwargs)#
- serializer_class#
alias of
PayloadListCreateSerializer
- class cdb_rest.views.PayloadListListCreationAPIView(**kwargs)#
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- serializer_class#
alias of
PayloadListCreateSerializer
- class cdb_rest.views.PayloadTypeDeleteAPIView(**kwargs)#
- serializer_class#
alias of
PayloadTypeSerializer
- class cdb_rest.views.PayloadTypeListCreationAPIView(**kwargs)#
- get_queryset()#
Get the list of items for this view. This must be an iterable, and may be a queryset. Defaults to using self.queryset.
This method should always be used rather than accessing self.queryset directly, as self.queryset gets evaluated only once, and those results are cached for all subsequent requests.
You may want to override this if you need to provide different querysets depending on the incoming request.
(Eg. return a list of items that is specific to the user)
- serializer_class#
alias of
PayloadTypeSerializer
- class cdb_rest.views.TimeoutListAPIView(**kwargs)#