org.opencrx.kernel.home1.cci2.OAuthAccountQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
/**
* A {@code OAuthAccountQuery} selects a set of instances of class {@code OAuthAccount} 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.512895894Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface OAuthAccountQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code OAuthAccount} testing whether the value of the feature {@code accessToken} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate accessToken(
);
/**
* Adds a condition for the feature {@code accessToken} to the predicate for {@code OAuthAccount}, which evaluates to {@code false} unless the value of the feature {@code accessToken} 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 thereExistsAccessToken(
);
/**
* Adds a condition for the feature {@code accessToken} to the predicate for {@code OAuthAccount}, which evaluates to {@code false} unless the value of the feature {@code accessToken} 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 forAllAccessToken(
);
/**
* Allows to adds a sort instruction for {@code OAuthAccount} depending the feature {@code accessToken}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByAccessToken(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code OAuthAccount} testing whether the value of the feature {@code accessTokenSecret} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate accessTokenSecret(
);
/**
* Adds a condition for the feature {@code accessTokenSecret} to the predicate for {@code OAuthAccount}, which evaluates to {@code false} unless the value of the feature {@code accessTokenSecret} 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 thereExistsAccessTokenSecret(
);
/**
* Adds a condition for the feature {@code accessTokenSecret} to the predicate for {@code OAuthAccount}, which evaluates to {@code false} unless the value of the feature {@code accessTokenSecret} 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 forAllAccessTokenSecret(
);
/**
* Allows to adds a sort instruction for {@code OAuthAccount} depending the feature {@code accessTokenSecret}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByAccessTokenSecret(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code OAuthAccount} testing whether the value of the feature {@code consumerKey} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate consumerKey(
);
/**
* Adds a condition for the feature {@code consumerKey} to the predicate for {@code OAuthAccount}, which evaluates to {@code false} unless the value of the feature {@code consumerKey} 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 thereExistsConsumerKey(
);
/**
* Adds a condition for the feature {@code consumerKey} to the predicate for {@code OAuthAccount}, which evaluates to {@code false} unless the value of the feature {@code consumerKey} 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 forAllConsumerKey(
);
/**
* Allows to adds a sort instruction for {@code OAuthAccount} depending the feature {@code consumerKey}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByConsumerKey(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code OAuthAccount} testing whether the value of the feature {@code consumerSecret} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate consumerSecret(
);
/**
* Adds a condition for the feature {@code consumerSecret} to the predicate for {@code OAuthAccount}, which evaluates to {@code false} unless the value of the feature {@code consumerSecret} 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 thereExistsConsumerSecret(
);
/**
* Adds a condition for the feature {@code consumerSecret} to the predicate for {@code OAuthAccount}, which evaluates to {@code false} unless the value of the feature {@code consumerSecret} 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 forAllConsumerSecret(
);
/**
* Allows to adds a sort instruction for {@code OAuthAccount} depending the feature {@code consumerSecret}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByConsumerSecret(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}