| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.inmemory.storedobj.api | |
| org.apache.chemistry.opencmis.inmemory.storedobj.impl |
| Modifier and Type | Method and Description |
|---|---|
Document |
ObjectStore.createDocument(String name,
Map<String,PropertyData<?>> propMap,
String user,
Folder folder,
Acl addACEs,
Acl removeACEs)
Create a document as initial step.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentImpl
InMemory Stored Document A document is a stored object that has a path and
(optional) content
|
| Modifier and Type | Method and Description |
|---|---|
Document |
ObjectStoreImpl.createDocument(String name,
Map<String,PropertyData<?>> propMap,
String user,
Folder folder,
Acl addACEs,
Acl removeACEs) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderImpl.addChildDocument(Document doc) |
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.