org.opencrx.kernel.base.jmi1
Interface AuditEntry
- All Superinterfaces:
- AuditEntry, BasicObject, ContextCapable, ExtentCapable, RefBaseObject, RefFeatured, RefObject, RefObject_1_0, SecureObject, ViewCapable
- All Known Subinterfaces:
- ObjectCreationAuditEntry, ObjectModificationAuditEntry, ObjectRemovalAuditEntry
public interface AuditEntry
- extends AuditEntry, SecureObject, BasicObject
Abstract class AuditEntry
| Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
addOwningGroup, checkPermissions, getAccessGrantedByParent, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
testAndSetVisitedBy
TestAndSetVisitedByResult testAndSetVisitedBy(TestAndSetVisitedByParams in)
getVisitedBy
Set<String> getVisitedBy()
- Retrieves a set containing all the elements for the attribute
visitedBy.
- Specified by:
getVisitedBy in interface AuditEntry
- Returns:
- A set containing all elements for this attribute.
setVisitedBy
void setVisitedBy(Set<String> visitedBy)
- Clears
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.
In order to remain standard compliant you should use the equivalent code.
- Parameters:
visitedBy - collection to be copied.
This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.