1 package org.opencrx.kernel.base.cci; 14 15 public interface AuditEntry 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.openmdx.base.cci.BasicObject { 19 27 public String getAuditee( 28 ); 29 30 38 public void setAuditee( 39 String newValue 40 ); 41 42 46 public org.opencrx.kernel.base.cci.TestAndSetVisitedByResult testAndSetVisitedBy( 47 org.opencrx.kernel.base.cci.TestAndSetVisitedByParams params 48 ) throws javax.jmi.reflect.RefException ; 49 50 52 public org.opencrx.kernel.base.cci.TestAndSetVisitedByResult testAndSetVisitedBy( 53 String visitorId 54 ) throws javax.jmi.reflect.RefException ; 55 56 63 public String getUnitOfWork( 64 ); 65 66 70 71 76 public void setUnitOfWork( 77 String newValue 78 ); 79 80 87 public String getVisitedAt( 88 ); 89 90 94 95 100 public void setVisitedAt( 101 String newValue 102 ); 103 104 111 public java.util.Set getVisitedBy( 112 ); 113 114 121 public void setVisitedBy( 122 java.util.Set newValue 123 ); 124 } 128 | Popular Tags |