Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.history | |
org.openstreetmap.josm.gui.dialogs | |
org.openstreetmap.josm.gui.history | |
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private static User |
User.anonymous |
protected User |
AbstractPrimitive.user
User that last modified this primitive, as specified by the server.
|
private User |
Changeset.user
the user who owns the changeset
|
Modifier and Type | Field and Description |
---|---|
private static Map<Long,User> |
User.userMap
the map of known users
|
Modifier and Type | Method and Description |
---|---|
static User |
User.createLocalUser(String name)
Creates a local user with the given name
|
static User |
User.createOsmUser(long uid,
String name)
Creates a user known to the OSM server
|
static User |
User.getAnonymous()
Replies the anonymous user
|
static User |
User.getById(long uid)
Returns the user with user id
uid or null if this user doesn't exist |
User |
AbstractPrimitive.getUser()
Replies the user who has last touched this object.
|
User |
IPrimitive.getUser() |
User |
Changeset.getUser() |
Modifier and Type | Method and Description |
---|---|
static List<User> |
User.getByName(String name)
Returns the list of users with name
name or the empty list if
no such users exist |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPrimitive.setUser(User user)
Sets the user who has last touched this object.
|
void |
IPrimitive.setUser(User user) |
void |
OsmPrimitive.setUser(User user) |
void |
Changeset.setUser(User user) |
Modifier and Type | Field and Description |
---|---|
private User |
HistoryOsmPrimitive.user |
Modifier and Type | Method and Description |
---|---|
User |
HistoryOsmPrimitive.getUser() |
Constructor and Description |
---|
HistoryNode(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
LatLon coords)
Constructs a new
HistoryNode . |
HistoryNode(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
LatLon coords,
boolean checkHistoricParams)
Constructs a new
HistoryNode with a configurable checking of historic parameters. |
HistoryOsmPrimitive(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp)
Constructs a new
HistoryOsmPrimitive . |
HistoryOsmPrimitive(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
boolean checkHistoricParams)
Constructs a new
HistoryOsmPrimitive with a configurable checking of historic parameters. |
HistoryRelation(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp)
constructor
|
HistoryRelation(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
boolean checkHistoricParams)
constructor
|
HistoryRelation(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
List<RelationMemberData> members)
constructor
|
HistoryWay(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp)
Constructs a new
HistoryWay . |
HistoryWay(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
boolean checkHistoricParams)
Constructs a new
HistoryWay with a configurable checking of historic parameters. |
HistoryWay(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
List<Long> nodeIdList)
Constructs a new
HistoryWay with a given list of node ids. |
Modifier and Type | Field and Description |
---|---|
User |
UserListDialog.UserInfo.user |
Modifier and Type | Method and Description |
---|---|
protected Map<User,Integer> |
UserListDialog.UserTableModel.computeStatistics(Collection<? extends OsmPrimitive> primitives) |
List<User> |
UserListDialog.UserTableModel.getSelectedUsers(int[] rows) |
Constructor and Description |
---|
UserInfo(User user,
int count,
double percent) |
Modifier and Type | Method and Description |
---|---|
private User |
HistoryBrowserModel.HistoryPrimitiveBuilder.getCurrentUser() |
Modifier and Type | Method and Description |
---|---|
private User |
OsmReader.createUser(String uid,
String name) |
protected User |
OsmChangesetParser.Parser.createUser(String uid,
String name) |