com.wewebu.ow.server.history
Interface OwHistoryManagerContext

All Superinterfaces:
OwBaseInitializer, OwRepositoryContext
All Known Implementing Classes:
OwMainAppContext

public interface OwHistoryManagerContext
extends OwRepositoryContext

Interface for the history context.
The context keeps basic configuration, localization and environment information and is independent to the web context.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.wewebu.ow.server.ecm.OwRepositoryContext
OwRepositoryContext.OwConfigChangeEvent, OwRepositoryContext.OwConfigChangeEventListener
 
Method Summary
 OwBaseConfiguration getBaseConfiguration()
          get the configuration information
 OwBaseUserInfo getCurrentUser()
          get the current user
 
Methods inherited from interface com.wewebu.ow.server.ecm.OwRepositoryContext
addConfigChangeEventListener, createTempDir, deleteTempDir, getBasePath, getClientID, getClientWildCard, getConfigurationName, getConfigURL, getInitParameter, getJDBCTemplate, getLocale, getMandator, getMandatorID, getMandatorManager, getXMLConfigDoc, hasLabel, localize, localize1, localize2, localize3, localizeLabel
 
Methods inherited from interface com.wewebu.ow.server.conf.OwBaseInitializer
getApplicationAttribute, setApplicationAttribute
 

Method Detail

getBaseConfiguration

OwBaseConfiguration getBaseConfiguration()
get the configuration information


getCurrentUser

OwBaseUserInfo getCurrentUser()
                              throws Exception
get the current user

Returns:
OwUserInfo
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.