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 StringgetContent()DategetCreationDate()StringgetCreatorName()StringgetEditUrl()longgetId()DategetLastModificationDate()StringgetLastModifierName()SpacegetSpace()StringgetTitle()StringgetUsername()intgetVersion()booleanshouldConvertToContent()-
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:
getContentin interfaceContentEntity- Overrides:
getContentin classAbstractContentEntity- Returns:
- the content of this entity.
-
getCreatorName
public String getCreatorName()
-
getLastModifierName
public String getLastModifierName()
-
getVersion
public int getVersion()
- Specified by:
getVersionin interfaceVersionedContent- Overrides:
getVersionin classAbstractContentEntity
-
getCreationDate
public Date getCreationDate()
-
getId
public long getId()
- Specified by:
getIdin interfaceContentEntity- Overrides:
getIdin classAbstractContentEntity- Returns:
- the id used for persistence of this entity.
-
getLastModificationDate
public Date getLastModificationDate()
- Specified by:
getLastModificationDatein interfaceContentEntity- Overrides:
getLastModificationDatein 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
-
-