Class GetUsersWithPrivilegeCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.GetUsersWithPrivilegeCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<List<PlatformUser>>

public class GetUsersWithPrivilegeCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<PlatformUser>>, Serializable
Author:
Joram Barrez
See Also:
  • Field Details

    • name

      protected String name
  • Constructor Details

    • GetUsersWithPrivilegeCmd

      public GetUsersWithPrivilegeCmd(String name)
  • Method Details

    • execute

      public List<PlatformUser> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<List<PlatformUser>>