|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrincipalGroupQuery
| Method Summary | |
|---|---|
org.openmdx.security.realm1.cci2.RoleQuery |
forAllGrantedRole()
Adds a condition for the feature grantedRole to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature grantedRole satisfies the given condition. |
BooleanTypePredicate |
forAllIsFinal()
Adds a condition for the feature isFinal to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature isFinal satisfies the given condition. |
MultivaluedFeaturePredicate |
grantedRole()
Adds a constraint to the predicate for PrincipalGroup testing whether the feature grantedRole has values or not. |
OptionalFeaturePredicate |
isFinal()
Adds a constraint to the predicate for PrincipalGroup testing whether the value of the feature isFinal is null or not. |
SimpleTypeOrder |
orderByIsFinal()
Allows to adds a sort instruction for PrincipalGroup depending the feature isFinal
Note: The order in which orderBy… instructions are given is relevant! |
org.openmdx.security.realm1.cci2.RoleQuery |
thereExistsGrantedRole()
Adds a condition for the feature grantedRole to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature grantedRole satisfies the given condition. |
BooleanTypePredicate |
thereExistsIsFinal()
Adds a condition for the feature isFinal to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature isFinal satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.security.realm1.cci2.PrincipalQuery |
|---|
authCredential, credential, description, disabled, forAllAuthCredential, forAllCredential, forAllDescription, forAllIsMemberOf, forAllSubject, isMemberOf, name, orderByDescription, orderByDisabled, orderByName, subject, thereExistsAuthCredential, thereExistsCredential, thereExistsDescription, thereExistsIsMemberOf, thereExistsSubject |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate grantedRole()
PrincipalGroup testing whether the feature grantedRole has values or not.
org.openmdx.security.realm1.cci2.RoleQuery thereExistsGrantedRole()
grantedRole to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature grantedRole satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.openmdx.security.realm1.cci2.RoleQuery forAllGrantedRole()
grantedRole to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature grantedRole satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate isFinal()
PrincipalGroup testing whether the value of the feature isFinal is null or not.
BooleanTypePredicate thereExistsIsFinal()
isFinal to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature isFinal satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BooleanTypePredicate forAllIsFinal()
isFinal to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature isFinal satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByIsFinal()
PrincipalGroup depending the feature isFinal
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||