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

org.opencrx.kernel.activity1.cci2.ActivityDoFollowUpParamsQuery Maven / Gradle / Ivy

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

/**
 * A {@code ActivityDoFollowUpParamsQuery} selects a set of instances of class {@code ActivityDoFollowUpParams} 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:34.692995860Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ActivityDoFollowUpParamsQuery
  extends org.w3c.cci2.AnyTypePredicate
{

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

  /**
   * Adds a condition for the feature {@code assignTo} to the predicate for {@code ActivityDoFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code assignTo} 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.account1.cci2.ContactQuery thereExistsAssignTo( ); /** * Adds a condition for the feature {@code assignTo} to the predicate for {@code ActivityDoFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code assignTo} 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.account1.cci2.ContactQuery forAllAssignTo( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ActivityDoFollowUpParams} testing whether the value of the feature {@code followUpText} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate followUpText( ); /** * Adds a condition for the feature {@code followUpText} to the predicate for {@code ActivityDoFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code followUpText} 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 thereExistsFollowUpText( ); /** * Adds a condition for the feature {@code followUpText} to the predicate for {@code ActivityDoFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code followUpText} 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 forAllFollowUpText( ); /** * Allows to adds a sort instruction for {@code ActivityDoFollowUpParams} depending the feature {@code followUpText} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByFollowUpText( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ActivityDoFollowUpParams} testing whether the value of the feature {@code followUpTitle} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate followUpTitle( ); /** * Adds a condition for the feature {@code followUpTitle} to the predicate for {@code ActivityDoFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code followUpTitle} 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 thereExistsFollowUpTitle( ); /** * Adds a condition for the feature {@code followUpTitle} to the predicate for {@code ActivityDoFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code followUpTitle} 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 forAllFollowUpTitle( ); /** * Allows to adds a sort instruction for {@code ActivityDoFollowUpParams} depending the feature {@code followUpTitle} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByFollowUpTitle( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code ActivityDoFollowUpParams} testing whether the value of the feature {@code parentProcessInstance} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate parentProcessInstance( ); /** * Adds a condition for the feature {@code parentProcessInstance} to the predicate for {@code ActivityDoFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code parentProcessInstance} 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.home1.cci2.WfProcessInstanceQuery thereExistsParentProcessInstance( ); /** * Adds a condition for the feature {@code parentProcessInstance} to the predicate for {@code ActivityDoFollowUpParams}, which evaluates to {@code false} unless the value of the feature {@code parentProcessInstance} 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.home1.cci2.WfProcessInstanceQuery forAllParentProcessInstance( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code transition} to the predicate. The predicate for {@code ActivityDoFollowUpParams} evaluates {@code true} if its value of feature {@code transition} satisfies the selected condition. */ public org.opencrx.kernel.activity1.cci2.ActivityProcessTransitionQuery transition( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy