JBoss.orgCommunity Documentation

DriverConnector

Service name Service URL Location Description
DriverConnector {portalname}/{restcontextname}/wcmDriver/

Maven groupId: org.exoplatform.ecms

ArtifactId: exo-ecms-core-connector

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.
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/

driverName

currentFolder

currentPortal

repositoryName

workspaceName

filterBy

string

string

string

string

string

string

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/

repositoryName

workspaceName

driverName

currentFolder

currentPortal

userId}

jcrPath

action

language

fileName

uploadId

string

string

string

string

string

string

string

string

string

string

string

Control the process of uploading a file, such as aborting, deleting or processing the file.