public interface LocalizedFieldQuery extends SecureObjectQuery, ExtendedQuery, org.openmdx.base.cci2.BasicObjectQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for
LocalizedField testing whether the value of the feature description is null or not. |
org.w3c.cci2.StringTypePredicate |
forAllDescription()
Adds a condition for the feature
description to the predicate for LocalizedField, which evaluates to false unless the value of the feature description satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllLocalizedValue()
Adds a condition for the feature
localizedValue to the predicate for LocalizedField, which evaluates to false unless the value of the feature localizedValue satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Short> |
locale() |
org.w3c.cci2.OptionalFeaturePredicate |
localizedValue()
Adds a constraint to the predicate for
LocalizedField testing whether the value of the feature localizedValue is null or not. |
org.w3c.cci2.StringTypePredicate |
name() |
org.w3c.cci2.SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for
LocalizedField depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByLocale()
Allows to adds a sort instruction for
LocalizedField depending the feature locale
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByLocalizedValue()
Allows to adds a sort instruction for
LocalizedField depending the feature localizedValue
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for
LocalizedField depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByUsage()
Allows to adds a sort instruction for
LocalizedField depending the feature usage
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature
description to the predicate for LocalizedField, which evaluates to false unless the value of the feature description satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsLocalizedValue()
Adds a condition for the feature
localizedValue to the predicate for LocalizedField, which evaluates to false unless the value of the feature localizedValue satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Short> |
usage() |
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUserextBoolean0, extBoolean1, extBoolean2, extBoolean3, extBoolean4, extCode0, extCode1, extCode2, extCode3, extCode4, extDate0, extDate1, extDate2, extDate3, extDate4, extDateTime0, extDateTime1, extDateTime2, extDateTime3, extDateTime4, extNumber0, extNumber1, extNumber2, extNumber3, extNumber4, extString0, extString1, extString2, extString3, extString4, forAllExtBoolean0, forAllExtBoolean1, forAllExtBoolean2, forAllExtBoolean3, forAllExtBoolean4, forAllExtCode0, forAllExtCode1, forAllExtCode2, forAllExtCode3, forAllExtCode4, forAllExtDate0, forAllExtDate1, forAllExtDate2, forAllExtDate3, forAllExtDate4, forAllExtDateTime0, forAllExtDateTime1, forAllExtDateTime2, forAllExtDateTime3, forAllExtDateTime4, forAllExtNumber0, forAllExtNumber1, forAllExtNumber2, forAllExtNumber3, forAllExtNumber4, forAllExtString0, forAllExtString1, forAllExtString2, forAllExtString3, forAllExtString4, orderByExtBoolean0, orderByExtBoolean1, orderByExtBoolean2, orderByExtBoolean3, orderByExtBoolean4, orderByExtCode0, orderByExtCode1, orderByExtCode2, orderByExtCode3, orderByExtCode4, orderByExtDate0, orderByExtDate1, orderByExtDate2, orderByExtDate3, orderByExtDate4, orderByExtDateTime0, orderByExtDateTime1, orderByExtDateTime2, orderByExtDateTime3, orderByExtDateTime4, orderByExtNumber0, orderByExtNumber1, orderByExtNumber2, orderByExtNumber3, orderByExtNumber4, orderByExtString0, orderByExtString1, orderByExtString2, orderByExtString3, orderByExtString4, thereExistsExtBoolean0, thereExistsExtBoolean1, thereExistsExtBoolean2, thereExistsExtBoolean3, thereExistsExtBoolean4, thereExistsExtCode0, thereExistsExtCode1, thereExistsExtCode2, thereExistsExtCode3, thereExistsExtCode4, thereExistsExtDate0, thereExistsExtDate1, thereExistsExtDate2, thereExistsExtDate3, thereExistsExtDate4, thereExistsExtDateTime0, thereExistsExtDateTime1, thereExistsExtDateTime2, thereExistsExtDateTime3, thereExistsExtDateTime4, thereExistsExtNumber0, thereExistsExtNumber1, thereExistsExtNumber2, thereExistsExtNumber3, thereExistsExtNumber4, thereExistsExtString0, thereExistsExtString1, thereExistsExtString2, thereExistsExtString3, thereExistsExtString4createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate description()
LocalizedField testing whether the value of the feature description is null or not.org.w3c.cci2.StringTypePredicate thereExistsDescription()
description to the predicate for LocalizedField, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllDescription()
description to the predicate for LocalizedField, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByDescription()
LocalizedField depending the feature description
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> locale()
org.w3c.cci2.SimpleTypeOrder orderByLocale()
LocalizedField depending the feature locale
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate localizedValue()
LocalizedField testing whether the value of the feature localizedValue is null or not.org.w3c.cci2.StringTypePredicate thereExistsLocalizedValue()
localizedValue to the predicate for LocalizedField, which evaluates to false unless the value of the feature localizedValue satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllLocalizedValue()
localizedValue to the predicate for LocalizedField, which evaluates to false unless the value of the feature localizedValue satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByLocalizedValue()
LocalizedField depending the feature localizedValue
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.StringTypePredicate name()
org.w3c.cci2.SimpleTypeOrder orderByName()
LocalizedField depending the feature name
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> usage()
org.w3c.cci2.SimpleTypeOrder orderByUsage()
LocalizedField depending the feature usage
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.