Class BrowserTabSessionStorage
java.lang.Object
com.evolveum.midpoint.web.session.BrowserTabSessionStorage
- All Implemented Interfaces:
DebugDumpable,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidclearTaskErrorsStorage(String taskOidToExclude) Show the content of the object intended for diagnostics by system administrator.debugDump(int indent) getObjectHistoryAuditLog(QName objectType) getOrCreatePageStorage(@NotNull String key) <T extends PageStorage>
TgetPageStorage(@NotNull String key, @NotNull Class<T> type) getResourceContentStorage(ShadowKindType kind, String searchMode) Deprecated.initMemberStorage(String storageKey) initMemberStorage(String storageKey, SearchBoxConfigurationHelper searchBoxConfig) initPageStorage(String key) voidsetObjectDetailsStorage(String key, ContainerPanelConfigurationType config) voidsetObjectHistoryAuditLog(QName objectType, AuditLogStorage storage) <T extends PageStorage>
voidsetPageStorage(@NotNull String key, T value) voidsetUserProfile(UserProfileStorage profile) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDumpLazily, debugDumpLazily
-
Constructor Details
-
BrowserTabSessionStorage
public BrowserTabSessionStorage()
-
-
Method Details
-
getPageStorageMap
-
getMainMenuState
-
getPageStorage
public <T extends PageStorage> T getPageStorage(@NotNull @NotNull String key, @NotNull @NotNull Class<T> type) -
setPageStorage
-
getOrCreatePageStorage
-
getConfiguration
-
getOrgStructurePanelStorage
-
getObjectListStorage
-
getObjectDetailsStorage
-
setObjectDetailsStorage
-
getAuditLog
-
getObjectHistoryAuditLog
-
setObjectHistoryAuditLog
-
getResourceContentStorage
@Deprecated public ResourceContentStorage getResourceContentStorage(ShadowKindType kind, String searchMode) Deprecated. -
getResourceContentStorage
-
getNotificationConfigurationTabMailServerTableStorage
-
getWorkItemStorage
-
getCertCampaigns
-
getCertDecisions
-
getUserProfile
-
initPageStorage
-
initMemberStorage
public MemberPanelStorage initMemberStorage(String storageKey, SearchBoxConfigurationHelper searchBoxConfig) -
initMemberStorage
-
setUserProfile
-
clearResourceContentStorage
public void clearResourceContentStorage() -
clearTaskErrorsStorage
-
getSimulation
-
clearPageStorage
public void clearPageStorage() -
debugDump
Description copied from interface:DebugDumpableShow the content of the object intended for diagnostics by system administrator. The out put should be suitable to use in system logs at "debug" level. It may be multi-line, but in that case it should be well indented and quite terse. As it is intended to be used by system administrator, it should not use any developer terms such as class names, exceptions or stack traces.- Specified by:
debugDumpin interfaceDebugDumpable- Returns:
- content of the object intended for diagnostics by system administrator.
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-