|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmisContentStreamType | |
---|---|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of CmisContentStreamType in org.apache.chemistry.opencmis.commons.impl |
---|
Methods in org.apache.chemistry.opencmis.commons.impl that return CmisContentStreamType | |
---|---|
static CmisContentStreamType |
Converter.convert(ContentStream contentStream)
Converts a content stream object. |
Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisContentStreamType | |
---|---|
static ContentStream |
Converter.convert(CmisContentStreamType contentStream)
Converts a content stream object. |
Uses of CmisContentStreamType in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisContentStreamType | |
---|---|
protected CmisContentStreamType |
SetContentStream.contentStream
|
protected CmisContentStreamType |
GetContentStreamResponse.contentStream
|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisContentStreamType | |
---|---|
protected javax.xml.bind.JAXBElement<CmisContentStreamType> |
CreateDocument.contentStream
|
protected javax.xml.bind.JAXBElement<CmisContentStreamType> |
CheckIn.contentStream
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisContentStreamType | |
---|---|
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 |
ObjectServicePort.getContentStream(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.String streamId,
java.math.BigInteger offset,
java.math.BigInteger length,
CmisExtensionType extension)
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisContentStreamType | |
---|---|
javax.xml.bind.JAXBElement<CmisContentStreamType> |
ObjectFactory.createCheckInContentStream(CmisContentStreamType value)
Create an instance of JAXBElement < CmisContentStreamType > } |
javax.xml.bind.JAXBElement<CmisContentStreamType> |
ObjectFactory.createCreateDocumentContentStream(CmisContentStreamType value)
Create an instance of JAXBElement < CmisContentStreamType > } |
javax.xml.bind.JAXBElement<CmisContentStreamType> |
CreateDocument.getContentStream()
Gets the value of the contentStream property. |
javax.xml.bind.JAXBElement<CmisContentStreamType> |
CheckIn.getContentStream()
Gets the value of the contentStream property. |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisContentStreamType | |
---|---|
void |
VersioningServicePort.checkIn(java.lang.String repositoryId,
javax.xml.ws.Holder<java.lang.String> objectId,
java.lang.Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
java.lang.String checkinComment,
java.util.List<java.lang.String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
javax.xml.bind.JAXBElement<CmisContentStreamType> |
ObjectFactory.createCheckInContentStream(CmisContentStreamType value)
Create an instance of JAXBElement < CmisContentStreamType > } |
javax.xml.bind.JAXBElement<CmisContentStreamType> |
ObjectFactory.createCreateDocumentContentStream(CmisContentStreamType value)
Create an instance of JAXBElement < CmisContentStreamType > } |
void |
ObjectServicePort.createDocument(java.lang.String repositoryId,
CmisPropertiesType properties,
java.lang.String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
java.util.List<java.lang.String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<java.lang.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 |
ObjectServicePort.setContentStream(java.lang.String repositoryId,
javax.xml.ws.Holder<java.lang.String> objectId,
java.lang.Boolean overwriteFlag,
javax.xml.ws.Holder<java.lang.String> changeToken,
CmisContentStreamType contentStream,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type CmisContentStreamType | |
---|---|
void |
CreateDocument.setContentStream(javax.xml.bind.JAXBElement<CmisContentStreamType> value)
Sets the value of the contentStream property. |
void |
CheckIn.setContentStream(javax.xml.bind.JAXBElement<CmisContentStreamType> value)
Sets the value of the contentStream property. |
Uses of CmisContentStreamType in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisContentStreamType | |
---|---|
CmisContentStreamType |
ObjectService.getContentStream(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.String streamId,
java.math.BigInteger offset,
java.math.BigInteger length,
CmisExtensionType extension)
|
Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type CmisContentStreamType | |
---|---|
void |
VersioningService.checkIn(java.lang.String repositoryId,
javax.xml.ws.Holder<java.lang.String> objectId,
java.lang.Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
java.lang.String checkinComment,
java.util.List<java.lang.String> policies,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
void |
ObjectService.createDocument(java.lang.String repositoryId,
CmisPropertiesType properties,
java.lang.String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
java.util.List<java.lang.String> policies,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<java.lang.String> objectId)
|
void |
ObjectService.setContentStream(java.lang.String repositoryId,
javax.xml.ws.Holder<java.lang.String> objectId,
java.lang.Boolean overwriteFlag,
javax.xml.ws.Holder<java.lang.String> changeToken,
CmisContentStreamType contentStream,
javax.xml.ws.Holder<CmisExtensionType> extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |