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