com.evolveum.midpoint.repo.sql.data.audit
Class RAuditEventRecord
java.lang.Object
com.evolveum.midpoint.repo.sql.data.audit.RAuditEventRecord
- All Implemented Interfaces:
- Serializable
@Entity
public class RAuditEventRecord
- extends Object
- implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
RAuditEventRecord
public RAuditEventRecord()
getChannel
public String getChannel()
getDeltas
public Set<RObjectDeltaOperation> getDeltas()
getEventIdentifier
public String getEventIdentifier()
getEventStage
public RAuditEventStage getEventStage()
getEventType
public RAuditEventType getEventType()
getHostIdentifier
public String getHostIdentifier()
getId
public long getId()
getInitiator
public String getInitiator()
getOutcome
public ROperationResultStatusType getOutcome()
getSessionIdentifier
public String getSessionIdentifier()
getTarget
public String getTarget()
getTargetOwner
public String getTargetOwner()
getTaskIdentifier
public String getTaskIdentifier()
getTaskOID
public String getTaskOID()
getTimestamp
public Long getTimestamp()
setChannel
public void setChannel(String channel)
setDeltas
public void setDeltas(Set<RObjectDeltaOperation> deltas)
setEventIdentifier
public void setEventIdentifier(String eventIdentifier)
setEventStage
public void setEventStage(RAuditEventStage eventStage)
setEventType
public void setEventType(RAuditEventType eventType)
setHostIdentifier
public void setHostIdentifier(String hostIdentifier)
setId
public void setId(long id)
setInitiator
public void setInitiator(String initiator)
setOutcome
public void setOutcome(ROperationResultStatusType outcome)
setSessionIdentifier
public void setSessionIdentifier(String sessionIdentifier)
setTarget
public void setTarget(String target)
setTargetOwner
public void setTargetOwner(String targetOwner)
setTaskIdentifier
public void setTaskIdentifier(String taskIdentifier)
setTaskOID
public void setTaskOID(String taskOID)
setTimestamp
public void setTimestamp(Long timestamp)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toRepo
public static RAuditEventRecord toRepo(AuditEventRecord record,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
Copyright © 2013 evolveum. All Rights Reserved.