Class SimpleUserSystemService

  • All Implemented Interfaces:
    org.kie.server.services.taskassigning.user.system.api.UserSystemService

    public class SimpleUserSystemService
    extends Object
    implements org.kie.server.services.taskassigning.user.system.api.UserSystemService
    • Field Detail

      • USERS_FILE

        public static final String USERS_FILE
        Property name for configuring the path to the users definition file.
        See Also:
        Constant Field Values
      • SKILLS_FILE

        public static final String SKILLS_FILE
        Property name for configuring the path to the optional users skills definition file.
        See Also:
        Constant Field Values
      • AFFINITIES_FILE

        public static final String AFFINITIES_FILE
        Property name for configuring the path to the optional users affinities definition file.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SimpleUserSystemService

        public SimpleUserSystemService()
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface org.kie.server.services.taskassigning.user.system.api.UserSystemService
      • getName

        public String getName()
        Specified by:
        getName in interface org.kie.server.services.taskassigning.user.system.api.UserSystemService
      • findAllUsers

        public List<org.kie.server.services.taskassigning.user.system.api.User> findAllUsers()
        Specified by:
        findAllUsers in interface org.kie.server.services.taskassigning.user.system.api.UserSystemService
      • findAllGroups

        public List<org.kie.server.services.taskassigning.user.system.api.Group> findAllGroups()
      • test

        public void test()
        Specified by:
        test in interface org.kie.server.services.taskassigning.user.system.api.UserSystemService
      • findUser

        public org.kie.server.services.taskassigning.user.system.api.User findUser​(String id)
        Specified by:
        findUser in interface org.kie.server.services.taskassigning.user.system.api.UserSystemService