|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LabelledFieldQuery
| 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.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 |
|---|
org.w3c.cci2.MultivaluedFeaturePredicate label()
LabelledField
testing whether the feature label has values or not.
org.w3c.cci2.StringTypePredicate thereExistsLabel()
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!
org.w3c.cci2.StringTypePredicate forAllLabel()
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!
org.w3c.cci2.MultivaluedTypeOrder orderByLabel()
LabelledField
depending the feature label
Note: The order in which orderBy…
instructions are given is relevant!
org.w3c.cci2.MultivaluedFeaturePredicate shortLabel()
LabelledField
testing whether the feature shortLabel has values or not.
org.w3c.cci2.StringTypePredicate thereExistsShortLabel()
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!
org.w3c.cci2.StringTypePredicate forAllShortLabel()
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!
org.w3c.cci2.MultivaluedTypeOrder orderByShortLabel()
LabelledField
depending the feature shortLabel
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||