| Package | Description |
|---|---|
| org.alfresco.repo.cmis.ws |
| Modifier and Type | Field and Description |
|---|---|
protected CmisContentStreamType |
SetContentStream.contentStream |
protected CmisContentStreamType |
GetContentStreamResponse.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 |
DMObjectServicePort.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
CmisExtensionType extension)
Gets the content-stream for a document.
|
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 |
DMVersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension)
Makes the private working copy the current version of the document.
|
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 |
DMObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a document object of the specified type, and optionally adds the document to a folder
|
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 |
DMObjectServicePort.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension)
Sets (creates or replaces) the content-stream for the specified document object.
|
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.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.