public interface

Entity

com.atlassian.confluence.it.Entity
Known Indirect Subclasses

Summary

Public Methods
abstract String getDisplayName()
Returns the display name of the Entity, eg full name for Users.
abstract String getName()
Returns the Entity name.
abstract String getNameField()
Returns the name of the field that stores the Entity name.

Public Methods

public abstract String getDisplayName ()

Returns the display name of the Entity, eg full name for Users.

public abstract String getName ()

Returns the Entity name.

public abstract String getNameField ()

Returns the name of the field that stores the Entity name.