|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditeeQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
audit()
Adds a constraint to the predicate for Auditee testing whether the feature audit has values or not. |
AuditEntryQuery |
forAllAudit()
Adds a condition for the feature audit to the predicate for Auditee, which evaluates to false unless the value of the feature audit satisfies the given condition. |
AuditEntryQuery |
thereExistsAudit()
Adds a condition for the feature audit to the predicate for Auditee, which evaluates to false unless the value of the feature audit satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate audit()
Auditee testing whether the feature audit has values or not.
AuditEntryQuery thereExistsAudit()
audit to the predicate for Auditee, which evaluates to false unless the value of the feature audit satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AuditEntryQuery forAllAudit()
audit to the predicate for Auditee, which evaluates to false unless the value of the feature audit 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 | |||||||||