public class History extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
action
Type of action
|
String |
destination
The destination path for this action, if applicable
|
String |
display
Friendly displayed output
|
String |
failureType
Failure type.
|
Long |
id
Action ID
|
String |
interfaceName
Interface on which this action occurred.
|
String |
ip
IP Address that performed this action
|
String |
path
Path.
|
String |
source
The source path for this action, if applicable
|
Object[] |
targets
Targets
|
Long |
userId
User ID
|
Boolean |
userIsFromParentSite
true if this change was performed by a user on a parent site.
|
String |
username
Username
|
Date |
when
Action occurrence date/time
|
| Constructor and Description |
|---|
History() |
History(HashMap<String,Object> parameters) |
History(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Action> |
all() |
static ListIterator<Action> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Action> |
list()
Parameters:
start_at - string - Leave blank or set to a date/time to filter earlier entries.
|
static ListIterator<Action> |
list(HashMap<String,Object> parameters) |
static ListIterator<Action> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Action> |
listForFile()
Parameters:
start_at - string - Leave blank or set to a date/time to filter earlier entries.
|
static ListIterator<Action> |
listForFile(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Action> |
listForFile(String path,
HashMap<String,Object> parameters) |
static ListIterator<Action> |
listForFile(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Action> |
listForFolder()
Parameters:
start_at - string - Leave blank or set to a date/time to filter earlier entries.
|
static ListIterator<Action> |
listForFolder(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Action> |
listForFolder(String path,
HashMap<String,Object> parameters) |
static ListIterator<Action> |
listForFolder(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Action> |
listForUser()
Parameters:
start_at - string - Leave blank or set to a date/time to filter earlier entries.
|
static ListIterator<Action> |
listForUser(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Action> |
listForUser(Long user_id,
HashMap<String,Object> parameters) |
static ListIterator<Action> |
listForUser(Long user_id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Action> |
listLogins()
Parameters:
start_at - string - Leave blank or set to a date/time to filter earlier entries.
|
static ListIterator<Action> |
listLogins(HashMap<String,Object> parameters) |
static ListIterator<Action> |
listLogins(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String path
public Date when
public String destination
public String display
public String ip
public String source
public Object[] targets
public Long userId
public String username
public Boolean userIsFromParentSite
public String action
public String failureType
public String interfaceName
public static ListIterator<Action> listForFile() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForFile(String path, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForFile(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForFile(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForFolder() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForFolder(String path, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForFolder(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForFolder(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForUser() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForUser(Long user_id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForUser(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listForUser(Long user_id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listLogins() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listLogins(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> listLogins(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Action> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.