08-05-2009 10:30 AM
var gens = people.getPeople(null);
var logFile = space.childByNamePath("log_users.txt");
if (logFile == null) {
logFile = space.createFile("log_users.txt");
}
logFile.content = "";
for (var i=0; i<gens.length;i++) {
logFile.content += gens[i]+"\n";
var groupes= people.getContainerGroups(utils.getNodeFromString(gens[i]));
for (var j=0; j<groupes.length;j++) {
logFile.content += "\t"+groupes[j].name+"\n";
}
}
workspace://SpacesStore/71a950d8-f26b-40ee-a496-51133147c345
GROUP_ALFRESCO_ADMINISTRATORS
d60ba031-128f-408e-aaa4-de69ce7ddd95
e7252aad-8ef9-4986-90bd-7664e86384ab
workspace://SpacesStore/a0f6862c-ebb3-432f-b36e-4ba7076a2dc2
workspace://SpacesStore/8cb10f0a-eb91-4e12-96c8-c9321c6d8a08
workspace://SpacesStore/b019d0ee-c45d-44ea-b750-e0aeedf85abb
GROUP_ALFRESCO_ADMINISTRATORS
d60ba031-128f-408e-aaa4-de69ce7ddd95
e7252aad-8ef9-4986-90bd-7664e86384ab
08-06-2009 04:18 AM
08-06-2009 04:22 AM
03-08-2010 08:36 AM
03-18-2010 04:36 PM
03-19-2010 08:08 AM
13:50:48,462 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.userToAuthorityTransactionalCache] Transactional update cache 'org.alfresco.userToAuthorityTransactionalCache' is full (100).
03-26-2010 02:39 PM
sorry i want to do the same thing on community edition 3.2r
and also i wanted to know where the results are announced…
because i made a script and i called it but i get this warn13:50:48,462 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.userToAuthorityTransactionalCache] Transactional update cache 'org.alfresco.userToAuthorityTransactionalCache' is full (100).
03-29-2010 02:48 AM
04-01-2010 04:41 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.