public interface ContentStore<S,SID extends Serializable> extends AssociativeStore<S,SID>, ContentRepository<S,SID>
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getContent(S property) |
S |
setContent(S property,
InputStream content) |
S |
setContent(S property,
org.springframework.core.io.Resource resourceContent) |
S |
unsetContent(S property) |
associate, associate, getResource, getResource, unassociate, unassociategetResource@LockParticipant S setContent(S property, InputStream content)
@LockParticipant S setContent(S property, org.springframework.core.io.Resource resourceContent)
@LockParticipant S unsetContent(S property)
InputStream getContent(S property)
Copyright © 2021 Paul Warren. All rights reserved.