|
||||||||||
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(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
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. |
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(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |