@groovy.transform.CompileStatic interface IDomainHistory<T>
Type Params | Return Type | Name and description |
---|---|---|
|
abstract T |
cloneDirectObjectData() Duplicate only direct fields and nextVersion field, not link to other fields and deactivate the object. |
|
abstract java.util.List<T> |
getHistory()
|
Duplicate only direct fields and nextVersion field, not link to other fields and deactivate the object. Unless you know what you are doing