Class FindByAspectValue

java.lang.Object
de.elo.ix.client.FindByAspectValue
All Implemented Interfaces:
Serializable

public class FindByAspectValue extends Object implements Serializable
This class contains disjunct conditions to search for aspect data in the database. Used as value in FindByIndex.aspects.
Since:
21.03.000.003
See Also:
  • Field Details

    • condition

      protected IndexSearchValue condition
      A single IndexSearchValue condition. This field is for convenience in case you only have a single disjunct condition for the same aspect index line. In case you have more than one conditions, use the field disjunctConditions. Server-side, this field will be merged into disjunctConditions, so you can set both. Then, all the conditions will get evaluated.
    • disjunctConditions

      protected List<IndexSearchValue> disjunctConditions
      List of disjunct conditions to filter aspect data in the database. The server will evaluate all conditions in this list with logical OR.
  • Constructor Details

  • Method Details