org.opencrx.kernel.account1.cci2.MoveAddressToAccountParamsQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* A {@code MoveAddressToAccountParamsQuery} selects a set of instances of class {@code MoveAddressToAccountParams} based on conditions to be met by their attributes.
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.QueryMapper",
date = "2023-10-28T12:15:35.648777801Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface MoveAddressToAccountParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code MoveAddressToAccountParams} testing whether the value of the feature {@code targetAccount} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate targetAccount(
);
/**
* Adds a condition for the feature {@code targetAccount} to the predicate for {@code MoveAddressToAccountParams}, which evaluates to {@code false} unless the value of the feature {@code targetAccount} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.opencrx.kernel.account1.cci2.AccountQuery thereExistsTargetAccount(
);
/**
* Adds a condition for the feature {@code targetAccount} to the predicate for {@code MoveAddressToAccountParams}, which evaluates to {@code false} unless the value of the feature {@code targetAccount} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.account1.cci2.AccountQuery forAllTargetAccount(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code MoveAddressToAccountParams} testing whether the value of the feature {@code updateRelationshipsBefore} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate updateRelationshipsBefore(
);
/**
* Adds a condition for the feature {@code updateRelationshipsBefore} to the predicate for {@code MoveAddressToAccountParams}, which evaluates to {@code false} unless the value of the feature {@code updateRelationshipsBefore} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsUpdateRelationshipsBefore(
);
/**
* Adds a condition for the feature {@code updateRelationshipsBefore} to the predicate for {@code MoveAddressToAccountParams}, which evaluates to {@code false} unless the value of the feature {@code updateRelationshipsBefore} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllUpdateRelationshipsBefore(
);
/**
* Allows to adds a sort instruction for {@code MoveAddressToAccountParams} depending the feature {@code updateRelationshipsBefore}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByUpdateRelationshipsBefore(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code MoveAddressToAccountParams} testing whether the value of the feature {@code updateRelationshipsSince} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate updateRelationshipsSince(
);
/**
* Adds a condition for the feature {@code updateRelationshipsSince} to the predicate for {@code MoveAddressToAccountParams}, which evaluates to {@code false} unless the value of the feature {@code updateRelationshipsSince} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.w3c.cci2.ComparableTypePredicate thereExistsUpdateRelationshipsSince(
);
/**
* Adds a condition for the feature {@code updateRelationshipsSince} to the predicate for {@code MoveAddressToAccountParams}, which evaluates to {@code false} unless the value of the feature {@code updateRelationshipsSince} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.w3c.cci2.ComparableTypePredicate forAllUpdateRelationshipsSince(
);
/**
* Allows to adds a sort instruction for {@code MoveAddressToAccountParams} depending the feature {@code updateRelationshipsSince}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByUpdateRelationshipsSince(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}