public interface JabberAccountQuery extends ServiceAccountQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllHostname()
Adds a condition for the feature
hostname to the predicate for JabberAccount, which evaluates to false unless the value of the feature hostname satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPassword()
Adds a condition for the feature
password to the predicate for JabberAccount, which evaluates to false unless the value of the feature password satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllServicename()
Adds a condition for the feature
servicename to the predicate for JabberAccount, which evaluates to false unless the value of the feature servicename satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllUsername()
Adds a condition for the feature
username to the predicate for JabberAccount, which evaluates to false unless the value of the feature username satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
hostname()
Adds a constraint to the predicate for
JabberAccount testing whether the value of the feature hostname is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByHostname()
Allows to adds a sort instruction for
JabberAccount depending the feature hostname
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByPassword()
Allows to adds a sort instruction for
JabberAccount depending the feature password
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByServicename()
Allows to adds a sort instruction for
JabberAccount depending the feature servicename
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByUsername()
Allows to adds a sort instruction for
JabberAccount depending the feature username
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
password()
Adds a constraint to the predicate for
JabberAccount testing whether the value of the feature password is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
servicename()
Adds a constraint to the predicate for
JabberAccount testing whether the value of the feature servicename is null or not. |
org.w3c.cci2.StringTypePredicate |
thereExistsHostname()
Adds a condition for the feature
hostname to the predicate for JabberAccount, which evaluates to false unless the value of the feature hostname satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPassword()
Adds a condition for the feature
password to the predicate for JabberAccount, which evaluates to false unless the value of the feature password satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsServicename()
Adds a condition for the feature
servicename to the predicate for JabberAccount, which evaluates to false unless the value of the feature servicename satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsUsername()
Adds a condition for the feature
username to the predicate for JabberAccount, which evaluates to false unless the value of the feature username satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
username()
Adds a constraint to the predicate for
JabberAccount testing whether the value of the feature username is null or not. |
description, forAllDescription, forAllIsActive, forAllIsDefault, isActive, isDefault, name, orderByDescription, orderByIsActive, orderByIsDefault, orderByName, thereExistsDescription, thereExistsIsActive, thereExistsIsDefaultaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate hostname()
JabberAccount testing whether the value of the feature hostname is null or not.org.w3c.cci2.StringTypePredicate thereExistsHostname()
hostname to the predicate for JabberAccount, which evaluates to false unless the value of the feature hostname 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 forAllHostname()
hostname to the predicate for JabberAccount, which evaluates to false unless the value of the feature hostname 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 orderByHostname()
JabberAccount depending the feature hostname
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate password()
JabberAccount testing whether the value of the feature password is null or not.org.w3c.cci2.StringTypePredicate thereExistsPassword()
password to the predicate for JabberAccount, which evaluates to false unless the value of the feature password 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 forAllPassword()
password to the predicate for JabberAccount, which evaluates to false unless the value of the feature password 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 orderByPassword()
JabberAccount depending the feature password
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate servicename()
JabberAccount testing whether the value of the feature servicename is null or not.org.w3c.cci2.StringTypePredicate thereExistsServicename()
servicename to the predicate for JabberAccount, which evaluates to false unless the value of the feature servicename 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 forAllServicename()
servicename to the predicate for JabberAccount, which evaluates to false unless the value of the feature servicename 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 orderByServicename()
JabberAccount depending the feature servicename
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate username()
JabberAccount testing whether the value of the feature username is null or not.org.w3c.cci2.StringTypePredicate thereExistsUsername()
username to the predicate for JabberAccount, which evaluates to false unless the value of the feature username 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 forAllUsername()
username to the predicate for JabberAccount, which evaluates to false unless the value of the feature username 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 orderByUsername()
JabberAccount depending the feature username
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.