| Package | Description |
|---|---|
| org.alfresco.bm.publicapi.data | |
| org.alfresco.bm.publicapi.requests |
| Modifier and Type | Method and Description |
|---|---|
Path |
CreateDocumentByParentPathRequest.getParentFolderPath() |
| Modifier and Type | Method and Description |
|---|---|
CreateFolderWithParentPathRequest |
CreateFolderRequestFactory.create(String domain,
String runAsUserId,
Path parentPath) |
CreateDocumentByParentPathRequest |
CreateDocumentRequestFactory.create(String domain,
String runAsUserId,
Path parentPath) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Path |
CreateFolderWithParentPathRequest.getParentFolderPath() |
Path |
CreateDocumentByParentPathRequest.getParentFolderPath() |
| 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) |
CreateFolderWithParentPathRequest(String domain,
String runAsUserId,
Path parentFolderPath,
String type,
Map<String,Serializable> properties) |
Copyright © 2015. All rights reserved.