KActivitiesStats 5.109.0
Classes | Enumerations
KActivities::Stats::Terms Namespace Reference

Provides enums and strucss to use.for building queries with Query. More...

Classes

struct  Activity
 Term to filter the resources according the activity in which they were accessed. More...
 
struct  Agent
 Term to filter the resources according the agent (application) which accessed it. More...
 
struct  Date
 On which start access date do you want to filter ? More...
 
struct  Limit
 How many items do you need? More...
 
struct  Offset
 How many items to skip? This can be specified only if limit is also set to a finite value. More...
 
struct  Type
 Term to filter the resources according to their types. More...
 
struct  Url
 Url filtering. More...
 

Enumerations

enum  Order {
  HighScoredFirst , RecentlyUsedFirst , RecentlyCreatedFirst , OrderByUrl ,
  OrderByTitle
}
 Enumerator specifying the ordering in which the results of the query should be listed. More...
 
enum  Select { LinkedResources , UsedResources , AllResources }
 Which resources should be returned. More...
 

Detailed Description

Provides enums and strucss to use.for building queries with Query.

Enumeration Type Documentation

◆ Order

Enumerator specifying the ordering in which the results of the query should be listed.

Enumerator
HighScoredFirst 

Resources with the highest scores first.

RecentlyUsedFirst 

Recently used resources first.

RecentlyCreatedFirst 

Recently created resources first.

OrderByUrl 

Order by uri, alphabetically.

OrderByTitle 

Order by uri, alphabetically.

◆ Select

Which resources should be returned.

Enumerator
LinkedResources 

Resources linked to an activity, or globally.

UsedResources 

Resources that have been accessed.

AllResources 

Combined set of accessed and linked resources.