Package com.flowable.idm.engine.impl.cmd
Class GetUsersWithPrivilegeCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.GetUsersWithPrivilegeCmd
-
- All Implemented Interfaces:
Serializable
,Command<List<PlatformUser>>
public class GetUsersWithPrivilegeCmd extends Object implements Command<List<PlatformUser>>, Serializable
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetUsersWithPrivilegeCmd(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PlatformUser>
execute(CommandContext commandContext)
-
-
-
Field Detail
-
name
protected String name
-
-
Constructor Detail
-
GetUsersWithPrivilegeCmd
public GetUsersWithPrivilegeCmd(String name)
-
-
Method Detail
-
execute
public List<PlatformUser> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<PlatformUser>>
-
-