org.opencrx.kernel.base.cci2.ImportItemParamsQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.cci2;
/**
* A {@code ImportItemParamsQuery} selects a set of instances of class {@code ImportItemParams} 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.866648748Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ImportItemParamsQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ImportItemParams} testing whether the value of the feature {@code importerTask} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate importerTask(
);
/**
* Adds a condition for the feature {@code importerTask} to the predicate for {@code ImportItemParams}, which evaluates to {@code false} unless the value of the feature {@code importerTask} 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.workflow1.cci2.ImporterTaskQuery thereExistsImporterTask(
);
/**
* Adds a condition for the feature {@code importerTask} to the predicate for {@code ImportItemParams}, which evaluates to {@code false} unless the value of the feature {@code importerTask} 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.workflow1.cci2.ImporterTaskQuery forAllImporterTask(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ImportItemParams} testing whether the value of the feature {@code item} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate item(
);
/**
* Adds a condition for the feature {@code item} to the predicate for {@code ImportItemParams}, which evaluates to {@code false} unless the value of the feature {@code item} 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.AnyTypePredicate thereExistsItem(
);
/**
* Adds a condition for the feature {@code item} to the predicate for {@code ImportItemParams}, which evaluates to {@code false} unless the value of the feature {@code item} 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.AnyTypePredicate forAllItem(
);
/**
* Allows to adds a sort instruction for {@code ImportItemParams} depending the feature {@code item}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByItem(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ImportItemParams} testing whether the value of the feature {@code itemMimeType} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate itemMimeType(
);
/**
* Adds a condition for the feature {@code itemMimeType} to the predicate for {@code ImportItemParams}, which evaluates to {@code false} unless the value of the feature {@code itemMimeType} 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.StringTypePredicate thereExistsItemMimeType(
);
/**
* Adds a condition for the feature {@code itemMimeType} to the predicate for {@code ImportItemParams}, which evaluates to {@code false} unless the value of the feature {@code itemMimeType} 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.StringTypePredicate forAllItemMimeType(
);
/**
* Allows to adds a sort instruction for {@code ImportItemParams} depending the feature {@code itemMimeType}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByItemMimeType(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ImportItemParams} testing whether the value of the feature {@code itemName} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate itemName(
);
/**
* Adds a condition for the feature {@code itemName} to the predicate for {@code ImportItemParams}, which evaluates to {@code false} unless the value of the feature {@code itemName} 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.StringTypePredicate thereExistsItemName(
);
/**
* Adds a condition for the feature {@code itemName} to the predicate for {@code ImportItemParams}, which evaluates to {@code false} unless the value of the feature {@code itemName} 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.StringTypePredicate forAllItemName(
);
/**
* Allows to adds a sort instruction for {@code ImportItemParams} depending the feature {@code itemName}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByItemName(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}