All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.base.cci2.AuditEntryQuery Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.cci2;

/**
 * A {@code AuditEntryQuery} selects a set of instances of class {@code AuditEntry} 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.794893709Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AuditEntryQuery
  extends org.opencrx.kernel.base.cci2.SecureObjectQuery,
    org.openmdx.base.cci2.BasicObjectQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint for the feature {@code auditee} to the predicate. The predicate for {@code AuditEntry} evaluates {@code true} if its value of feature {@code auditee} satisfies the selected condition.
   */
  public org.w3c.cci2.StringTypePredicate auditee(
  );

  /**
   * Allows to adds a sort instruction for {@code AuditEntry} depending the feature {@code auditee}
   * Note: The order in which {@code orderBy…} instructions are given is relevant!
   */
    public org.w3c.cci2.StringTypeOrder orderByAuditee(
  );

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code AuditEntry} testing whether the value of the feature {@code unitOfWork} is {@code null} or not.
   */
  public org.w3c.cci2.OptionalFeaturePredicate unitOfWork(
  );

  /**
   * Adds a condition for the feature {@code unitOfWork} to the predicate for {@code AuditEntry}, which evaluates to {@code false} unless the value of the feature {@code unitOfWork} 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 thereExistsUnitOfWork( ); /** * Adds a condition for the feature {@code unitOfWork} to the predicate for {@code AuditEntry}, which evaluates to {@code false} unless the value of the feature {@code unitOfWork} 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 forAllUnitOfWork( ); /** * Allows to adds a sort instruction for {@code AuditEntry} depending the feature {@code unitOfWork} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUnitOfWork( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AuditEntry} testing whether the feature {@code visitedBy} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate visitedBy( ); /** * Adds a condition for the feature {@code visitedBy} to the predicate for {@code AuditEntry}, which evaluates to {@code false} unless the values of the feature {@code visitedBy} satisfy the given condition. *

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsVisitedBy( ); /** * Adds a condition for the feature {@code visitedBy} to the predicate for {@code AuditEntry}, which evaluates to {@code false} unless the values of the feature {@code visitedBy} satisfy the given condition. *

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllVisitedBy( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy