Uses of Class
org.wso2.carbon.registry.ws.api.WSLogEntry
-
Packages that use WSLogEntry Package Description org.wso2.carbon.registry.ws.api org.wso2.carbon.registry.ws.api.utils -
-
Uses of WSLogEntry in org.wso2.carbon.registry.ws.api
Methods in org.wso2.carbon.registry.ws.api that return WSLogEntry Modifier and Type Method Description WSLogEntry[]
WSRegistry. WSgetLogs(String resourcePath, int action, String userName, Date from, Date to, boolean recentFirst)
Returns the logs of the activities occurred in the Registry. -
Uses of WSLogEntry in org.wso2.carbon.registry.ws.api.utils
Methods in org.wso2.carbon.registry.ws.api.utils that return WSLogEntry Modifier and Type Method Description static WSLogEntry
CommonUtil. transformLogEntryToWSLogEntry(org.wso2.carbon.registry.core.LogEntry logEntry)
-