org.opencrx.kernel.account1.cci2
Interface MoveAddressParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface MoveAddressParamsQuery
extends AnyTypePredicate


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

targetAddress

OptionalFeaturePredicate targetAddress()
Adds a constraint to the predicate for MoveAddressParams testing whether the value of the feature targetAddress is null or not.


thereExistsTargetAddress

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTargetAddress

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


updateRelationshipsBefore

OptionalFeaturePredicate updateRelationshipsBefore()
Adds a constraint to the predicate for MoveAddressParams testing whether the value of the feature updateRelationshipsBefore is null or not.


thereExistsUpdateRelationshipsBefore

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllUpdateRelationshipsBefore

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByUpdateRelationshipsBefore

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!


updateRelationshipsSince

OptionalFeaturePredicate updateRelationshipsSince()
Adds a constraint to the predicate for MoveAddressParams testing whether the value of the feature updateRelationshipsSince is null or not.


thereExistsUpdateRelationshipsSince

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllUpdateRelationshipsSince

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByUpdateRelationshipsSince

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!



This software is published under the BSD license. Copyright © 2003-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.