org.opencrx.kernel.account1.cci2.SearchIndexEntryQuery Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* A {@code SearchIndexEntryQuery} selects a set of instances of class {@code SearchIndexEntry} 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.708145891Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SearchIndexEntryQuery
extends org.opencrx.kernel.base.cci2.SecureObjectQuery,
org.openmdx.base.cci2.BasicObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code account} to the predicate. The predicate for {@code SearchIndexEntry} evaluates {@code true} if its value of feature {@code account} satisfies the selected condition.
*/
public org.opencrx.kernel.account1.cci2.AccountQuery account(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code accountAddressIndex} to the predicate. The predicate for {@code SearchIndexEntry} evaluates {@code true} if its value of feature {@code accountAddressIndex} satisfies the selected condition.
*/
public org.w3c.cci2.StringTypePredicate accountAddressIndex(
);
/**
* Allows to adds a sort instruction for {@code SearchIndexEntry} depending the feature {@code accountAddressIndex}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByAccountAddressIndex(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}