info.magnolia.audit
Class MgnlAuditLogEntry

java.lang.Object
  extended by info.magnolia.audit.MgnlAuditLogEntry

public class MgnlAuditLogEntry
extends Object

Class where audit logging entry is stored before it's written into log during save.


Constructor Summary
MgnlAuditLogEntry(String action, String workspace, javax.jcr.nodetype.NodeType nodeType, String path, long timeStamp)
           
MgnlAuditLogEntry(String action, String workspace, javax.jcr.nodetype.NodeType nodeType, String path, String pathTo, long timeStamp)
           
MgnlAuditLogEntry(String action, String workspace, String path, String pathTo, long timeStamp)
           
 
Method Summary
 String getAction()
           
 javax.jcr.nodetype.NodeType getNodeType()
           
 String getPath()
           
 String getPathTo()
           
 long getTimeStamp()
           
 String getWorkspace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MgnlAuditLogEntry

public MgnlAuditLogEntry(String action,
                         String workspace,
                         String path,
                         String pathTo,
                         long timeStamp)

MgnlAuditLogEntry

public MgnlAuditLogEntry(String action,
                         String workspace,
                         javax.jcr.nodetype.NodeType nodeType,
                         String path,
                         long timeStamp)

MgnlAuditLogEntry

public MgnlAuditLogEntry(String action,
                         String workspace,
                         javax.jcr.nodetype.NodeType nodeType,
                         String path,
                         String pathTo,
                         long timeStamp)
Method Detail

getAction

public String getAction()

getWorkspace

public String getWorkspace()

getNodeType

public javax.jcr.nodetype.NodeType getNodeType()

getPath

public String getPath()

getPathTo

public String getPathTo()

getTimeStamp

public long getTimeStamp()


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.