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

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

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

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

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

  /**
   * Adds a condition for the feature {@code grantedPermissionsAll} to the predicate for {@code CheckPermissionsResult}, which evaluates to {@code false} unless the values of the feature {@code grantedPermissionsAll} 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 thereExistsGrantedPermissionsAll( ); /** * Adds a condition for the feature {@code grantedPermissionsAll} to the predicate for {@code CheckPermissionsResult}, which evaluates to {@code false} unless the values of the feature {@code grantedPermissionsAll} 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 forAllGrantedPermissionsAll( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CheckPermissionsResult} testing whether the feature {@code grantedPermissionsDelete} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate grantedPermissionsDelete( ); /** * Adds a condition for the feature {@code grantedPermissionsDelete} to the predicate for {@code CheckPermissionsResult}, which evaluates to {@code false} unless the values of the feature {@code grantedPermissionsDelete} 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 thereExistsGrantedPermissionsDelete( ); /** * Adds a condition for the feature {@code grantedPermissionsDelete} to the predicate for {@code CheckPermissionsResult}, which evaluates to {@code false} unless the values of the feature {@code grantedPermissionsDelete} 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 forAllGrantedPermissionsDelete( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CheckPermissionsResult} testing whether the feature {@code grantedPermissionsRead} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate grantedPermissionsRead( ); /** * Adds a condition for the feature {@code grantedPermissionsRead} to the predicate for {@code CheckPermissionsResult}, which evaluates to {@code false} unless the values of the feature {@code grantedPermissionsRead} 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 thereExistsGrantedPermissionsRead( ); /** * Adds a condition for the feature {@code grantedPermissionsRead} to the predicate for {@code CheckPermissionsResult}, which evaluates to {@code false} unless the values of the feature {@code grantedPermissionsRead} 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 forAllGrantedPermissionsRead( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code CheckPermissionsResult} testing whether the feature {@code grantedPermissionsUpdate} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate grantedPermissionsUpdate( ); /** * Adds a condition for the feature {@code grantedPermissionsUpdate} to the predicate for {@code CheckPermissionsResult}, which evaluates to {@code false} unless the values of the feature {@code grantedPermissionsUpdate} 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 thereExistsGrantedPermissionsUpdate( ); /** * Adds a condition for the feature {@code grantedPermissionsUpdate} to the predicate for {@code CheckPermissionsResult}, which evaluates to {@code false} unless the values of the feature {@code grantedPermissionsUpdate} 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 forAllGrantedPermissionsUpdate( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code hasDeletePermission} to the predicate. The predicate for {@code CheckPermissionsResult} evaluates {@code true} if its value of feature {@code hasDeletePermission} satisfies the selected condition. */ public org.w3c.cci2.BooleanTypePredicate hasDeletePermission( ); /** * Allows to adds a sort instruction for {@code CheckPermissionsResult} depending the feature {@code hasDeletePermission} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByHasDeletePermission( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code hasReadPermission} to the predicate. The predicate for {@code CheckPermissionsResult} evaluates {@code true} if its value of feature {@code hasReadPermission} satisfies the selected condition. */ public org.w3c.cci2.BooleanTypePredicate hasReadPermission( ); /** * Allows to adds a sort instruction for {@code CheckPermissionsResult} depending the feature {@code hasReadPermission} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByHasReadPermission( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code hasUpdatePermission} to the predicate. The predicate for {@code CheckPermissionsResult} evaluates {@code true} if its value of feature {@code hasUpdatePermission} satisfies the selected condition. */ public org.w3c.cci2.BooleanTypePredicate hasUpdatePermission( ); /** * Allows to adds a sort instruction for {@code CheckPermissionsResult} depending the feature {@code hasUpdatePermission} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByHasUpdatePermission( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy