com.wewebu.ow.server.mandator
Interface OwMandator

All Superinterfaces:
OwAttributeBag

public interface OwMandator
extends OwAttributeBag

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
 String filterRoleName(String rolename_p)
          create a unique role name for the given role name
 String getDescription()
          get a description for this mandator
 String getID()
          get a unique ID for this mandator
 String getName()
          get a name for this mandator
 
Methods inherited from interface com.wewebu.ow.server.util.OwAttributeBag
attributecount, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttribute
 

Method Detail

getID

String getID()
get a unique ID for this mandator

Returns:
a String

getName

String getName()
get a name for this mandator

Returns:
a String

getDescription

String getDescription()
get a description for this mandator

Returns:
a String

filterRoleName

String filterRoleName(String rolename_p)
create a unique role name for the given role name

Parameters:
rolename_p -
Returns:
String rolename


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.