| Constructor and Description |
|---|
ScriptEventView(String user,
EventView<E> parentView) |
| Modifier and Type | Method and Description |
|---|---|
Long |
count(String filterString) |
Map<String,Long> |
count(String variable,
String filter) |
void |
delete(String txId) |
ScriptEvent |
get(String txId) |
List<ScriptEvent> |
list() |
List<ScriptEvent> |
list(String filter) |
List<ScriptEvent> |
list(String filter,
int offset,
int max) |
void |
tag(ScriptEvent event,
String name) |
void |
untag(ScriptEvent event,
String name) |
public List<ScriptEvent> list()
public List<ScriptEvent> list(String filter)
public List<ScriptEvent> list(String filter, int offset, int max) throws Exception
Exceptionpublic void tag(ScriptEvent event, String name) throws Exception
Exceptionpublic void untag(ScriptEvent event, String name) throws Exception
Exceptionpublic void delete(String txId)
public ScriptEvent get(String txId) throws Exception
ExceptionCopyright © 2015 jwall.org. All Rights Reserved.