| Modifier and Type | Method and Description |
|---|---|
void |
StoreImpl.associate(Object entity,
PropertyPath propertyPath,
Serializable id) |
org.springframework.core.io.Resource |
StoreImpl.getResource(Object entity,
PropertyPath propertyPath) |
void |
StoreImpl.unassociate(Object entity,
PropertyPath propertyPath) |
| Modifier and Type | Method and Description |
|---|---|
PropertyPath |
StoreEvent.getPropertyPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssociativeStore.associate(S entity,
PropertyPath propertyPath,
SID id)
Associates the resource (identified by id) with entity.
|
org.springframework.core.io.Resource |
AssociativeStore.getResource(S entity,
PropertyPath propertyPath)
Returns the resource associated with the given property for entity, or null if no association exists
|
void |
AssociativeStore.unassociate(S entity,
PropertyPath propertyPath)
Unassociates the resource from entity
|
| Constructor and Description |
|---|
AfterStoreEvent(Object source,
PropertyPath propertyPath,
ContentStore<Object,Serializable> store) |
StoreEvent(Object source,
PropertyPath properyPath,
ContentStore<Object,Serializable> store) |
Copyright © 2021 Paul Warren. All rights reserved.