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

org.opencrx.kernel.home1.cci2.TimerQuery Maven / Gradle / Ivy

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

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

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code Timer} testing whether the feature {@code action} has values or not.
   */
  public org.w3c.cci2.MultivaluedFeaturePredicate action(
  );

  /**
   * Adds a condition for the feature {@code action} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code action} 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.WfProcessQuery thereExistsAction( ); /** * Adds a condition for the feature {@code action} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code action} 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.WfProcessQuery forAllAction( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Timer} testing whether the value of the feature {@code description} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate description( ); /** * Adds a condition for the feature {@code description} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code description} 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 thereExistsDescription( ); /** * Adds a condition for the feature {@code description} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code description} 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 forAllDescription( ); /** * Allows to adds a sort instruction for {@code Timer} depending the feature {@code description} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Timer} testing whether the value of the feature {@code disabled} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate disabled( ); /** * Adds a condition for the feature {@code disabled} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code disabled} 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.BooleanTypePredicate thereExistsDisabled( ); /** * Adds a condition for the feature {@code disabled} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code disabled} 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.BooleanTypePredicate forAllDisabled( ); /** * Allows to adds a sort instruction for {@code Timer} depending the feature {@code disabled} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDisabled( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Timer} testing whether the value of the feature {@code lastTriggerAt} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate lastTriggerAt( ); /** * Adds a condition for the feature {@code lastTriggerAt} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code lastTriggerAt} 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.ComparableTypePredicate thereExistsLastTriggerAt( ); /** * Adds a condition for the feature {@code lastTriggerAt} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code lastTriggerAt} 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.ComparableTypePredicate forAllLastTriggerAt( ); /** * Allows to adds a sort instruction for {@code Timer} depending the feature {@code lastTriggerAt} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByLastTriggerAt( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code Timer} evaluates {@code true} if its value of feature {@code name} satisfies the selected condition. */ public org.w3c.cci2.StringTypePredicate name( ); /** * Allows to adds a sort instruction for {@code Timer} depending the feature {@code name} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Timer} testing whether the value of the feature {@code target} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate target( ); /** * Adds a condition for the feature {@code target} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code target} 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.openmdx.base.cci2.ContextCapableQuery thereExistsTarget( ); /** * Adds a condition for the feature {@code target} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code target} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.openmdx.base.cci2.ContextCapableQuery forAllTarget( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Timer} testing whether the value of the feature {@code timerEndAt} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate timerEndAt( ); /** * Adds a condition for the feature {@code timerEndAt} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code timerEndAt} 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.ComparableTypePredicate thereExistsTimerEndAt( ); /** * Adds a condition for the feature {@code timerEndAt} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code timerEndAt} 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.ComparableTypePredicate forAllTimerEndAt( ); /** * Allows to adds a sort instruction for {@code Timer} depending the feature {@code timerEndAt} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByTimerEndAt( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Timer} testing whether the value of the feature {@code timerStartAt} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate timerStartAt( ); /** * Adds a condition for the feature {@code timerStartAt} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code timerStartAt} 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.ComparableTypePredicate thereExistsTimerStartAt( ); /** * Adds a condition for the feature {@code timerStartAt} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code timerStartAt} 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.ComparableTypePredicate forAllTimerStartAt( ); /** * Allows to adds a sort instruction for {@code Timer} depending the feature {@code timerStartAt} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByTimerStartAt( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code timerState} to the predicate. The predicate for {@code Timer} evaluates {@code true} if its value of feature {@code timerState} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate timerState( ); /** * Allows to adds a sort instruction for {@code Timer} depending the feature {@code timerState} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByTimerState( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Timer} testing whether the value of the feature {@code triggerIntervalMinutes} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate triggerIntervalMinutes( ); /** * Adds a condition for the feature {@code triggerIntervalMinutes} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code triggerIntervalMinutes} 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.ComparableTypePredicate thereExistsTriggerIntervalMinutes( ); /** * Adds a condition for the feature {@code triggerIntervalMinutes} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code triggerIntervalMinutes} 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.ComparableTypePredicate forAllTriggerIntervalMinutes( ); /** * Allows to adds a sort instruction for {@code Timer} depending the feature {@code triggerIntervalMinutes} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByTriggerIntervalMinutes( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Timer} testing whether the value of the feature {@code triggerRepeat} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate triggerRepeat( ); /** * Adds a condition for the feature {@code triggerRepeat} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code triggerRepeat} 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.ComparableTypePredicate thereExistsTriggerRepeat( ); /** * Adds a condition for the feature {@code triggerRepeat} to the predicate for {@code Timer}, which evaluates to {@code false} unless the value of the feature {@code triggerRepeat} 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.ComparableTypePredicate forAllTriggerRepeat( ); /** * Allows to adds a sort instruction for {@code Timer} depending the feature {@code triggerRepeat} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByTriggerRepeat( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy