public interface ContentService
extends com.edorasware.commons.core.util.service.Service
Modifier and Type | Method and Description |
---|---|
ContentReference |
create(ContentDefinitionId definitionId,
InputStream inputStream,
Long contentLength) |
ContentReference |
create(ContentDefinitionId definitionId,
String prefix,
InputStream inputStream,
Long contentLength) |
InputStream |
get(ContentReference contentReference) |
void |
update(ContentReference contentReference,
InputStream inputStream,
Long size) |
ContentReference create(ContentDefinitionId definitionId, InputStream inputStream, Long contentLength)
ContentReference create(ContentDefinitionId definitionId, String prefix, InputStream inputStream, Long contentLength)
void update(ContentReference contentReference, InputStream inputStream, Long size)
InputStream get(ContentReference contentReference)
Copyright © 2010 - 2015 edorasware ag. All Rights Reserved.