|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentData | |
|---|---|
| org.xcmis.spi | |
| org.xcmis.spi.basic | |
| Uses of DocumentData in org.xcmis.spi |
|---|
| Methods in org.xcmis.spi that return DocumentData | |
|---|---|
DocumentData |
DocumentData.checkin(boolean major,
String checkinComment,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> acl,
Collection<PolicyData> policies)
Set private working copy as latest (current) version of document. |
DocumentData |
DocumentData.checkout()
Create PWC from this document. |
DocumentData |
Storage.copyDocument(DocumentData source,
FolderData parent,
Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document as copy of the given source document and
use parent as parent. |
DocumentData |
Storage.createDocument(FolderData parent,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document with type typeDefinition using
parent as parent. |
| Methods in org.xcmis.spi that return types with arguments of type DocumentData | |
|---|---|
Collection<DocumentData> |
Storage.getAllVersions(String versionSeriesId)
Collection of all Document in the specified version series, sorted by cmis:creationDate descending. |
ItemsIterator<DocumentData> |
Storage.getCheckedOutDocuments(FolderData folder,
String orderBy)
Get checkedout objects (private working copies) that user has access to. |
| Methods in org.xcmis.spi with parameters of type DocumentData | |
|---|---|
DocumentData |
Storage.copyDocument(DocumentData source,
FolderData parent,
Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document as copy of the given source document and
use parent as parent. |
| Uses of DocumentData in org.xcmis.spi.basic |
|---|
| Methods in org.xcmis.spi.basic that return DocumentData | |
|---|---|
DocumentData |
BasicStorage.createDocument(FolderData parent,
TypeDefinition typeDefinition,
Map<String,Property<?>> properties,
ContentStream content,
List<AccessControlEntry> acl,
Collection<PolicyData> policies,
VersioningState versioningState)
Create new document with type typeDefinition using
parent as parent. |
| Methods in org.xcmis.spi.basic that return types with arguments of type DocumentData | |
|---|---|
Collection<DocumentData> |
BasicStorage.getAllVersions(String versionSeriesId)
Collection of all Document in the specified version series, sorted by cmis:creationDate descending. |
ItemsIterator<DocumentData> |
BasicStorage.getCheckedOutDocuments(FolderData folder,
String orderBy)
Get checkedout objects (private working copies) that user has access to. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||