public interface UserFormatTypeConfiguration
Stores configuration entries for the available user format types.
A user format type is configured against the module key of a user format module descriptor that references the user format which will be used to render a user for that user format type.
UserFormatModuleDescriptor
,
*
Modifier and Type | Method and Description |
---|---|
boolean |
containsType(String userFormatType)
Whether there is a configuration entry stored for the specified type.
|
String |
getUserFormatKeyForType(String userFormatType)
Retrieves the module key of the user format descriptor configured to render the specified type.
|
void |
remove(String userFormatType)
Removes the configuration entry for the specified type if one exists.
|
void |
setUserFormatKeyForType(String userFormatType,
String moduleKey)
Stores a configuration entry for the specified type agains a user format module descriptor key.
|
void setUserFormatKeyForType(String userFormatType, String moduleKey)
userFormatType
- the user format type to configure.moduleKey
- The complete module key of the .String getUserFormatKeyForType(String userFormatType)
userFormatType
- The type to retrieve a module key for.boolean containsType(String userFormatType)
userFormatType
- The type find a confiuration entry for.void remove(String userFormatType)
userFormatType
- The type to remove from the configuration.Copyright © 2002-2021 Atlassian. All Rights Reserved.