public class ViewServerUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
ViewServerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ValuesViewDescriptor |
getValuesView(String view_id,
String view_server,
String username,
String password,
String userId,
String private_key,
String excelTemplate) |
static PullResponse |
pull(PullRequest pullRequest,
String username,
String password) |
static PushResponse |
push(PushRequest pushRequest,
String username,
String password) |
static PushResponse |
push(String viewIdPath,
PushRequest pushRequest,
String username,
String password) |
public static PushResponse push(PushRequest pushRequest, String username, String password)
public static PushResponse push(String viewIdPath, PushRequest pushRequest, String username, String password)
public static PullResponse pull(PullRequest pullRequest, String username, String password)
Copyright © 2018. All rights reserved.