Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Modifier and Type | Method and Description |
---|---|
static CmisContentStreamType |
WSConverter.convert(ContentStream contentStream,
boolean allowClose)
Converts a content stream object.
|
Modifier and Type | Method and Description |
---|---|
static ContentStream |
WSConverter.convert(CmisContentStreamType contentStream,
boolean partial)
Converts a content stream object.
|
Modifier and Type | Field and Description |
---|---|
protected CmisContentStreamType |
SetContentStream.contentStream |
protected CmisContentStreamType |
GetContentStreamResponse.contentStream |
protected CmisContentStreamType |
AppendContentStream.contentStream |
Modifier and Type | Field and Description |
---|---|
protected JAXBElement<CmisContentStreamType> |
CreateDocument.contentStream |
protected JAXBElement<CmisContentStreamType> |
CheckIn.contentStream |
Modifier and Type | Method and Description |
---|---|
CmisContentStreamType |
ObjectFactory.createCmisContentStreamType()
Create an instance of
CmisContentStreamType |
CmisContentStreamType |
SetContentStream.getContentStream()
Gets the value of the contentStream property.
|
CmisContentStreamType |
GetContentStreamResponse.getContentStream()
Gets the value of the contentStream property.
|
CmisContentStreamType |
AppendContentStream.getContentStream()
Gets the value of the contentStream property.
|
CmisContentStreamType |
ObjectServicePort.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
CmisExtensionType extension) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<CmisContentStreamType> |
ObjectFactory.createCheckInContentStream(CmisContentStreamType value)
|
JAXBElement<CmisContentStreamType> |
ObjectFactory.createCreateDocumentContentStream(CmisContentStreamType value)
|
JAXBElement<CmisContentStreamType> |
CreateDocument.getContentStream()
Gets the value of the contentStream property.
|
JAXBElement<CmisContentStreamType> |
CheckIn.getContentStream()
Gets the value of the contentStream property.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectServicePort.appendContentStream(String repositoryId,
Holder<String> objectId,
Boolean isLastChunk,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension) |
void |
VersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension) |
JAXBElement<CmisContentStreamType> |
ObjectFactory.createCheckInContentStream(CmisContentStreamType value)
|
JAXBElement<CmisContentStreamType> |
ObjectFactory.createCreateDocumentContentStream(CmisContentStreamType value)
|
void |
ObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
SetContentStream.setContentStream(CmisContentStreamType value)
Sets the value of the contentStream property.
|
void |
GetContentStreamResponse.setContentStream(CmisContentStreamType value)
Sets the value of the contentStream property.
|
void |
AppendContentStream.setContentStream(CmisContentStreamType value)
Sets the value of the contentStream property.
|
void |
ObjectServicePort.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension) |
Modifier and Type | Method and Description |
---|---|
void |
CreateDocument.setContentStream(JAXBElement<CmisContentStreamType> value)
Sets the value of the contentStream property.
|
void |
CheckIn.setContentStream(JAXBElement<CmisContentStreamType> value)
Sets the value of the contentStream property.
|
Modifier and Type | Method and Description |
---|---|
CmisContentStreamType |
ObjectService.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
CmisExtensionType extension) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectServicePort10.appendContentStream(String repositoryId,
Holder<String> objectId,
Boolean isLastChunk,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension) |
void |
ObjectService.appendContentStream(String repositoryId,
Holder<String> objectId,
Boolean isLastChunk,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension) |
void |
VersioningService.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
Holder<CmisExtensionType> extension) |
void |
ObjectService.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
ObjectService.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.