Class ObjectDetailsStorage
- java.lang.Object
-
- com.evolveum.midpoint.web.session.ObjectDetailsStorage
-
- All Implemented Interfaces:
Serializable
public class ObjectDetailsStorage extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectDetailsStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerPanelConfigurationType
getDefaultConfiguration()
void
setDefaultConfiguration(ContainerPanelConfigurationType defaultConfiguration)
-
-
-
Method Detail
-
setDefaultConfiguration
public void setDefaultConfiguration(ContainerPanelConfigurationType defaultConfiguration)
-
getDefaultConfiguration
public ContainerPanelConfigurationType getDefaultConfiguration()
-
-