public class _WIOProjectStub extends ObjectImpl implements WIOProject
| Constructor and Description |
|---|
_WIOProjectStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
void |
copyFile(String fromPath,
String toPath) |
WIOFile |
createDirectory(String path) |
WIOFile |
createFile(String path,
String type,
String userId) |
void |
deleteFile(String path) |
void |
destroy() |
boolean |
fileExists(String path) |
WIOFile |
getFile(String path) |
FileInfo[] |
getFilesInfo(String path,
boolean recursive) |
String |
getId() |
int |
getMaxOpenedFiles() |
int |
getNumOpenedFiles() |
WIOFile |
getRootFile() |
String |
getUser() |
void |
moveFile(String fromPath,
String toPath) |
void |
renameFile(String path,
String newName) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic void renameFile(String path, String newName) throws WIOServiceException
renameFile in interface WIOProjectOperationsWIOServiceExceptionpublic String getUser() throws WIOServiceException
getUser in interface WIOProjectOperationsWIOServiceExceptionpublic void deleteFile(String path) throws WIOServiceException
deleteFile in interface WIOProjectOperationsWIOServiceExceptionpublic int getMaxOpenedFiles()
throws WIOServiceException
getMaxOpenedFiles in interface WIOProjectOperationsWIOServiceExceptionpublic int getNumOpenedFiles()
throws WIOServiceException
getNumOpenedFiles in interface WIOProjectOperationsWIOServiceExceptionpublic WIOFile createDirectory(String path) throws WIOServiceException
createDirectory in interface WIOProjectOperationsWIOServiceExceptionpublic FileInfo[] getFilesInfo(String path, boolean recursive) throws WIOServiceException
getFilesInfo in interface WIOProjectOperationsWIOServiceExceptionpublic void moveFile(String fromPath, String toPath) throws WIOServiceException
moveFile in interface WIOProjectOperationsWIOServiceExceptionpublic String getId() throws WIOServiceException
getId in interface WIOProjectOperationsWIOServiceExceptionpublic WIOFile createFile(String path, String type, String userId) throws WIOServiceException
createFile in interface WIOProjectOperationsWIOServiceExceptionpublic void destroy()
throws WIOServiceException
destroy in interface WIOProjectOperationsWIOServiceExceptionpublic void copyFile(String fromPath, String toPath) throws WIOServiceException
copyFile in interface WIOProjectOperationsWIOServiceExceptionpublic WIOFile getRootFile() throws WIOServiceException
getRootFile in interface WIOProjectOperationsWIOServiceExceptionpublic boolean fileExists(String path) throws WIOServiceException
fileExists in interface WIOProjectOperationsWIOServiceExceptionpublic WIOFile getFile(String path) throws WIOServiceException
getFile in interface WIOProjectOperationsWIOServiceExceptionCopyright © 2020. All rights reserved.