|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecureObjectQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
accessGrantedByParent()
Adds a constraint to the predicate for SecureObject
testing whether the value of the feature
accessGrantedByParent is null or not. |
ComparableTypePredicate<Short> |
accessLevelBrowse()
|
ComparableTypePredicate<Short> |
accessLevelDelete()
|
ComparableTypePredicate<Short> |
accessLevelUpdate()
|
org.openmdx.base.cci2.BasicObjectQuery |
forAllAccessGrantedByParent()
Adds a condition for the feature accessGrantedByParent to
the predicate for SecureObject, which evaluates to
false unless the value of the feature
accessGrantedByParent satisfies the given condition. |
StringTypePredicate |
forAllOwner()
Adds a condition for the feature owner to the predicate
for SecureObject, which evaluates to false
unless the values of the feature owner satisfy the given
condition. |
PrincipalGroupQuery |
forAllOwningGroup()
Adds a condition for the feature owningGroup to the
predicate for SecureObject, which evaluates to
false unless the value of the feature
owningGroup satisfies the given condition. |
UserQuery |
forAllOwningUser()
Adds a condition for the feature owningUser to the
predicate for SecureObject, which evaluates to
false unless the value of the feature
owningUser satisfies the given condition. |
SimpleTypeOrder |
orderByAccessLevelBrowse()
Allows to adds a sort instruction for SecureObject
depending the feature accessLevelBrowse
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByAccessLevelDelete()
Allows to adds a sort instruction for SecureObject
depending the feature accessLevelDelete
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByAccessLevelUpdate()
Allows to adds a sort instruction for SecureObject
depending the feature accessLevelUpdate
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByOwner()
Allows to adds a sort instruction for SecureObject
depending the feature owner
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedFeaturePredicate |
owner()
Adds a constraint to the predicate for SecureObject
testing whether the feature owner has values or not. |
MultivaluedFeaturePredicate |
owningGroup()
Adds a constraint to the predicate for SecureObject
testing whether the feature owningGroup has values or not. |
OptionalFeaturePredicate |
owningUser()
Adds a constraint to the predicate for SecureObject
testing whether the value of the feature owningUser is
null or not. |
org.openmdx.base.cci2.BasicObjectQuery |
thereExistsAccessGrantedByParent()
Adds a condition for the feature accessGrantedByParent to
the predicate for SecureObject, which evaluates to
false unless the value of the feature
accessGrantedByParent satisfies the given condition. |
StringTypePredicate |
thereExistsOwner()
Adds a condition for the feature owner to the predicate
for SecureObject, which evaluates to false
unless the values of the feature owner satisfy the given
condition. |
PrincipalGroupQuery |
thereExistsOwningGroup()
Adds a condition for the feature owningGroup to the
predicate for SecureObject, which evaluates to
false unless the value of the feature
owningGroup satisfies the given condition. |
UserQuery |
thereExistsOwningUser()
Adds a condition for the feature owningUser to the
predicate for SecureObject, which evaluates to
false unless the value of the feature
owningUser satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate accessGrantedByParent()
SecureObject
testing whether the value of the feature
accessGrantedByParent is null or not.
org.openmdx.base.cci2.BasicObjectQuery thereExistsAccessGrantedByParent()
accessGrantedByParent to
the predicate for SecureObject, which evaluates to
false unless the value of the feature
accessGrantedByParent satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
org.openmdx.base.cci2.BasicObjectQuery forAllAccessGrantedByParent()
accessGrantedByParent to
the predicate for SecureObject, which evaluates to
false unless the value of the feature
accessGrantedByParent satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
ComparableTypePredicate<Short> accessLevelBrowse()
SimpleTypeOrder orderByAccessLevelBrowse()
SecureObject
depending the feature accessLevelBrowse
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> accessLevelDelete()
SimpleTypeOrder orderByAccessLevelDelete()
SecureObject
depending the feature accessLevelDelete
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> accessLevelUpdate()
SimpleTypeOrder orderByAccessLevelUpdate()
SecureObject
depending the feature accessLevelUpdate
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate owner()
SecureObject
testing whether the feature owner has values or not.
StringTypePredicate thereExistsOwner()
owner to the predicate
for SecureObject, which evaluates to false
unless the values of the feature owner 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
StringTypePredicate forAllOwner()
owner to the predicate
for SecureObject, which evaluates to false
unless the values of the feature owner 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
MultivaluedTypeOrder orderByOwner()
SecureObject
depending the feature owner
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate owningGroup()
SecureObject
testing whether the feature owningGroup has values or not.
PrincipalGroupQuery thereExistsOwningGroup()
owningGroup to the
predicate for SecureObject, which evaluates to
false unless the value of the feature
owningGroup satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
PrincipalGroupQuery forAllOwningGroup()
owningGroup to the
predicate for SecureObject, which evaluates to
false unless the value of the feature
owningGroup satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate owningUser()
SecureObject
testing whether the value of the feature owningUser is
null or not.
UserQuery thereExistsOwningUser()
owningUser to the
predicate for SecureObject, which evaluates to
false unless the value of the feature
owningUser satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
UserQuery forAllOwningUser()
owningUser to the
predicate for SecureObject, which evaluates to
false unless the value of the feature
owningUser satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||