public interface UserMultiTenantManagement
Modifier and Type | Method and Description |
---|---|
String |
groupnameTranformer(UserManager um,
String groupname,
DocumentModel context)
Transform the GroupName to add to tenant characteristic.
|
DocumentModel |
groupTransformer(UserManager um,
DocumentModel group,
DocumentModel context)
Transform the Group DocumentModel store it into the tenant described by the context
|
void |
queryTransformer(UserManager um,
Map<String,Serializable> filter,
Set<String> fulltext,
DocumentModel context)
Transform filter and fulltext to fetch Groups for the given context and the query specified with the given filter
and fulltext.
|
void queryTransformer(UserManager um, Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)
DocumentModel groupTransformer(UserManager um, DocumentModel group, DocumentModel context)
um
- group
- to modifiedcontext
- that bring the tenant informationString groupnameTranformer(UserManager um, String groupname, DocumentModel context)
um
- group
- to modifiedcontext
- that bring the tenant informationCopyright © 2016 Nuxeo SA. All rights reserved.