public interface AuditEntry extends SecureObject, org.openmdx.base.cci2.BasicObject
AuditEntry| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuditEntry.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuditee()
Retrieves the value for the attribute
auditee. |
String |
getUnitOfWork()
Retrieves the possibly null value for the optional attribute
unitOfWork. |
Set<String> |
getVisitedBy()
Retrieves a set containing all the elements for the attribute
visitedBy. |
void |
setAuditee(String auditee)
Sets a new value for the attribute
auditee. |
void |
setUnitOfWork(String unitOfWork)
Sets a new value for the attribute
unitOfWork. |
void |
setVisitedBy(String... visitedBy)
Clears
visitedBy and adds the given value(s). |
TestAndSetVisitedByResult |
testAndSetVisitedBy(TestAndSetVisitedByParams in) |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserString getAuditee()
auditee.auditee.void setAuditee(String auditee)
auditee.auditee - The non-null new value for attribute auditee.TestAndSetVisitedByResult testAndSetVisitedBy(TestAndSetVisitedByParams in)
String getUnitOfWork()
unitOfWork.unitOfWork.void setUnitOfWork(String unitOfWork)
unitOfWork.unitOfWork - The possibly null new value for attribute unitOfWork.Set<String> getVisitedBy()
visitedBy.void setVisitedBy(String... visitedBy)
visitedBy and adds the given value(s).
This method is equivalent to
set.clear();
for(java.lang.String e : attributeName){
set.add(e);
}
visitedBy - value(s) to be added to visitedByThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.