public interface Auditee extends Auditee, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
Auditee
isFrozen
| Modifier and Type | Method and Description |
|---|---|
<T extends AuditEntry> |
getAudit(AuditEntryQuery query)
Retrieves the value for the reference
audit for the specified query. |
AuditEntry |
getAudit(boolean idIsPersistent,
String id)
Retrieves the value for the reference
audit for the specified qualifier attribute value. |
AuditEntry |
getAudit(String id)
Retrieves the value for the reference
audit for the specified qualifier attribute value. |
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends AuditEntry> List<T> getAudit(AuditEntryQuery query)
audit for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.AuditEntry getAudit(boolean idIsPersistent, String id)
audit for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.AuditEntry getAudit(String id)
audit for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getAudit(false,id).
id - The value for the qualifier attribute that qualifies this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.