com.evolveum.midpoint.repo.sql.data.audit
Class RAuditEventRecord

java.lang.Object
  extended by 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

Constructor Summary
RAuditEventRecord()
           
 
Method Summary
 boolean equals(Object o)
           
 String getChannel()
           
 Set<RObjectDeltaOperation> getDeltas()
           
 String getEventIdentifier()
           
 RAuditEventStage getEventStage()
           
 RAuditEventType getEventType()
           
 String getHostIdentifier()
           
 long getId()
           
 String getInitiator()
           
 ROperationResultStatusType getOutcome()
           
 String getSessionIdentifier()
           
 String getTarget()
           
 String getTargetOwner()
           
 String getTaskIdentifier()
           
 String getTaskOID()
           
 Long getTimestamp()
           
 int hashCode()
           
 void setChannel(String channel)
           
 void setDeltas(Set<RObjectDeltaOperation> deltas)
           
 void setEventIdentifier(String eventIdentifier)
           
 void setEventStage(RAuditEventStage eventStage)
           
 void setEventType(RAuditEventType eventType)
           
 void setHostIdentifier(String hostIdentifier)
           
 void setId(long id)
           
 void setInitiator(String initiator)
           
 void setOutcome(ROperationResultStatusType outcome)
           
 void setSessionIdentifier(String sessionIdentifier)
           
 void setTarget(String target)
           
 void setTargetOwner(String targetOwner)
           
 void setTaskIdentifier(String taskIdentifier)
           
 void setTaskOID(String taskOID)
           
 void setTimestamp(Long timestamp)
           
static RAuditEventRecord toRepo(AuditEventRecord record, PrismContext prismContext)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAuditEventRecord

public RAuditEventRecord()
Method Detail

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.