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