org.opencrx.kernel.building1.cci2.LinkableItemLinkFromQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.building1.cci2;
/**
* A {@code LinkableItemLinkFromQuery} selects a set of instances of class {@code LinkableItemLinkFrom} 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.938950344Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface LinkableItemLinkFromQuery
extends org.opencrx.kernel.base.cci2.SecureObjectQuery,
org.opencrx.kernel.building1.cci2.LinkableItemLinkQuery,
org.openmdx.base.cci2.BasicObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LinkableItemLinkFrom} testing whether the value of the feature {@code linkFrom} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate linkFrom(
);
/**
* Adds a condition for the feature {@code linkFrom} to the predicate for {@code LinkableItemLinkFrom}, which evaluates to {@code false} unless the value of the feature {@code linkFrom} 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.building1.cci2.LinkableItemQuery thereExistsLinkFrom(
);
/**
* Adds a condition for the feature {@code linkFrom} to the predicate for {@code LinkableItemLinkFrom}, which evaluates to {@code false} unless the value of the feature {@code linkFrom} 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.building1.cci2.LinkableItemQuery forAllLinkFrom(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code LinkableItemLinkFrom} testing whether the value of the feature {@code linkTo} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate linkTo(
);
/**
* Adds a condition for the feature {@code linkTo} to the predicate for {@code LinkableItemLinkFrom}, which evaluates to {@code false} unless the value of the feature {@code linkTo} 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.building1.cci2.LinkableItemLinkToQuery thereExistsLinkTo(
);
/**
* Adds a condition for the feature {@code linkTo} to the predicate for {@code LinkableItemLinkFrom}, which evaluates to {@code false} unless the value of the feature {@code linkTo} 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.building1.cci2.LinkableItemLinkToQuery forAllLinkTo(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}