Package | Description |
---|---|
org.wikipedia |
Modifier and Type | Method and Description |
---|---|
Wiki.User |
Wiki.User.clone()
Copies this user object.
|
Wiki.User |
Wiki.getCurrentUser()
Gets the user we are currently logged in as.
|
Wiki.User |
Wiki.LogEntry.getUser()
Gets the user object representing who performed the action.
|
Wiki.User |
Wiki.getUser(String username)
Gets the user with the given username.
|
Modifier and Type | Method and Description |
---|---|
void |
Wiki.emailUser(Wiki.User user,
String message,
String subject,
boolean emailme)
Sends an email message to a user in a similar manner to
[[Special:Emailuser]].
|
Wiki.LogEntry[] |
Wiki.getLogEntries(Calendar start,
Calendar end,
int amount,
String log,
String action,
Wiki.User user,
String target,
int namespace)
Gets the specified amount of log entries between the given times by the
given user on the given target.
|
Wiki.LogEntry[] |
Wiki.getLogEntries(Wiki.User user)
Gets log entries for a specific user.
|
Wiki.LogEntry[] |
Wiki.getUploads(Wiki.User user)
Gets the uploads of a user.
|
Wiki.LogEntry[] |
Wiki.getUploads(Wiki.User user,
Calendar start,
Calendar end)
Gets the uploads of a user between the specified times.
|
Constructor and Description |
---|
Wiki.LogEntry(String type,
String action,
String reason,
Wiki.User user,
String target,
String timestamp,
Object details)
Creates a new log entry.
|
Copyright © 2013. All rights reserved.