public class RemoteReportTreeAccessor extends AbstractRemoteClient implements ReportTreeAccessor
client, cookies, credentials
Constructor and Description |
---|
RemoteReportTreeAccessor() |
RemoteReportTreeAccessor(ControllerCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
ReportNode |
get(String id)
Get a ReportNode by ID
|
Iterator<ReportNode> |
getChildren(String parentID)
Returns the list of children of the ReportNode
|
close, executeRequest, notImplemented, requestBuilder, requestBuilder
public RemoteReportTreeAccessor(ControllerCredentials credentials)
public RemoteReportTreeAccessor()
public Iterator<ReportNode> getChildren(String parentID)
ReportTreeAccessor
getChildren
in interface ReportTreeAccessor
parentID
- the ID of the parent ReportNodepublic ReportNode get(String id)
ReportTreeAccessor
get
in interface ReportTreeAccessor
id
- the id of the ReportNodeCopyright © 2020. All rights reserved.