public interface ActionApi extends Closeable
ActionApi
Modifier and Type | Interface and Description |
---|---|
static class |
ActionApi.ParseActions |
Modifier and Type | Method and Description |
---|---|
Action |
get(int id) |
PagedIterable<Action> |
list() |
IterableWithMarker<Action> |
list(ListOptions options) |
@Named(value="action:list") PagedIterable<Action> list()
@Named(value="action:list") IterableWithMarker<Action> list(ListOptions options)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.