|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdditionalElementDefinitionQuery
| Method Summary | |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllForClass()
Adds a constraint for the feature forClass to the
predicate. |
org.w3c.cci2.MultivaluedFeaturePredicate |
forClass()
Adds a constraint to the predicate for AdditionalElementDefinition testing whether the feature
forClass has values or not. |
org.w3c.cci2.MultivaluedTypeOrder |
orderByForClass()
Allows to adds a sort instruction for AdditionalElementDefinition depending the feature
forClass
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsForClass()
Adds a constraint for the feature forClass to the
predicate. |
| 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 forClass()
AdditionalElementDefinition testing whether the feature
forClass has values or not.
org.w3c.cci2.StringTypePredicate thereExistsForClass()
forClass to the
predicate. The predicate for AdditionalElementDefinition
evaluates true if at least one of its values of feature
forClass 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 forAllForClass()
forClass to the
predicate. The predicate for AdditionalElementDefinition
evaluates true if all of its values of feature
forClass 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 orderByForClass()
AdditionalElementDefinition depending the feature
forClass
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 | |||||||||