public interface WIOFileSystemOperations
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPassword(String userId,
String passwd) |
int |
getMaxOpenedProjects() |
int |
getMaxReadKb() |
int |
getMaxWriteKb() |
int |
getNumOpenedProjects() |
String[] |
getProjects(String userId,
String passwd) |
UserProject[] |
getProjectsFromOthers(String userId,
String passwd) |
String |
getSeparatorChar() |
String |
getServerVersion() |
WIOProject |
openProject(String userId,
String passwd,
String projectId) |
WIOProject |
openProjectFromOthers(String userId,
String passwd,
String ownerId,
String projectId) |
String |
preLogin2Web(String login,
String password,
String projectName,
AlgorithmInfo algorithm) |
static final String VERSION
String getServerVersion()
int getNumOpenedProjects()
throws WIOServiceException
WIOServiceExceptionint getMaxOpenedProjects()
throws WIOServiceException
WIOServiceExceptionint getMaxReadKb()
throws WIOServiceException
WIOServiceExceptionint getMaxWriteKb()
throws WIOServiceException
WIOServiceExceptionString getSeparatorChar() throws WIOServiceException
WIOServiceExceptionString[] getProjects(String userId, String passwd) throws WIOServiceException
WIOServiceExceptionUserProject[] getProjectsFromOthers(String userId, String passwd) throws WIOServiceException
WIOServiceExceptionWIOProject openProject(String userId, String passwd, String projectId) throws WIOServiceException
WIOServiceExceptionWIOProject openProjectFromOthers(String userId, String passwd, String ownerId, String projectId) throws WIOServiceException
WIOServiceExceptionString preLogin2Web(String login, String password, String projectName, AlgorithmInfo algorithm)
Copyright © 2018. All rights reserved.