public class GetUsersWithPrivilegeCmd extends Object implements Command<List<PlatformUser>>, Serializable
Constructor and Description |
---|
GetUsersWithPrivilegeCmd(String name) |
Modifier and Type | Method and Description |
---|---|
List<PlatformUser> |
execute(CommandContext commandContext) |
protected String name
public GetUsersWithPrivilegeCmd(String name)
public List<PlatformUser> execute(CommandContext commandContext)
execute
in interface Command<List<PlatformUser>>