org.opencrx.kernel.base.cci2
Interface ObjectModificationAuditEntry

All Superinterfaces:
AuditEntry, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
ObjectModificationAuditEntry
All Known Implementing Classes:
ObjectModificationAuditEntry

public interface ObjectModificationAuditEntry
extends AuditEntry

Class ObjectModificationAuditEntry


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.base.cci2.AuditEntry
AuditEntry.Identity
 
Method Summary
 String getBeforeImage()
          Retrieves the value for the attribute beforeImage.
 String getModifiedFeatures()
          Retrieves the value for the attribute modifiedFeatures.
 void setBeforeImage(String beforeImage)
          Sets a new value for the attribute beforeImage.
 void setModifiedFeatures(String modifiedFeatures)
          Sets a new value for the attribute modifiedFeatures.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.AuditEntry
getAuditee, getUnitOfWork, getVisitedBy, setAuditee, setParentAuditee, setParentAuditee, setUnitOfWork, setVisitedBy, testAndSetVisitedBy
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, 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.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getBeforeImage

String getBeforeImage()
Retrieves the value for the attribute beforeImage.

Returns:
The non-null value for attribute beforeImage.

setBeforeImage

void setBeforeImage(String beforeImage)
Sets a new value for the attribute beforeImage.

Parameters:
beforeImage - The non-null new value for attribute beforeImage.

getModifiedFeatures

String getModifiedFeatures()
Retrieves the value for the attribute modifiedFeatures.

Returns:
The non-null value for attribute modifiedFeatures.

setModifiedFeatures

void setModifiedFeatures(String modifiedFeatures)
Sets a new value for the attribute modifiedFeatures.

Parameters:
modifiedFeatures - The non-null new value for attribute modifiedFeatures.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.