com.atlassian.jira.plugin.profile.UserFormatManager |
![]() |
This interface is deprecated.
please use UserFormats
instead.
Manages the UserFormat
to type mapping. UserFormat modules may be provided for various different types.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
formatUserkey(String, String, String) or formatUsername(String, String, String) instead. Since v6.0.
| |||||||||||
This method is deprecated.
Use
formatUserkey(String, String, String, java.util.Map) or formatUsername(String, String, String, java.util.Map) instead. Since v6.0.
| |||||||||||
Convenience method to format a given user.
| |||||||||||
Convenience method to format a given user.
| |||||||||||
Convenience method to format a given user.
| |||||||||||
Convenience method to format a given user.
| |||||||||||
Returns the
UserFormat for a specific type, or null if none exists | |||||||||||
Returns the
UserFormat for a specific type, or null if none exists |
This method is deprecated.
Use formatUserkey(String, String, String)
or formatUsername(String, String, String)
instead. Since v6.0.
Convenience method to format a given user. Method looks up the mapped user format for the type and passes the username and id to this user format. Returns null if no mapped user format can be found.
username | The user to format |
---|---|
type | The user format type to use |
id | A context sensitive id |
This method is deprecated.
Use formatUserkey(String, String, String, java.util.Map)
or formatUsername(String, String, String, java.util.Map)
instead. Since v6.0.
Convenience method to format a given user. The params user allows a user to pass any information needed
for additional context to the underlying UserFormat
.
username | The user to format |
---|---|
type | The user format type to use |
id | A context sensitive id |
params | Additional context to provide to the userformatter. |
Convenience method to format a given user. The params user allows a user to pass any information needed
for additional context to the underlying UserFormat
.
userkey | The key of the user to format |
---|---|
type | The user format type to use |
id | A context sensitive id |
params | Additional context to provide to the userformatter. |
Convenience method to format a given user. Method looks up the mapped user format for the type and passes the user key and id to this user format. Returns null if no mapped user format can be found.
userkey | The key of the user to format |
---|---|
type | The user format type to use |
id | A context sensitive id |
Convenience method to format a given user. Method looks up the mapped user format for the type and passes the username and id to this user format. Returns null if no mapped user format can be found.
username | The key of the user to format |
---|---|
type | The user format type to use |
id | A context sensitive id |
Convenience method to format a given user. The params user allows a user to pass any information needed
for additional context to the underlying UserFormat
.
username | The key of the user to format |
---|---|
type | The user format type to use |
id | A context sensitive id |
params | Additional context to provide to the userformatter. |
Returns the UserFormat
for a specific type, or null if none exists
type | the specific type for which to find a UserFormat. |
---|
UserFormat
for a specific type, or null if none exists
Returns the UserFormat
for a specific type, or null if none exists
type | the specific type for which to find a UserFormat. |
---|
UserFormat
for a specific type, or null if none exists