org.openmdx.preferences1.query
Interface PreferencesQuery

All Superinterfaces:
AnyTypePredicate, PropertySetQuery
All Known Implementing Classes:
PreferencesFilterImpl

public interface PreferencesQuery
extends PropertySetQuery


Method Summary
 StringTypePredicate absolutePath()
           
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for Preferences testing whether the value of the feature description is null or not.
 StringTypePredicate forAllDescription()
          Adds a constraint for the feature description to the predicate.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByAbsolutePath()
          Allows to adds a sort instruction for Preferences depending the feature absolutePath Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for Preferences depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for Preferences depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByParent()
          Allows to adds a sort instruction for Preferences depending the feature parent Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate parent()
           
 StringTypePredicate thereExistsDescription()
          Adds a constraint for the feature description to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

absolutePath

StringTypePredicate absolutePath()

orderByAbsolutePath

SimpleTypeOrder orderByAbsolutePath()
Allows to adds a sort instruction for Preferences depending the feature absolutePath Note: The order in which orderBy… instructions are given is relevant!


description

OptionalFeaturePredicate description()
Adds a constraint to the predicate for Preferences testing whether the value of the feature description is null or not.


thereExistsDescription

StringTypePredicate thereExistsDescription()
Adds a constraint for the feature description to the predicate. The predicate for Preferences evaluates true if its value of feature description satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDescription

StringTypePredicate forAllDescription()
Adds a constraint for the feature description to the predicate. The predicate for Preferences evaluates true if its value of feature description satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByDescription

SimpleTypeOrder orderByDescription()
Allows to adds a sort instruction for Preferences depending the feature description Note: The order in which orderBy… instructions are given is relevant!


name

StringTypePredicate name()

orderByName

SimpleTypeOrder orderByName()
Allows to adds a sort instruction for Preferences depending the feature name Note: The order in which orderBy… instructions are given is relevant!


parent

StringTypePredicate parent()

orderByParent

SimpleTypeOrder orderByParent()
Allows to adds a sort instruction for Preferences depending the feature parent Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.