public class CreateDocumentRequestFactory extends AbstractCreateNodeRequestFactory
| Constructor and Description |
|---|
CreateDocumentRequestFactory(ContentCreator contentCreator) |
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentByParentIdRequest |
create(String domain,
String runAsUserId,
FolderNode parentFolder)
Generate some node content.
|
CreateDocumentByParentPathRequest |
create(String domain,
String runAsUserId,
Path parentPath) |
getPropertiespublic CreateDocumentRequestFactory(ContentCreator contentCreator)
public CreateDocumentByParentIdRequest create(String domain, String runAsUserId, FolderNode parentFolder) throws IOException
IOExceptionpublic CreateDocumentByParentPathRequest create(String domain, String runAsUserId, Path parentPath) throws IOException
IOExceptionCopyright © 2015. All rights reserved.