Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

invite users permission

Is it possible to assign the collaborator of a site the permission to invite users?thanks

rob by Champ on-the-rise
  • 4662 Views
  • 3 replies
  • 1 kudos

Resolved! Realization of an ERD in Alfresco Model Manager

Hi,I currently have an Entity Relationship Diagram which I want to realize in my Model Manager.I created the Model and added my tables but I don't know how to implement my connections between the tables (Foreign-keys). I tried associations already bu...

kwiesinger by Champ in-the-making
  • 6797 Views
  • 4 replies
  • 0 kudos

How to get All user by group id ?

TYPE_CU  this group i have created and added one user .but i am not getting user.there is any api  to get direct user node using serviceRegistry.getAuthorityService()Set<String> person = serviceRegistry.getAuthorityService().getContainedAuthorities(n...

dharmraj by Confirmed Champ
  • 7102 Views
  • 3 replies
  • 3 kudos

Using Alfresco FullText Search as Case Insensitive

Greetings, my apologies in advance as I am more of a SQL Developer, and I am not that experienced with the Alfresco API. But I have been trying to solve this, and haven't gotten very far. We are on version 5.2.2.We have some files with words in title...

cyong by Champ in-the-making
  • 5554 Views
  • 2 replies
  • 2 kudos

how to send mail using ActionExecuterAbstractBase?

I did this configuration email.server.enabled=trueemail.server.port=25email.server.domain=alfresco.comemail.inbound.unknownUser=anonymousemail.server.allowed.senders=.*In Class Properties mailServerProperties = new Properties(); mailServerProperties ...

dharmraj by Confirmed Champ
  • 11984 Views
  • 8 replies
  • 2 kudos

Strange behavior with cmis session query

Below is a sample code we use in our app.ItemIterable<QueryResult> results = this.getSession().query(query, false);for (QueryResult qResult : results) {            //some stuff        }Here is a sample query.Select * from common:basedoc where CONTAIN...