public interface OwNetworkContext extends OwRepositoryContext, OwUserOperationExecutor, OwGlobalRegistryContext
Interface for the ECM 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
OwRepositoryContext.OwConfigChangeEvent, OwRepositoryContext.OwConfigChangeEventListener
Modifier and Type | Method and Description |
---|---|
TimeZone |
getClientTimeZone()
Return a time zone which represents the client time zone.
|
OwTimeZoneInfo |
getClientTimeZoneInfo()
Get client's time zone offset information.
|
OwBaseUserInfo |
getCurrentUser()
get the current user
|
String |
getDefaultFolderClassName()
name of the default class used to create simple folders
|
void |
onLogin(OwBaseUserInfo user_p)
callback from network adapter when user gets logged in
|
Object |
resolveLiteralPlaceholder(String contextname_p,
String placeholdername_p)
resolve the given literal placeholder name to a property / criteria value
|
addConfigChangeEventListener, createTempDir, deleteTempDir, getBasePath, getClientID, getClientWildCard, getConfigurationName, getConfigURL, getInitParameter, getJDBCTemplate, getLocale, getMandator, getMandatorID, getMandatorManager, getXMLConfigDoc, hasLabel, localize, localize1, localize2, localize3, localizeLabel
getApplicationAttribute, setApplicationAttribute
addUserOperationListener, removeUserOperationListener
getRegisteredInterface, registerInterface, unregisterInterface
void onLogin(OwBaseUserInfo user_p) throws Exception
Exception
String getDefaultFolderClassName()
OwBaseUserInfo getCurrentUser() throws Exception
Exception
Object resolveLiteralPlaceholder(String contextname_p, String placeholdername_p) throws Exception
OwTimeZoneInfo getClientTimeZoneInfo()
TimeZone getClientTimeZone()
TimeZone.getDefault()
.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.