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 Long |
getSeqNumber(String username,
String password,
String token,
String viewId,
String viewServer) |
static ValuesViewDescriptor |
getValues(String view_id,
String view_server,
String username,
String password,
String token,
String userId,
String private_key,
String excelTemplate) |
static PullResponse |
pull(PullRequest pullRequest,
String username,
String password,
String token) |
static PushResponse |
push(PushRequest pushRequest,
String username,
String password,
String token) |
static PushResponse |
push(String viewIdPath,
PushRequest pushRequest,
String username,
String password,
String token) |
public static PushResponse push(PushRequest pushRequest, String username, String password, String token) throws IOException
IOExceptionpublic static PushResponse push(String viewIdPath, PushRequest pushRequest, String username, String password, String token)
public static PullResponse pull(PullRequest pullRequest, String username, String password, String token)
public static ValuesViewDescriptor getValues(String view_id, String view_server, String username, String password, String token, String userId, String private_key, String excelTemplate)
Copyright © 2023. All rights reserved.