org.openmdx.ui1.cci2
Interface LabelledFieldQuery

All Superinterfaces:
AbstractFieldQuery, org.w3c.cci2.AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, org.openmdx.base.cci2.ContextCapableQuery, ElementQuery, org.openmdx.base.cci2.ExtentCapableQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery
All Known Subinterfaces:
CheckBoxQuery, CompoundFieldQuery, ContainerFieldQuery, DateFieldQuery, DocumentBoxQuery, FieldGroupQuery, NumberFieldQuery, ObjectContainerQuery, ObjectReferenceFieldQuery, TextBoxQuery, TextFieldQuery, ValuedFieldQuery

public interface LabelledFieldQuery
extends AbstractFieldQuery


Method Summary
 org.w3c.cci2.StringTypePredicate forAllLabel()
          Adds a constraint for the feature label to the predicate.
 org.w3c.cci2.StringTypePredicate forAllShortLabel()
          Adds a constraint for the feature shortLabel to the predicate.
 org.w3c.cci2.MultivaluedFeaturePredicate label()
          Adds a constraint to the predicate for LabelledField testing whether the feature label has values or not.
 org.w3c.cci2.MultivaluedTypeOrder orderByLabel()
          Allows to adds a sort instruction for LabelledField depending the feature label Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByShortLabel()
          Allows to adds a sort instruction for LabelledField depending the feature shortLabel Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedFeaturePredicate shortLabel()
          Adds a constraint to the predicate for LabelledField testing whether the feature shortLabel has values or not.
 org.w3c.cci2.StringTypePredicate thereExistsLabel()
          Adds a constraint for the feature label to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsShortLabel()
          Adds a constraint for the feature shortLabel to the predicate.
 
Methods inherited from interface org.openmdx.ui1.cci2.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.cci2.ElementQuery
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip
 
Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

label

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


thereExistsLabel

org.w3c.cci2.StringTypePredicate thereExistsLabel()
Adds a constraint for the feature label to the predicate. The predicate for LabelledField evaluates true if at least one of its values of feature label 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!


forAllLabel

org.w3c.cci2.StringTypePredicate forAllLabel()
Adds a constraint for the feature label to the predicate. The predicate for LabelledField evaluates true if all of its values of feature label 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!


orderByLabel

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


shortLabel

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


thereExistsShortLabel

org.w3c.cci2.StringTypePredicate thereExistsShortLabel()
Adds a constraint for the feature shortLabel to the predicate. The predicate for LabelledField evaluates true if at least one of its values of feature shortLabel 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!


forAllShortLabel

org.w3c.cci2.StringTypePredicate forAllShortLabel()
Adds a constraint for the feature shortLabel to the predicate. The predicate for LabelledField evaluates true if all of its values of feature shortLabel 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!


orderByShortLabel

org.w3c.cci2.MultivaluedTypeOrder orderByShortLabel()
Allows to adds a sort instruction for LabelledField depending the feature shortLabel 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.