Properties Methods Events Direct Link

Class CQ_Analytics.Operator

Package:CQ_Analytics
Class:Operator
Extends:Object
Clientlib:personalization.core
The CQ_Analytics.Operator object is a singleton providing the most common operator names and utils around the operators.

This class is a singleton and cannot be created directly.

Public Properties

Property Defined By
  Operator.BEGINS_WITH : String
<static> Operator "begins with".
Operator
  Operator.CONTAINS : String
<static> Operator "contains".
Operator
  Operator.DOES_NOT_EXIST : String
<static> Operator "does not exists".
Operator
  Operator.EQUALS : String
<static> Operator "equals".
Operator
  Operator.EXISTS : String
<static> Operator "exists".
Operator
  Operator.GREATER : String
<static> Operator "greater than".
Operator
  Operator.GREATER_OR_EQUAL : String
<static> Operator "equals or greater than".
Operator
  Operator.IS : String
<static> Operator "is".
Operator
  Operator.LESS : String
<static> Operator "less than".
Operator
  Operator.LESS_OR_EQUAL : String
<static> Operator "equals or less than".
Operator
  Operator.NOT_EQUAL : String
<static> Operator "not equals".
Operator
  Operator.OLDER : String
<static> Operator "older than".
Operator
  Operator.OLDER_OR_EQUAL : String
<static> Operator "equals or older than".
Operator
  Operator.YOUNGER : String
<static> Operator "younger than".
Operator
  Operator.YOUNGER_OR_EQUAL : String
<static> Operator "equals or younger than".
Operator

Public Methods

Method Defined By

Public Events

This class has no public events.