org.wso2.registry
Class LogEntry
java.lang.Object
org.wso2.registry.LogEntry
public class LogEntry
- extends java.lang.Object
Representation of a log entry. Log entry is a record of a single action performed on the
registry.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
public static final int ALL
- See Also:
- Constant Field Values
UPDATE
public static final int UPDATE
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
TAG
public static final int TAG
- See Also:
- Constant Field Values
RATING
public static final int RATING
- See Also:
- Constant Field Values
DELETE_RESOURCE
public static final int DELETE_RESOURCE
- See Also:
- Constant Field Values
RESTORE
public static final int RESTORE
- See Also:
- Constant Field Values
RENAME
public static final int RENAME
- See Also:
- Constant Field Values
MOVE
public static final int MOVE
- See Also:
- Constant Field Values
COPY
public static final int COPY
- See Also:
- Constant Field Values
LogEntry
public LogEntry()
getResourcePath
public java.lang.String getResourcePath()
setResourcePath
public void setResourcePath(java.lang.String resourcePath)
getUserName
public java.lang.String getUserName()
setUserName
public void setUserName(java.lang.String userName)
getDate
public java.util.Date getDate()
setDate
public void setDate(java.util.Date date)
getAction
public int getAction()
setAction
public void setAction(int action)
getActionData
public java.lang.String getActionData()
setActionData
public void setActionData(java.lang.String actionData)
getTitle
public java.lang.String getTitle()
getText
public java.lang.String getText()
Copyright © 2007 Apache Web Services Project. All Rights Reserved.