Package com.jalios.jcms.workspace
Class Workspace_HANDLER
- java.lang.Object
- 
- com.jalios.jcms.workspace.Workspace_HANDLER
 
- 
- All Implemented Interfaces:
- StorableHandler
 
 public class Workspace_HANDLER extends java.lang.Object implements StorableHandler 
- 
- 
Constructor SummaryConstructors Constructor Description Workspace_HANDLER()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getAttributes(Storable storable, Store store)Storable attributes gettervoidsetAttributes(Storable storable, StorableLogEntry sle, Store store)Storable attributes setter
 
- 
- 
- 
Method Detail- 
setAttributespublic void setAttributes(Storable storable, StorableLogEntry sle, Store store) Description copied from interface:StorableHandlerStorable attributes setter- Specified by:
- setAttributesin interface- StorableHandler
- Parameters:
- storable- - the target storable
- sle- - the StorableLogEntry that contains the attributes to set:
 Key=AttName(String) Value=persistant representation(String)
 
 - 
getAttributespublic java.util.Map<java.lang.String,java.lang.String> getAttributes(Storable storable, Store store) Description copied from interface:StorableHandlerStorable attributes getter- Specified by:
- getAttributesin interface- StorableHandler
- Parameters:
- storable- - the target storable
- store- - the storer of the object
- Returns:
- the attributes of the storable with the mapping:
 Key=Name(String) Value=persistant representation(String)
 
 
- 
 
-