| Modifier and Type | Method and Description |
|---|---|
static CMISUtil.DocumentType |
CMISUtil.DocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISUtil.DocumentType[] |
CMISUtil.DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.chemistry.opencmis.client.api.Document |
ContentService.createDocument(String userName,
String password,
String siteName,
CMISUtil.DocumentType fileType,
File docName,
String docContent)
Create a new document using CMIS
|
org.apache.chemistry.opencmis.client.api.Document |
ContentService.createDocument(String userName,
String password,
String siteName,
CMISUtil.DocumentType fileType,
String docName,
String docContent)
Create a new document using CMIS
|
org.apache.chemistry.opencmis.client.api.Document |
ContentService.createDocumentInFolder(String userName,
String password,
String siteName,
String folderName,
CMISUtil.DocumentType fileType,
String docName,
String docContent)
Create a new document into a folder using CMIS
|
boolean |
ContentService.updateDocumentContent(String userName,
String password,
String siteName,
CMISUtil.DocumentType docType,
String docName,
String newContent)
Update content of a document
|
Copyright © 2015 Alfresco Software. All rights reserved.