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

Forum Posts

get all users from group

HelloHow can I get all users from group (example GROUP_test_1 ) and inner groups (example GROUP_test_1_1)? This code:authorityService.getContainedAuthorities(AuthorityType.USER, "GROUP_test_1 ", true)return only users from group GROUP_test_1, ignore ...

Resolved! Planning upgrade Alfresco community 5.0.b to 6.2

Hi all,My environment : Alfresco communitu 5.0.b on premise , server Centos 6.4 , installed all in one by "alfresco-community-5.0.b-installer-linux-x64.bin" .Installation dir : /opt/alfresco-5.0.bI actually only use Alfresco content management featur...

Resolved! Non-incremental model changes

Hi all,I understand that custom model changes can be only incremental, like new property definition, but what to do when some major changes are required. I have no problem deleteing everything, but what exactly and how?So I guess I need to delete DB,...

darionis by Champ on-the-rise
  • 10263 Views
  • 6 replies
  • 4 kudos

Activiti 5.16 to Activiti 6.x migration ServiceTask

Hello Team,Greetings.We want to migrate activiti from 5.16 to 6.x version and I need an solution for Service Task implementation where we have more than one sequence flow.Example:public class ThrowsExceptionBehavior implements ActivityBehavior {publi...

How to create dynamic tasks in a process?

Hello,In a process, I would like to create tasks dynamically based on parameters passed at the creation of the process.For example, from ADF, I would like to create a form that allows me to select from 1 to N reviewers.On APS, I would like the proces...

image
ltrichaud by Champ on-the-rise
  • 6320 Views
  • 4 replies
  • 3 kudos

Resolved! Edit/remove permissions from out-of-the-box actions

Hi all!I'm trying to add new user roles and one of the roles should be able to move other users' files but not delete them. My new user role includes permission groups "Collaborator" and "AddChildren":<permissionGroup name='MySiteRole' allowFullContr...

onurg by Champ on-the-rise
  • 15046 Views
  • 16 replies
  • 15 kudos

Alfresco SDK 4.1 AIO project deployment in production

Hello Everyone!I have developed extensions for alfresco platform and share using the SDK 4.1 AIO project. Please i will like to know how to deploy these extensions on production environments like AWS for use by end-usersThanks in advance.

Yves1 by Champ in-the-making
  • 3812 Views
  • 1 replies
  • 1 kudos

How to hide aspect from UI

Environment: Alresco6.2 (Enterprise) /Oracle/Microsoft-Active Directory/RedHatI added an aspect "Classifiable - Software Document Classification", to a site's folder using Share UI.Now all users having Collaborator/Manager/Admin rights can modify/rem...

ajkr195 by Confirmed Champ
  • 6382 Views
  • 5 replies
  • 0 kudos

Password policy

In Alfresco 5.2, the user can change passwords. So far it is ok. But is there any way to force a password complexity? How min. 2 lowercase letters, 2 uppercase letters, 2 digits and a special character. I know there is a way in global-config.xml to f...

spawn by Champ on-the-rise
  • 6566 Views
  • 2 replies
  • 0 kudos

How to get custom values on workflow Details Page

I have some custom fields in this page like KeyNumber and Process as shown in the below Image."The values of the fields are available in the workflow form".Can anyone tell me from where can I get the values for that fields on workflows details page.T...

image

Create custom aspect and that assign property using Rest API

Hi, I am a new user of Alfresco. I need to understand if it is possible to create a custom aspect and assign propertis as specified here: Create Customer Aspect but using rest API or CURL command? I will be using the aspect to create rules on folders...

ssaimon by Champ in-the-making
  • 3684 Views
  • 1 replies
  • 3 kudos

Resolved! SOAP and Alfresco

We have a very legacy application which is talking to an DMS via SOAP protocol. We are moving contents from that DMS to Alfresco. Now situation is that, our business doesn't want to touch the legacy application due to it's criticality. We want Alfres...

bip1989 by Star Contributor
  • 8873 Views
  • 5 replies
  • 6 kudos

Customizing an existing Alfresco class

Hello,my objective is customizing an existing Alfresco class instead of changing directly in the org.alfresco:the solution was "creation of a custom content store implementation that inherit from StoreSelectorAspectContentStore and register you imple...

ALfreSara by Confirmed Champ
  • 4671 Views
  • 3 replies
  • 2 kudos

Resolved! Restrict user from Leaving Site.

Hello everyone,Im using Alfresco Community version 6.0.a (Dockerized). I have deployed Alfresco in a production eviornment and my client has come up with a specific requirement. Their requirement is to restricit user to Leave Site, once the user has ...