Class FlowableWorkflowUtils


  • public class FlowableWorkflowUtils
    extends Object
    • Method Detail

      • isUserIngroup

        public static boolean isUserIngroup​(UserTO user,
                                            String groupName)
      • setUserWorkflowVariable

        public void setUserWorkflowVariable​(String variableName,
                                            Object value,
                                            org.apache.syncope.core.persistence.api.entity.user.User user)
      • getUserWorkflowVariable

        public Object getUserWorkflowVariable​(String variableName,
                                              org.apache.syncope.core.persistence.api.entity.user.User user)