public interface CmisService
| Modifier and Type | Method and Description |
|---|---|
void |
cloneContent(String siteId,
String cmisRepoId,
String cmisPath,
String studioPath) |
List<CmisContentItem> |
list(String siteId,
String cmisRepo,
String path) |
List<CmisContentItem> |
search(String siteId,
String cmisRepo,
String searchTerm,
String path) |
CmisUploadItem |
uploadContent(String siteId,
String cmisRepoId,
String cmisPath,
String filename,
InputStream content) |
List<CmisContentItem> list(String siteId, String cmisRepo, String path) throws CmisRepositoryNotFoundException, CmisUnavailableException, CmisTimeoutException
List<CmisContentItem> search(String siteId, String cmisRepo, String searchTerm, String path) throws CmisRepositoryNotFoundException, CmisUnavailableException, CmisTimeoutException
void cloneContent(String siteId, String cmisRepoId, String cmisPath, String studioPath) throws StudioPathNotFoundException, CmisRepositoryNotFoundException, CmisUnavailableException, CmisTimeoutException, CmisPathNotFoundException, ServiceLayerException
CmisUploadItem uploadContent(String siteId, String cmisRepoId, String cmisPath, String filename, InputStream content) throws CmisUnavailableException, CmisTimeoutException, CmisRepositoryNotFoundException, CmisPathNotFoundException
Copyright © 2020 CrafterCMS. All rights reserved.