org.opencrx.kernel.base.jmi1
Interface AuditEntry

All Superinterfaces:
AuditEntry, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, RefBaseObject, RefFeatured, RefObject, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
ObjectCreationAuditEntry, ObjectModificationAuditEntry, ObjectRemovalAuditEntry

public interface AuditEntry
extends AuditEntry, SecureObject, org.openmdx.base.jmi1.BasicObject

Abstract class AuditEntry


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.base.cci2.AuditEntry
AuditEntry.Identity
 
Method Summary
 void addOwningGroup(int index, PrincipalGroup newValue)
          
 void addOwningGroup(PrincipalGroup newValue)
          
 org.openmdx.base.cci2.BasicObject getAccessGrantedByParent()
          Retrieves the value for the reference accessGrantedByParent.
 User getOwningUser()
          Retrieves the value for the reference owningUser.
<T extends org.openmdx.compatibility.view1.cci2.View>
List<T>
getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
          Retrieves the value for the reference view for the specified query.
 Set<String> getVisitedBy()
           
 void removeOwningGroup(int index)
          
 void removeOwningUser()
          Removes the value for the optional reference owningUser.
 void setOwningUser(User owningUser)
          Sets a new value for the reference owningUser.
 void setParentAuditee(Auditee parentAuditee)
          Sets a new value for the reference parentAuditee.
 void setParentAuditee(Auditee parentAuditee, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:base:AuditeeHasAuditEntries.
 void setVisitedBy(Set<String> visitedBy)
           This method is equivalent to
<T extends TestAndSetVisitedByResult>
T
testAndSetVisitedBy(TestAndSetVisitedByParams params)
           
 
Methods inherited from interface org.opencrx.kernel.base.cci2.AuditEntry
getAuditee, getUnitOfWork, setAuditee, setUnitOfWork, setVisitedBy, testAndSetVisitedBy
 
Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject
addOwningGroup, getOwner, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser
 
Methods inherited from interface org.openmdx.base.jmi1.BasicObject
getCreatedBy, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getModifiedAt
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

testAndSetVisitedBy

<T extends TestAndSetVisitedByResult> T testAndSetVisitedBy(TestAndSetVisitedByParams params)
                                                        throws RefException
Throws:
RefException

getVisitedBy

Set<String> getVisitedBy()
Specified by:
getVisitedBy in interface AuditEntry
Returns:
A set containing all elements for this attribute.

setVisitedBy

void setVisitedBy(Set<String> visitedBy)

This method is equivalent to

   set.clear();
   set.addAll(visitedBy);
 

Parameters:
visitedBy - collection to be copied.

getAccessGrantedByParent

org.openmdx.base.cci2.BasicObject getAccessGrantedByParent()
Retrieves the value for the reference accessGrantedByParent.

Specified by:
getAccessGrantedByParent in interface SecureObject
Returns:
The – possibly null – value for this reference.

addOwningGroup

void addOwningGroup(int index,
                    PrincipalGroup newValue)

Parameters:
index - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addOwningGroup

void addOwningGroup(PrincipalGroup newValue)

Parameters:
newValue - The element to be appended.

removeOwningGroup

void removeOwningGroup(int index)


getOwningUser

User getOwningUser()
Retrieves the value for the reference owningUser.

Specified by:
getOwningUser in interface SecureObject
Returns:
The – possibly null – value for this reference.

setOwningUser

void setOwningUser(User owningUser)
Sets a new value for the reference owningUser.

Specified by:
setOwningUser in interface SecureObject
Parameters:
owningUser - The non-null new value for this reference.

removeOwningUser

void removeOwningUser()
Removes the value for the optional reference owningUser.


getView

<T extends org.openmdx.compatibility.view1.cci2.View> List<T> getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
Retrieves the value for the reference view for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

setParentAuditee

void setParentAuditee(Auditee parentAuditee)
Sets a new value for the reference parentAuditee.

Specified by:
setParentAuditee in interface AuditEntry
Parameters:
parentAuditee - The non-null new value for this reference.

setParentAuditee

void setParentAuditee(Auditee parentAuditee,
                      boolean idIsPersistent,
                      String id)
Set the object's composite association org:opencrx:kernel:base:AuditeeHasAuditEntries.

Specified by:
setParentAuditee in interface AuditEntry
Parameters:
parentAuditee - The non-null new value for this object's composite owner.
idIsPersistent - Defines whether the id is persistent.
id - The non-null new value for this object's qualifier.


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