Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.client.runtime | |
org.apache.chemistry.opencmis.commons.impl.dataobjects |
Modifier and Type | Method and Description |
---|---|
List<ContentStreamHash> |
DocumentProperties.getContentStreamHashes()
Returns the content hashes or
null if the document has no content
(CMIS property cmis:contentStreamHash ). |
Modifier and Type | Method and Description |
---|---|
List<ContentStreamHash> |
DocumentImpl.getContentStreamHashes() |
Modifier and Type | Class and Description |
---|---|
class |
ContentStreamHashImpl |
Modifier and Type | Method and Description |
---|---|
static List<ContentStreamHash> |
ContentStreamHashImpl.createContentStreamHashes(InputStream stream,
String... algorithm)
Creates a list of content hashes from a stream
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.