Queuetopia.Queue.JobQueryable (queuetopia v2.3.0) View Source

Link to this section Summary

Link to this section Functions

Link to this function

filter(queryable, filters)

View Source

Callback implementation for AntlUtilsEcto.Queryable.filter/2.

Link to this function

include(queryable, includes)

View Source

Specs

Callback implementation for AntlUtilsEcto.Queryable.include/2.

Link to this function

order_by(queryable, order_bys)

View Source

Callback implementation for AntlUtilsEcto.Queryable.order_by/2.

Link to this function

paginate(queryable, page_size, page_number)

View Source

Callback implementation for AntlUtilsEcto.Queryable.paginate/3.

Callback implementation for AntlUtilsEcto.Queryable.queryable/0.

Link to this function

search(queryable, search_query, metadata \\ [], searchable_fields \\ [:scope, :queue, :action, :params])

View Source
Link to this function

select_fields(queryable, fields)

View Source

Callback implementation for AntlUtilsEcto.Queryable.select_fields/2.