public interface OAuthAccountQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
accessToken()
Adds a constraint to the predicate for
OAuthAccount testing whether the value of the feature accessToken is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
accessTokenSecret()
Adds a constraint to the predicate for
OAuthAccount testing whether the value of the feature accessTokenSecret is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
consumerKey()
Adds a constraint to the predicate for
OAuthAccount testing whether the value of the feature consumerKey is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
consumerSecret()
Adds a constraint to the predicate for
OAuthAccount testing whether the value of the feature consumerSecret is null or not. |
org.w3c.cci2.StringTypePredicate |
forAllAccessToken()
Adds a condition for the feature
accessToken to the predicate for OAuthAccount, which evaluates to false unless the value of the feature accessToken satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllAccessTokenSecret()
Adds a condition for the feature
accessTokenSecret to the predicate for OAuthAccount, which evaluates to false unless the value of the feature accessTokenSecret satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllConsumerKey()
Adds a condition for the feature
consumerKey to the predicate for OAuthAccount, which evaluates to false unless the value of the feature consumerKey satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllConsumerSecret()
Adds a condition for the feature
consumerSecret to the predicate for OAuthAccount, which evaluates to false unless the value of the feature consumerSecret satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByAccessToken()
Allows to adds a sort instruction for
OAuthAccount depending the feature accessToken
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByAccessTokenSecret()
Allows to adds a sort instruction for
OAuthAccount depending the feature accessTokenSecret
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByConsumerKey()
Allows to adds a sort instruction for
OAuthAccount depending the feature consumerKey
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByConsumerSecret()
Allows to adds a sort instruction for
OAuthAccount depending the feature consumerSecret
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsAccessToken()
Adds a condition for the feature
accessToken to the predicate for OAuthAccount, which evaluates to false unless the value of the feature accessToken satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsAccessTokenSecret()
Adds a condition for the feature
accessTokenSecret to the predicate for OAuthAccount, which evaluates to false unless the value of the feature accessTokenSecret satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsConsumerKey()
Adds a condition for the feature
consumerKey to the predicate for OAuthAccount, which evaluates to false unless the value of the feature consumerKey satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsConsumerSecret()
Adds a condition for the feature
consumerSecret to the predicate for OAuthAccount, which evaluates to false unless the value of the feature consumerSecret satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate accessToken()
OAuthAccount testing whether the value of the feature accessToken is null or not.org.w3c.cci2.StringTypePredicate thereExistsAccessToken()
accessToken to the predicate for OAuthAccount, which evaluates to false unless the value of the feature accessToken satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllAccessToken()
accessToken to the predicate for OAuthAccount, which evaluates to false unless the value of the feature accessToken satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByAccessToken()
OAuthAccount depending the feature accessToken
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate accessTokenSecret()
OAuthAccount testing whether the value of the feature accessTokenSecret is null or not.org.w3c.cci2.StringTypePredicate thereExistsAccessTokenSecret()
accessTokenSecret to the predicate for OAuthAccount, which evaluates to false unless the value of the feature accessTokenSecret satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllAccessTokenSecret()
accessTokenSecret to the predicate for OAuthAccount, which evaluates to false unless the value of the feature accessTokenSecret satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByAccessTokenSecret()
OAuthAccount depending the feature accessTokenSecret
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate consumerKey()
OAuthAccount testing whether the value of the feature consumerKey is null or not.org.w3c.cci2.StringTypePredicate thereExistsConsumerKey()
consumerKey to the predicate for OAuthAccount, which evaluates to false unless the value of the feature consumerKey satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllConsumerKey()
consumerKey to the predicate for OAuthAccount, which evaluates to false unless the value of the feature consumerKey satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByConsumerKey()
OAuthAccount depending the feature consumerKey
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate consumerSecret()
OAuthAccount testing whether the value of the feature consumerSecret is null or not.org.w3c.cci2.StringTypePredicate thereExistsConsumerSecret()
consumerSecret to the predicate for OAuthAccount, which evaluates to false unless the value of the feature consumerSecret satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllConsumerSecret()
consumerSecret to the predicate for OAuthAccount, which evaluates to false unless the value of the feature consumerSecret satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByConsumerSecret()
OAuthAccount depending the feature consumerSecret
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.