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) throws ClientException
ClientExceptionDocumentModel groupTransformer(UserManager um, DocumentModel group, DocumentModel context) throws ClientException
um - group - to modifiedcontext - that bring the tenant informationClientExceptionString groupnameTranformer(UserManager um, String groupname, DocumentModel context)
um - group - to modifiedcontext - that bring the tenant informationClientExceptionCopyright © 2015 Nuxeo SA. All rights reserved.