|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentMetadataPersister
Object responsible for maintaining a persistent copy of a node's
RepositoryContentMetadata
.
Method Summary | |
---|---|
RepositoryContentMetadata |
load(String storeName)
Load content metadata from the persistent store. |
void |
store(String storeName,
RepositoryContentMetadata metadata)
Store content metadata to the persistent store. |
Method Detail |
---|
RepositoryContentMetadata load(String storeName)
storeName
- name of the store. Cannot be null
void store(String storeName, RepositoryContentMetadata metadata)
storeName
- name of the store. Cannot be null
metadata
- the metadata. Cannot be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |