JBoss.orgCommunity Documentation
Service name | Service URL | Location | Description |
---|---|---|---|
DriverConnector | {portalname}/{restcontextname}/wcmDriver/ |
Maven groupId: ArtifactId: | Return a drive list, a folder list and a document list in a specified location for a given user. Also, it processes the file uploading action. |
APIs usage:
Name | Service URL endpoint | Parameters | Values | Description |
---|---|---|---|---|
getDrivers | {portalname}/{restcontextname}/wcmDriver/getDrivers/ | lang |
string
| Return a list of drives for the current user. |
getFoldersAndFiles | {portalname}/{restcontextname}/wcmDriver/getFoldersAndFiles/ |
|
| Return all folders and files in a given location. |
uploadFile | {portalname}/{restcontextname}/wcmDriver/uploadFile/upload/ | uploadId | string | Uploads a file. |
processUpload | {portalname}/{restcontextname}/wcmDriver/uploadFile/control/ |
|
| Control the process of uploading a file, such as aborting, deleting or processing the file. |