| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
| org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheHeaderContentStream
Content stream with HTTP cache headers.
|
interface |
ContentLengthContentStream
Content stream that should not be chunked.
|
interface |
LastModifiedContentStream
Content stream with last modified date.
|
interface |
MutableContentStream
Mutable ContentStream.
|
interface |
PartialContentStream
Content stream that indicates that this stream may not represent the complete
document content.
|
interface |
RedirectingContentStream
Content stream redirecting to another location.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CmisService.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension)
Creates a new document, folder, policy, or item.
|
| Modifier and Type | Method and Description |
|---|---|
ContentStream |
BindingsObjectFactory.createContentStream(String filename,
BigInteger length,
String mimetype,
InputStream stream) |
ContentStream |
ObjectService.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
ExtensionsData extension)
Gets the content stream for the specified document object, or gets a
rendition stream for a specified rendition of a document or folder
object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectService.appendContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
ContentStream contentStream,
boolean isLastChunk,
ExtensionsData extension)
Appends the content stream to the content of the document.
|
void |
VersioningService.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
Properties properties,
ContentStream contentStream,
String checkinComment,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Checks-in the private working copy (PWC) document.
|
String |
ObjectService.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a document object of the specified type (given by the
cmis:objectTypeId property) in the (optionally) specified location.
|
void |
ObjectService.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
ContentStream contentStream,
ExtensionsData extension)
Sets the content stream for the specified document object.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.