|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwNetworkContext
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
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.wewebu.ow.server.ecm.OwRepositoryContext |
---|
OwRepositoryContext.OwConfigChangeEvent, OwRepositoryContext.OwConfigChangeEventListener |
Method Summary | |
---|---|
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 |
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 |
Methods inherited from interface com.wewebu.ow.server.app.OwUserOperationExecutor |
---|
addUserOperationListener, removeUserOperationListener |
Method Detail |
---|
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
contextname_p
- String name of calling context, e.g. searchtemplate nameplaceholdername_p
- String name of placeholder to retrieve value for
Object
Exception
OwTimeZoneInfo getClientTimeZoneInfo()
TimeZone getClientTimeZone()
TimeZone.getDefault()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |