public class CreateDocumentByParentPathRequest extends Request
domain, runAsUserId| Constructor and Description |
|---|
CreateDocumentByParentPathRequest(String domain,
String runAsUserId,
Path parentFolderPath,
org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState,
String type,
DocumentContent content,
Map<String,Serializable> properties) |
CreateDocumentByParentPathRequest(String domain,
String runAsUserId,
String parentFolderId,
org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState,
String type,
DocumentContent content,
Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
DocumentContent |
getContent() |
String |
getFilename() |
String |
getParentFolderId() |
Path |
getParentFolderPath() |
Map<String,Serializable> |
getProperties() |
String |
getType() |
org.apache.chemistry.opencmis.commons.enums.VersioningState |
getVersioningState() |
String |
toString() |
getDomain, getRunAsUserIdpublic CreateDocumentByParentPathRequest(String domain, String runAsUserId, Path parentFolderPath, org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState, String type, DocumentContent content, Map<String,Serializable> properties)
public CreateDocumentByParentPathRequest(String domain, String runAsUserId, String parentFolderId, org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState, String type, DocumentContent content, Map<String,Serializable> properties)
public String getType()
public Path getParentFolderPath()
public String getParentFolderId()
public org.apache.chemistry.opencmis.commons.enums.VersioningState getVersioningState()
public String getFilename()
public DocumentContent getContent()
public Map<String,Serializable> getProperties()
Copyright © 2015. All rights reserved.