@RestController
public class CmisController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CmisController
public CmisController()
-
Method Details
-
list
@GetMapping("/api/2/cmis/list")
@ResponseStatus(SERVICE_UNAVAILABLE)
public Result list()
-
search
@GetMapping("/api/2/cmis/search")
@ResponseStatus(SERVICE_UNAVAILABLE)
public Result search()
-
cloneContent
@PostMapping("/api/2/cmis/clone")
@ResponseStatus(SERVICE_UNAVAILABLE)
public Result cloneContent()
-
uploadContent
@PostMapping("/api/2/cmis/upload")
@ResponseStatus(SERVICE_UNAVAILABLE)
public Result uploadContent()