public interface StorableHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes(Storable storable,
Store store)
Storable attributes getter
|
void |
setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
Storable attributes setter
|
static final java.lang.String REVISION
void setAttributes(Storable storable, StorableLogEntry sle, Store store)
storable
- - the target storablesle
- - the StorableLogEntry that contains the attributes to set:java.util.Map<java.lang.String,java.lang.String> getAttributes(Storable storable, Store store)
storable
- - the target storablestore
- - the storer of the objectCopyright © 2001-2010 Jalios SA. All Rights Reserved.