Interface ContentStore<S,SID extends Serializable>
- All Superinterfaces:
AssociativeStore<S,,SID> Store<SID>,Store<SID>
- All Known Implementing Classes:
StoreImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetContent(S entity) getContent(S entity, PropertyPath propertyPath) setContent(S entity, InputStream content) setContent(S entity, PropertyPath propertyPath, InputStream content) setContent(S entity, PropertyPath propertyPath, InputStream content, long contentLen) setContent(S entity, PropertyPath propertyPath, InputStream content, SetContentParams params) setContent(S entity, PropertyPath propertyPath, org.springframework.core.io.Resource resourceContent) setContent(S entity, org.springframework.core.io.Resource resourceContent) unsetContent(S entity) unsetContent(S entity, PropertyPath propertyPath) unsetContent(S entity, PropertyPath propertyPath, UnsetContentParams params) Methods inherited from interface org.springframework.content.commons.store.AssociativeStore
associate, associate, getResource, getResource, getResource, unassociate, unassociateMethods inherited from interface org.springframework.content.commons.store.Store
getResource
-
Method Details
-
setContent
-
setContent
-
setContent
@LockParticipant S setContent(S entity, PropertyPath propertyPath, InputStream content, long contentLen) -
setContent
@LockParticipant S setContent(S entity, PropertyPath propertyPath, InputStream content, SetContentParams params) -
setContent
-
setContent
@LockParticipant S setContent(S entity, PropertyPath propertyPath, org.springframework.core.io.Resource resourceContent) -
unsetContent
-
unsetContent
-
unsetContent
-
getContent
-
getContent
-