org.opencrx.kernel.contract1.cci2.ContractRoleQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* A {@code ContractRoleQuery} selects a set of instances of class {@code ContractRole} 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:36.650806578Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ContractRoleQuery
extends org.opencrx.kernel.base.cci2.SecureObjectQuery,
org.openmdx.base.cci2.BasicObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ContractRole} testing whether the value of the feature {@code account} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate account(
);
/**
* Adds a condition for the feature {@code account} to the predicate for {@code ContractRole}, which evaluates to {@code false} unless the value of the feature {@code account} 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 thereExistsAccount(
);
/**
* Adds a condition for the feature {@code account} to the predicate for {@code ContractRole}, which evaluates to {@code false} unless the value of the feature {@code account} 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 forAllAccount(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ContractRole} testing whether the value of the feature {@code contract} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate contract(
);
/**
* Adds a condition for the feature {@code contract} to the predicate for {@code ContractRole}, which evaluates to {@code false} unless the value of the feature {@code contract} 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.contract1.cci2.AbstractContractQuery thereExistsContract(
);
/**
* Adds a condition for the feature {@code contract} to the predicate for {@code ContractRole}, which evaluates to {@code false} unless the value of the feature {@code contract} 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.contract1.cci2.AbstractContractQuery forAllContract(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ContractRole} testing whether the value of the feature {@code contractReferenceHolder} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate contractReferenceHolder(
);
/**
* Adds a condition for the feature {@code contractReferenceHolder} to the predicate for {@code ContractRole}, which evaluates to {@code false} unless the value of the feature {@code contractReferenceHolder} 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.contract1.cci2.ContractReferenceHolderQuery thereExistsContractReferenceHolder(
);
/**
* Adds a condition for the feature {@code contractReferenceHolder} to the predicate for {@code ContractRole}, which evaluates to {@code false} unless the value of the feature {@code contractReferenceHolder} 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.contract1.cci2.ContractReferenceHolderQuery forAllContractReferenceHolder(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}