public class CreateDocumentByParentPathRequest extends CreateDocumentRequest
content, properties, type, versioningStatedomain, 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 |
|---|---|
String |
getParentFolderId() |
Path |
getParentFolderPath() |
String |
toString() |
getContent, getFilename, getProperties, getType, getVersioningStategetDomain, 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 Path getParentFolderPath()
public String getParentFolderId()
public String toString()
toString in class CreateDocumentRequestCopyright © 2015. All rights reserved.