public interface MoveAddressParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.OptionalFeaturePredicate |
updateRelationshipsBefore()
Adds a constraint to the predicate for
MoveAddressParams testing whether the value of the feature updateRelationshipsBefore is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
updateRelationshipsSince()
Adds a constraint to the predicate for
MoveAddressParams testing whether the value of the feature updateRelationshipsSince is null or not. |
org.w3c.cci2.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
org.w3c.cci2.OptionalFeaturePredicate updateRelationshipsBefore()
MoveAddressParams testing whether the value of the feature updateRelationshipsBefore is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByUpdateRelationshipsBefore()
MoveAddressParams depending the feature updateRelationshipsBefore
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate updateRelationshipsSince()
MoveAddressParams testing whether the value of the feature updateRelationshipsSince is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByUpdateRelationshipsSince()
MoveAddressParams depending the feature updateRelationshipsSince
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.