public interface AuditEntry extends AuditEntry, SecureObject, org.openmdx.base.jmi1.BasicObject
AuditEntryAuditEntry.Identity| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getVisitedBy()
Retrieves a set containing all the elements for the attribute
visitedBy. |
void |
setVisitedBy(Set<String> visitedBy)
Clears
visitedBy and adds the members of the given Set. |
TestAndSetVisitedByResult |
testAndSetVisitedBy(TestAndSetVisitedByParams in) |
getAuditee, getUnitOfWork, setAuditee, setUnitOfWork, setVisitedBy, testAndSetVisitedByaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeTestAndSetVisitedByResult testAndSetVisitedBy(TestAndSetVisitedByParams in)
Set<String> getVisitedBy()
visitedBy.getVisitedBy in interface AuditEntryvoid setVisitedBy(Set<String> visitedBy)
visitedBy and adds the members of the given Set.
This method is equivalent to
set.clear(); set.addAll(visitedBy);Note: This is an extension to the JMI 1 standard.
visitedBy - collection to be copied.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.