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
| Modifier and Type | Method and Description |
|---|---|
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.
|
void init(OwMandatorManagerContext context_p, OwXMLUtil configNode_p) throws Exception
context_p - OwMandatorManagerContextconfigNode_p - OwXMLUtil node with configuration informationExceptionvoid loginInit(OwBaseUserInfo user_p) throws Exception
user_p - OwBaseUserInfoExceptionOwMandator getUserMandator()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.