Package org.wso2.carbon.registry.ws.api
Class WSLogEntry
java.lang.Object
org.wso2.carbon.registry.ws.api.WSLogEntry
The WSLogEntry class is a web service compatible representation of
org.wso2.carbon.registry.core.LogEntry class. The above mentioned class cannot be directly
used as a argument/return type of a web service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonggetDate()voidsetAction(int action) voidsetActionData(String actionData) voidsetDate(long date) voidsetResourcePath(String resourcePath) voidsetUserName(String userName)
-
Constructor Details
-
WSLogEntry
public WSLogEntry()
-
-
Method Details
-
getResourcePath
-
setResourcePath
-
getUserName
-
setUserName
-
getDate
public long getDate() -
setDate
public void setDate(long date) -
getAction
public int getAction() -
setAction
public void setAction(int action) -
getActionData
-
setActionData
-