public interface AuditeeQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.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. |
org.w3c.cci2.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
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.