Package | Description |
---|---|
com.activiti.content.storage.api |
Modifier and Type | Method and Description |
---|---|
ContentObject |
ContentStorage.createContentObject(InputStream contentStream,
Long lengthHint) |
ContentObject |
ContentStorage.getContentObject(String id) |
ContentObject |
ContentStorage.updateContentObject(String id,
InputStream contentStream,
Long lengthHint)
Update the content with the given id to the content present in the given stream.
|
Copyright © 2014–2015 Alfresco. All rights reserved.