org.opencrx.kernel.base.jmi1.AuditEntry Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.jmi1;
/**
* Abstract class {@code AuditEntry}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:38.252137039Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AuditEntry
extends org.opencrx.kernel.base.cci2.AuditEntry,
org.opencrx.kernel.base.jmi1.SecureObject,
org.openmdx.base.jmi1.BasicObject{
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.base.jmi1.TestAndSetVisitedByResult testAndSetVisitedBy(
org.opencrx.kernel.base.jmi1.TestAndSetVisitedByParams in
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the attribute {@code visitedBy}.
* @return A set containing all elements for this attribute.
*/
public java.util.Set getVisitedBy(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
/**
* Clears {@code 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.
* @param visitedBy collection to be copied.
*/
public void setVisitedBy(
java.util.Set visitedBy
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}