|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwMandatorManager
Interface for mandators (multitenancy, multi-tenant) to specify the mandator configuration data.
To be implemented with the specific ECM system.
You get a instance of the mandator manager by calling getContext().getMandatorManager().getUserMandator()
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
Method Summary | |
---|---|
Set |
getGlobalRoleNames()
get a set of rolenames that act globally for all mandators |
OwMandator |
getUserMandator()
get the mandator interface of the current logged in user |
void |
init(OwMandatorManagerContext context_p,
OwXMLUtil configNode_p)
init the manager, set context |
void |
loginInit(OwBaseUserInfo user_p)
init called AFTER the user has logged in. |
Method Detail |
---|
void init(OwMandatorManagerContext context_p, OwXMLUtil configNode_p) throws Exception
context_p
- OwMandatorManagerContextconfigNode_p
- OwXMLUtil node with configuration information
Exception
void loginInit(OwBaseUserInfo user_p) throws Exception
user_p
- OwBaseUserInfo
Exception
OwMandator getUserMandator()
Set getGlobalRoleNames()
Set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |