Uses of Class
org.springframework.content.commons.property.PropertyPath
Packages that use PropertyPath
Package
Description
-
Uses of PropertyPath in internal.org.springframework.content.commons.store.factory
Methods in internal.org.springframework.content.commons.store.factory with parameters of type PropertyPathModifier and TypeMethodDescriptionvoidStoreImpl.associate(Object entity, PropertyPath propertyPath, Serializable id) reactor.core.publisher.Flux<ByteBuffer>ReactiveStoreImpl.getContent(Object entity, PropertyPath path) StoreImpl.getContent(Object entity, PropertyPath propertyPath) org.springframework.core.io.ResourceStoreImpl.getResource(Object entity, PropertyPath propertyPath) org.springframework.core.io.ResourceStoreImpl.getResource(Object entity, PropertyPath propertyPath, GetResourceParams oldParams) org.springframework.core.io.ResourceStoreImpl.getResource(Object entity, PropertyPath propertyPath, GetResourceParams params) StoreImpl.internalGetContent(Object entity, PropertyPath propertyPath, Supplier<InputStream> invocation) org.springframework.core.io.ResourceStoreImpl.internalGetResource(Object entity, PropertyPath propertyPath, Supplier<org.springframework.core.io.Resource> invocation) StoreImpl.internalSetContent(Object property, PropertyPath propertyPath, InputStream content, Function<InputStream, Object> invocation) StoreImpl.internalSetContent(Object property, PropertyPath propertyPath, org.springframework.core.io.Resource resourceContent, Supplier invocation) StoreImpl.internalUnsetContent(Object entity, PropertyPath propertyPath, Supplier invocation) reactor.core.publisher.Mono<Object>ReactiveStoreImpl.setContent(Object entity, PropertyPath path, long contentLen, reactor.core.publisher.Flux<ByteBuffer> buffer) StoreImpl.setContent(Object entity, PropertyPath propertyPath, InputStream content) StoreImpl.setContent(Object entity, PropertyPath propertyPath, InputStream content, long contentLen) StoreImpl.setContent(Object entity, PropertyPath propertyPath, InputStream content, SetContentParams params) StoreImpl.setContent(Object entity, PropertyPath propertyPath, InputStream content, SetContentParams params) StoreImpl.setContent(Object entity, PropertyPath propertyPath, org.springframework.core.io.Resource resourceContent) voidStoreImpl.unassociate(Object entity, PropertyPath propertyPath) reactor.core.publisher.Mono<Object>ReactiveStoreImpl.unsetContent(Object entity, PropertyPath propertyPath) StoreImpl.unsetContent(Object entity, PropertyPath propertyPath) StoreImpl.unsetContent(Object entity, PropertyPath propertyPath, UnsetContentParams params) StoreImpl.unsetContent(Object entity, PropertyPath propertyPath, UnsetContentParams params) -
Uses of PropertyPath in internal.org.springframework.content.fragments
Methods in internal.org.springframework.content.fragments with parameters of type PropertyPathModifier and TypeMethodDescriptionRenderableImpl.getRendition(Object entity, PropertyPath propertyPath, String mimeType) booleanRenderableImpl.hasRendition(Object entity, PropertyPath propertyPath, String mimeType) -
Uses of PropertyPath in org.springframework.content.commons.config
Methods in org.springframework.content.commons.config that return PropertyPath -
Uses of PropertyPath in org.springframework.content.commons.renditions
Methods in org.springframework.content.commons.renditions with parameters of type PropertyPathModifier and TypeMethodDescriptionRenderable.getRendition(S entity, PropertyPath path, String mimeType) booleanRenderable.hasRendition(S entity, PropertyPath path, String mimeType) -
Uses of PropertyPath in org.springframework.content.commons.repository
Methods in org.springframework.content.commons.repository that return PropertyPathMethods in org.springframework.content.commons.repository with parameters of type PropertyPathModifier and TypeMethodDescriptionvoidAssociativeStore.associate(S entity, PropertyPath propertyPath, SID id) Deprecated.Associates the resource (identified by id) with entity.ContentStore.getContent(S entity, PropertyPath propertyPath) Deprecated.reactor.core.publisher.Flux<ByteBuffer>ReactiveContentStore.getContent(S entity, PropertyPath path) Deprecated.org.springframework.core.io.ResourceAssociativeStore.getResource(S entity, PropertyPath propertyPath) Deprecated.Returns the resource associated with the given property for entity, or null if no association existsorg.springframework.core.io.ResourceAssociativeStore.getResource(S entity, PropertyPath propertyPath, GetResourceParams params) Deprecated.Returns the resource associated with the given property for entity, or null if no association existsContentStore.setContent(S entity, PropertyPath propertyPath, InputStream content) Deprecated.ContentStore.setContent(S entity, PropertyPath propertyPath, InputStream content, long contentLen) Deprecated.ContentStore.setContent(S entity, PropertyPath propertyPath, InputStream content, SetContentParams params) Deprecated.ContentStore.setContent(S entity, PropertyPath propertyPath, org.springframework.core.io.Resource resourceContent) Deprecated.reactor.core.publisher.Mono<S>ReactiveContentStore.setContent(S entity, PropertyPath path, long contentLen, reactor.core.publisher.Flux<ByteBuffer> buffer) Deprecated.voidAssociativeStore.unassociate(S entity, PropertyPath propertyPath) Deprecated.Unassociates the resource from entityContentStore.unsetContent(S entity, PropertyPath propertyPath) Deprecated.ContentStore.unsetContent(S entity, PropertyPath propertyPath, UnsetContentParams params) Deprecated.reactor.core.publisher.Mono<S>ReactiveContentStore.unsetContent(S entity, PropertyPath propertyPath) Deprecated.Constructors in org.springframework.content.commons.repository with parameters of type PropertyPathModifierConstructorDescriptionAfterStoreEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.StoreEvent(Object source, PropertyPath properyPath, Store<Serializable> store) Deprecated. -
Uses of PropertyPath in org.springframework.content.commons.repository.events
Constructors in org.springframework.content.commons.repository.events with parameters of type PropertyPathModifierConstructorDescriptionAfterAssociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterGetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterGetResourceEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterUnassociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterUnsetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeAssociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeGetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeGetResourceEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, InputStream is) Deprecated.BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, InputStream is, org.springframework.core.io.Resource resource) Deprecated.BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, org.springframework.core.io.Resource resource) Deprecated.BeforeUnassociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeUnsetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated. -
Uses of PropertyPath in org.springframework.content.commons.store
Methods in org.springframework.content.commons.store with parameters of type PropertyPathModifier and TypeMethodDescriptionvoidAssociativeStore.associate(S entity, PropertyPath propertyPath, SID id) Associates the resource (identified by id) with entity.ContentStore.getContent(S entity, PropertyPath propertyPath) reactor.core.publisher.Flux<ByteBuffer>ReactiveContentStore.getContent(S entity, PropertyPath path) org.springframework.core.io.ResourceAssociativeStore.getResource(S entity, PropertyPath propertyPath) Returns the resource associated with the given property for entity, or null if no association existsorg.springframework.core.io.ResourceAssociativeStore.getResource(S entity, PropertyPath propertyPath, GetResourceParams params) Returns the resource associated with the given property for entity, or null if no association existsContentStore.setContent(S entity, PropertyPath propertyPath, InputStream content) ContentStore.setContent(S entity, PropertyPath propertyPath, InputStream content, long contentLen) ContentStore.setContent(S entity, PropertyPath propertyPath, InputStream content, SetContentParams params) ContentStore.setContent(S entity, PropertyPath propertyPath, org.springframework.core.io.Resource resourceContent) reactor.core.publisher.Mono<S>ReactiveContentStore.setContent(S entity, PropertyPath path, long contentLen, reactor.core.publisher.Flux<ByteBuffer> buffer) voidAssociativeStore.unassociate(S entity, PropertyPath propertyPath) Unassociates the resource from entityContentStore.unsetContent(S entity, PropertyPath propertyPath) ContentStore.unsetContent(S entity, PropertyPath propertyPath, UnsetContentParams params) reactor.core.publisher.Mono<S>ReactiveContentStore.unsetContent(S entity, PropertyPath propertyPath) -
Uses of PropertyPath in org.springframework.content.commons.store.events
Constructors in org.springframework.content.commons.store.events with parameters of type PropertyPathModifierConstructorDescriptionAfterAssociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterGetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterGetResourceEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterStoreEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterUnassociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterUnsetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeAssociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeGetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeGetResourceEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, InputStream is) BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, InputStream is, org.springframework.core.io.Resource resource) BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, org.springframework.core.io.Resource resource) BeforeUnassociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeUnsetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) StoreEvent(Object source, PropertyPath properyPath, Store<Serializable> store)