org.opencrx.kernel.document1.jmi1.DocumentLock Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.document1.jmi1;
/**
* Class {@code DocumentLock}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.611793457Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface DocumentLock
extends org.opencrx.kernel.document1.cci2.DocumentLock,
org.opencrx.kernel.base.jmi1.SecureObject,
org.openmdx.base.jmi1.BasicObject{
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code lockedBy}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getLockedBy(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code lockedBy} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(lockedBy);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param lockedBy collection to be copied.
*/
public void setLockedBy(
java.util.List lockedBy
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}