org.openmdx.ui1.query
Interface ObjectReferenceFieldQuery

All Superinterfaces:
AbstractFieldQuery, org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, LabelledFieldQuery, ObjectReferenceQuery, ValuedFieldQuery, ViewCapableQuery
All Known Implementing Classes:
ObjectReferenceFieldFilterImpl

public interface ObjectReferenceFieldQuery
extends ObjectReferenceQuery, ValuedFieldQuery


Method Summary
 org.w3c.cci2.ComparableTypePredicate forAllTitleIndex()
          Adds a constraint for the feature titleIndex to the predicate.
 org.w3c.cci2.SimpleTypeOrder orderByTitleIndex()
          Allows to adds a sort instruction for ObjectReferenceField depending the feature titleIndex Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.ComparableTypePredicate thereExistsTitleIndex()
          Adds a constraint for the feature titleIndex to the predicate.
 org.w3c.cci2.OptionalFeaturePredicate titleIndex()
          Adds a constraint to the predicate for ObjectReferenceField testing whether the value of the feature titleIndex is null or not.
 
Methods inherited from interface org.openmdx.ui1.query.ObjectReferenceQuery
forAllQualifierLabel, orderByQualifierLabel, orderByReferencedTypeName, orderByReferenceIsStoredAsAttribute, orderByReferenceName, orderByUserDefinedQualifier, qualifierLabel, referencedTypeName, referenceIsStoredAsAttribute, referenceName, thereExistsQualifierLabel, userDefinedQualifier
 
Methods inherited from interface org.openmdx.ui1.query.ValuedFieldQuery
dataBindingName, defaultValue, eventHandler, featureName, filterable, forAllDataBindingName, forAllDefaultValue, forAllEventHandler, forAllFeatureName, forAllQualifiedFeatureName, multiplicity, orderByDataBindingName, orderByDefaultValue, orderByEventHandler, orderByFeatureName, orderByFilterable, orderByMultiplicity, orderByQualifiedFeatureName, orderBySkipRow, orderBySortable, orderBySpanRow, qualifiedFeatureName, skipRow, sortable, spanRow, thereExistsDataBindingName, thereExistsDefaultValue, thereExistsEventHandler, thereExistsFeatureName, thereExistsQualifiedFeatureName
 
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.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

titleIndex

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


thereExistsTitleIndex

org.w3c.cci2.ComparableTypePredicate thereExistsTitleIndex()
Adds a constraint for the feature titleIndex to the predicate. The predicate for ObjectReferenceField evaluates true if its value of feature titleIndex 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!


forAllTitleIndex

org.w3c.cci2.ComparableTypePredicate forAllTitleIndex()
Adds a constraint for the feature titleIndex to the predicate. The predicate for ObjectReferenceField evaluates true if its value of feature titleIndex 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!


orderByTitleIndex

org.w3c.cci2.SimpleTypeOrder orderByTitleIndex()
Allows to adds a sort instruction for ObjectReferenceField depending the feature titleIndex 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.