|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditEntry
Abstract class AuditEntry
| Nested Class Summary | |
|---|---|
static interface |
AuditEntry.Identity
Object Identity |
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
String 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(); set.addAll(Arrays.asList(visitedBy));
visitedBy - value(s) to be added to visitedBy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||