org.openmdx.ui1.query
Interface ValuedFieldQuery

All Superinterfaces:
AbstractFieldQuery, org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, LabelledFieldQuery
All Known Subinterfaces:
CheckBoxQuery, CompoundFieldQuery, DateFieldQuery, DocumentBoxQuery, NumberFieldQuery, ObjectReferenceFieldQuery, TextBoxQuery, TextFieldQuery
All Known Implementing Classes:
CheckBoxFilterImpl, CompoundFieldFilterImpl, DateFieldFilterImpl, DocumentBoxFilterImpl, NumberFieldFilterImpl, ObjectReferenceFieldFilterImpl, TextBoxFilterImpl, TextFieldFilterImpl, ValuedFieldFilterImpl

public interface ValuedFieldQuery
extends LabelledFieldQuery


Method Summary
 org.w3c.cci2.OptionalFeaturePredicate defaultValue()
          Adds a constraint to the predicate for ValuedField testing whether the value of the feature defaultValue is null or not.
 org.w3c.cci2.MultivaluedFeaturePredicate eventHandler()
          Adds a constraint to the predicate for ValuedField testing whether the feature eventHandler has values or not.
 org.w3c.cci2.OptionalFeaturePredicate featureName()
          Adds a constraint to the predicate for ValuedField testing whether the value of the feature featureName is null or not.
 org.w3c.cci2.BooleanTypePredicate filterable()
           
 org.w3c.cci2.StringTypePredicate forAllDefaultValue()
          Adds a constraint for the feature defaultValue to the predicate.
 org.w3c.cci2.StringTypePredicate forAllEventHandler()
          Adds a constraint for the feature eventHandler to the predicate.
 org.w3c.cci2.StringTypePredicate forAllFeatureName()
          Adds a constraint for the feature featureName to the predicate.
 org.w3c.cci2.StringTypePredicate forAllQualifiedFeatureName()
          Adds a constraint for the feature qualifiedFeatureName to the predicate.
 org.w3c.cci2.StringTypePredicate multiplicity()
           
 org.w3c.cci2.SimpleTypeOrder orderByDefaultValue()
          Allows to adds a sort instruction for ValuedField depending the feature defaultValue Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByEventHandler()
          Allows to adds a sort instruction for ValuedField depending the feature eventHandler Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFeatureName()
          Allows to adds a sort instruction for ValuedField depending the feature featureName Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByFilterable()
          Allows to adds a sort instruction for ValuedField depending the feature filterable Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByMultiplicity()
          Allows to adds a sort instruction for ValuedField depending the feature multiplicity Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByQualifiedFeatureName()
          Allows to adds a sort instruction for ValuedField depending the feature qualifiedFeatureName Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderBySkipRow()
          Allows to adds a sort instruction for ValuedField depending the feature skipRow Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderBySortable()
          Allows to adds a sort instruction for ValuedField depending the feature sortable Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderBySpanRow()
          Allows to adds a sort instruction for ValuedField depending the feature spanRow Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.OptionalFeaturePredicate qualifiedFeatureName()
          Adds a constraint to the predicate for ValuedField testing whether the value of the feature qualifiedFeatureName is null or not.
 org.w3c.cci2.ComparableTypePredicate skipRow()
           
 org.w3c.cci2.BooleanTypePredicate sortable()
           
 org.w3c.cci2.ComparableTypePredicate spanRow()
           
 org.w3c.cci2.StringTypePredicate thereExistsDefaultValue()
          Adds a constraint for the feature defaultValue to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsEventHandler()
          Adds a constraint for the feature eventHandler to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsFeatureName()
          Adds a constraint for the feature featureName to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsQualifiedFeatureName()
          Adds a constraint for the feature qualifiedFeatureName to the predicate.
 
Methods inherited from interface org.openmdx.ui1.query.LabelledFieldQuery
forAllLabel, forAllShortLabel, label, orderByLabel, orderByShortLabel, shortLabel, thereExistsLabel, thereExistsShortLabel
 
Methods inherited from interface org.openmdx.ui1.query.AbstractFieldQuery
backColor, color, fontBold, fontColor, fontItalic, fontName, fontSize, fontStrikeout, fontUnderline, forAllBackColor, forAllColor, forAllFontColor, orderByBackColor, orderByColor, orderByFontBold, orderByFontColor, orderByFontItalic, orderByFontName, orderByFontSize, orderByFontStrikeout, orderByFontUnderline, thereExistsBackColor, thereExistsColor, thereExistsFontColor
 
Methods inherited from interface org.openmdx.ui1.query.ElementQuery
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip
 
Methods inherited from interface org.openmdx.base.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

defaultValue

org.w3c.cci2.OptionalFeaturePredicate defaultValue()
Adds a constraint to the predicate for ValuedField testing whether the value of the feature defaultValue is null or not.


thereExistsDefaultValue

