@Entity public class RObjectDeltaOperation extends Object implements OperationResultFull
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_RECORD_ID |
static String |
TABLE_NAME |
Constructor and Description |
---|
RObjectDeltaOperation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getChecksum()
This method is used for content comparing when querying database (we don't want to compare clob values).
|
String |
getDelta() |
String |
getDeltaOid() |
RChangeType |
getDeltaType() |
String |
getFullResult() |
RAuditEventRecord |
getRecord() |
Long |
getRecordId() |
ROperationResultStatus |
getStatus() |
int |
hashCode() |
void |
setChecksum(String checksum) |
void |
setDelta(String delta) |
void |
setDeltaOid(String deltaOid) |
void |
setDeltaType(RChangeType deltaType) |
void |
setFullResult(String fullResult) |
void |
setRecord(RAuditEventRecord record) |
void |
setRecordId(Long recordId) |
void |
setStatus(ROperationResultStatus status) |
static RObjectDeltaOperation |
toRepo(RAuditEventRecord record,
ObjectDeltaOperation operation,
PrismContext prismContext) |
public static final String TABLE_NAME
public static final String COLUMN_RECORD_ID
public RAuditEventRecord getRecord()
public Long getRecordId()
public String getChecksum()
delta
and fullResult
public String getDelta()
public RChangeType getDeltaType()
public String getDeltaOid()
public String getFullResult()
getFullResult
in interface OperationResultFull
public ROperationResultStatus getStatus()
getStatus
in interface OperationResult
public void setRecord(RAuditEventRecord record)
public void setRecordId(Long recordId)
public void setChecksum(String checksum)
public void setDelta(String delta)
public void setStatus(ROperationResultStatus status)
setStatus
in interface OperationResult
public void setFullResult(String fullResult)
setFullResult
in interface OperationResultFull
public void setDeltaType(RChangeType deltaType)
public void setDeltaOid(String deltaOid)
public static RObjectDeltaOperation toRepo(RAuditEventRecord record, ObjectDeltaOperation operation, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
Copyright © 2014 evolveum. All rights reserved.