|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MoveAddressParamsQuery
Method Summary | |
---|---|
AccountAddressQuery |
forAllTargetAddress()
Adds a condition for the feature targetAddress to the predicate for MoveAddressParams , which evaluates to false unless the value of the feature targetAddress satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllUpdateRelationshipsBefore()
Adds a condition for the feature updateRelationshipsBefore to the predicate for MoveAddressParams , which evaluates to false unless the value of the feature updateRelationshipsBefore satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllUpdateRelationshipsSince()
Adds a condition for the feature updateRelationshipsSince to the predicate for MoveAddressParams , which evaluates to false unless the value of the feature updateRelationshipsSince satisfies the given condition. |
SimpleTypeOrder |
orderByUpdateRelationshipsBefore()
Allows to adds a sort instruction for MoveAddressParams depending the feature updateRelationshipsBefore
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByUpdateRelationshipsSince()
Allows to adds a sort instruction for MoveAddressParams depending the feature updateRelationshipsSince
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
targetAddress()
Adds a constraint to the predicate for MoveAddressParams testing whether the value of the feature targetAddress is null or not. |
AccountAddressQuery |
thereExistsTargetAddress()
Adds a condition for the feature targetAddress to the predicate for MoveAddressParams , which evaluates to false unless the value of the feature targetAddress satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsUpdateRelationshipsBefore()
Adds a condition for the feature updateRelationshipsBefore to the predicate for MoveAddressParams , which evaluates to false unless the value of the feature updateRelationshipsBefore satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsUpdateRelationshipsSince()
Adds a condition for the feature updateRelationshipsSince to the predicate for MoveAddressParams , which evaluates to false unless the value of the feature updateRelationshipsSince satisfies the given condition. |
OptionalFeaturePredicate |
updateRelationshipsBefore()
Adds a constraint to the predicate for MoveAddressParams testing whether the value of the feature updateRelationshipsBefore is null or not. |
OptionalFeaturePredicate |
updateRelationshipsSince()
Adds a constraint to the predicate for MoveAddressParams testing whether the value of the feature updateRelationshipsSince is null or not. |
Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
Method Detail |
---|
OptionalFeaturePredicate targetAddress()
MoveAddressParams
testing whether the value of the feature targetAddress
is null
or not.
AccountAddressQuery thereExistsTargetAddress()
targetAddress
to the predicate for MoveAddressParams
, which evaluates to false
unless the value of the feature targetAddress
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
AccountAddressQuery forAllTargetAddress()
targetAddress
to the predicate for MoveAddressParams
, which evaluates to false
unless the value of the feature targetAddress
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
OptionalFeaturePredicate updateRelationshipsBefore()
MoveAddressParams
testing whether the value of the feature updateRelationshipsBefore
is null
or not.
ComparableTypePredicate<Date> thereExistsUpdateRelationshipsBefore()
updateRelationshipsBefore
to the predicate for MoveAddressParams
, which evaluates to false
unless the value of the feature updateRelationshipsBefore
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllUpdateRelationshipsBefore()
updateRelationshipsBefore
to the predicate for MoveAddressParams
, which evaluates to false
unless the value of the feature updateRelationshipsBefore
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
SimpleTypeOrder orderByUpdateRelationshipsBefore()
MoveAddressParams
depending the feature updateRelationshipsBefore
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate updateRelationshipsSince()
MoveAddressParams
testing whether the value of the feature updateRelationshipsSince
is null
or not.
ComparableTypePredicate<Date> thereExistsUpdateRelationshipsSince()
updateRelationshipsSince
to the predicate for MoveAddressParams
, which evaluates to false
unless the value of the feature updateRelationshipsSince
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllUpdateRelationshipsSince()
updateRelationshipsSince
to the predicate for MoveAddressParams
, which evaluates to false
unless the value of the feature updateRelationshipsSince
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
SimpleTypeOrder orderByUpdateRelationshipsSince()
MoveAddressParams
depending the feature updateRelationshipsSince
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 |