org.w3c.cci2.StringTypePredicate thereExistsDefaultValue()
Adds a constraint for the feature defaultValue to the predicate. The predicate for ValuedField evaluates true if its value of feature defaultValue 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!


forAllDefaultValue

org.w3c.cci2.StringTypePredicate forAllDefaultValue()
Adds a constraint for the feature defaultValue to the predicate. The predicate for ValuedField evaluates true if its value of feature defaultValue 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!


orderByDefaultValue

org.w3c.cci2.SimpleTypeOrder orderByDefaultValue()
Allows to adds a sort instruction for ValuedField depending the feature defaultValue Note: The order in which orderBy… instructions are given is relevant!


eventHandler

org.w3c.cci2.MultivaluedFeaturePredicate eventHandler()
Adds a constraint to the predicate for ValuedField testing whether the feature eventHandler has values or not.


thereExistsEventHandler

org.w3c.cci2.StringTypePredicate thereExistsEventHandler()
Adds a constraint for the feature eventHandler to the predicate. The predicate for ValuedField evaluates true if at least one of its values of feature eventHandler satisfies the given condition.

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


forAllEventHandler

org.w3c.cci2.StringTypePredicate forAllEventHandler()
Adds a constraint for the feature eventHandler to the predicate. The predicate for ValuedField evaluates true if all of its values of feature eventHandler satisfy the selected condition.

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


orderByEventHandler

org.w3c.cci2.MultivaluedTypeOrder orderByEventHandler()
Allows to adds a sort instruction for ValuedField depending the feature eventHandler Note: The order in which orderBy… instructions are given is relevant!


featureName

org.w3c.cci2.OptionalFeaturePredicate featureName()
Adds a constraint to the predicate for ValuedField testing whether the value of the feature featureName is null or not.


thereExistsFeatureName

org.w3c.cci2.StringTypePredicate thereExistsFeatureName()
Adds a constraint for the feature featureName to the predicate. The predicate for ValuedField evaluates true if its value of feature featureName 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!


forAllFeatureName

org.w3c.cci2.StringTypePredicate forAllFeatureName()
Adds a constraint for the feature featureName to the predicate. The predicate for ValuedField evaluates true if its value of feature featureName 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!


orderByFeatureName

org.w3c.cci2.SimpleTypeOrder orderByFeatureName()
Allows to adds a sort instruction for ValuedField depending the feature featureName Note: The order in which orderBy… instructions are given is relevant!


filterable

org.w3c.cci2.BooleanTypePredicate filterable()

orderByFilterable

org.w3c.cci2.SimpleTypeOrder orderByFilterable()
Allows to adds a sort instruction for ValuedField depending the feature filterable Note: The order in which orderBy… instructions are given is relevant!


multiplicity

org.w3c.cci2.StringTypePredicate multiplicity()

orderByMultiplicity

org.w3c.cci2.SimpleTypeOrder orderByMultiplicity()
Allows to adds a sort instruction for ValuedField depending the feature multiplicity Note: The order in which orderBy… instructions are given is relevant!


qualifiedFeatureName

org.w3c.cci2.OptionalFeaturePredicate qualifiedFeatureName()
Adds a constraint to the predicate for ValuedField testing whether the value of the feature qualifiedFeatureName is null or not.


thereExistsQualifiedFeatureName

org.w3c.cci2.StringTypePredicate thereExistsQualifiedFeatureName()
Adds a constraint for the feature qualifiedFeatureName to the predicate. The predicate for ValuedField evaluates true if its value of feature qualifiedFeatureName 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!


forAllQualifiedFeatureName

org.w3c.cci2.StringTypePredicate forAllQualifiedFeatureName()
Adds a constraint for the feature qualifiedFeatureName to the predicate. The predicate for ValuedField evaluates true if its value of feature qualifiedFeatureName 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!


orderByQualifiedFeatureName

org.w3c.cci2.SimpleTypeOrder orderByQualifiedFeatureName()
Allows to adds a sort instruction for ValuedField depending the feature qualifiedFeatureName Note: The order in which orderBy… instructions are given is relevant!


skipRow

org.w3c.cci2.ComparableTypePredicate skipRow()

orderBySkipRow

org.w3c.cci2.SimpleTypeOrder orderBySkipRow()
Allows to adds a sort instruction for ValuedField depending the feature skipRow Note: The order in which orderBy… instructions are given is relevant!


sortable

org.w3c.cci2.BooleanTypePredicate sortable()

orderBySortable

org.w3c.cci2.SimpleTypeOrder orderBySortable()
Allows to adds a sort instruction for ValuedField depending the feature sortable Note: The order in which orderBy… instructions are given is relevant!


spanRow

org.w3c.cci2.ComparableTypePredicate spanRow()

orderBySpanRow

org.w3c.cci2.SimpleTypeOrder orderBySpanRow()
Allows to adds a sort instruction for ValuedField depending the feature spanRow Note: The order in which orderBy… instructions are given is relevant!



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