Package com.atlassian.confluence.it
Class UserInformation
- java.lang.Object
-
- com.atlassian.confluence.it.AbstractContentEntity
-
- com.atlassian.confluence.it.UserInformation
-
- All Implemented Interfaces:
ContentEntity
,VersionedContent
,ContentConvertible
public class UserInformation extends AbstractContentEntity
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.it.AbstractContentEntity
lastModifier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
Date
getCreationDate()
String
getCreatorName()
String
getEditUrl()
long
getId()
Date
getLastModificationDate()
String
getLastModifierName()
Space
getSpace()
String
getTitle()
String
getUsername()
int
getVersion()
boolean
shouldConvertToContent()
-
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContentId, getContentType, getContentTypeObject, getIdAsString, getLastModifier, getSelector, isMinorEdit, setContent, setId, setId, setLastModificationDate, setLastModifier, setVersion
-
-
-
-
Method Detail
-
getUsername
public String getUsername()
-
getContent
public String getContent()
- Specified by:
getContent
in interfaceContentEntity
- Overrides:
getContent
in classAbstractContentEntity
- Returns:
- the content of this entity.
-
getCreatorName
public String getCreatorName()
-
getLastModifierName
public String getLastModifierName()
-
getVersion
public int getVersion()
- Specified by:
getVersion
in interfaceVersionedContent
- Overrides:
getVersion
in classAbstractContentEntity
-
getCreationDate
public Date getCreationDate()
-
getId
public long getId()
- Specified by:
getId
in interfaceContentEntity
- Overrides:
getId
in classAbstractContentEntity
- Returns:
- the id used for persistence of this entity.
-
getLastModificationDate
public Date getLastModificationDate()
- Specified by:
getLastModificationDate
in interfaceContentEntity
- Overrides:
getLastModificationDate
in classAbstractContentEntity
-
getEditUrl
public String getEditUrl()
- Returns:
- the url where this entity can be edited.
-
getSpace
public Space getSpace()
- Returns:
- the space this content belongs to.
-
getTitle
public String getTitle()
- Returns:
- the title of this entity
-
shouldConvertToContent
public boolean shouldConvertToContent()
- Returns:
- true if the implementer wants to be part of the core API (default value), false otherwise
-
-