com.atlassian.confluence.it
Interface Entity

All Known Implementing Classes:
Group, User, UserWithKey

public interface Entity


Method Summary
 java.lang.String getDisplayName()
          Returns the display name of the Entity, eg full name for Users.
 java.lang.String getName()
          Returns the Entity name.
 java.lang.String getNameField()
          Returns the name of the field that stores the Entity name.
 

Method Detail

getName

java.lang.String getName()
Returns the Entity name.


getNameField

java.lang.String getNameField()
Returns the name of the field that stores the Entity name.


getDisplayName

java.lang.String getDisplayName()
Returns the display name of the Entity, eg full name for Users.

Returns:


Copyright © 2003-2014 Atlassian. All Rights Reserved.