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
-
Field Summary
Fields inherited from class com.atlassian.confluence.it.AbstractContentEntity
lastModifier -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContentId, getContentType, getContentTypeObject, getIdAsString, getLastModifier, getSelector, isMinorEdit, setContent, setId, setId, setLastModificationDate, setLastModifier, setVersion
-
Constructor Details
-
UserInformation
-
-
Method Details
-
getUsername
-
getContent
- Specified by:
getContentin interfaceContentEntity- Overrides:
getContentin classAbstractContentEntity- Returns:
- the content of this entity.
-
getCreatorName
-
getLastModifierName
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceVersionedContent- Overrides:
getVersionin classAbstractContentEntity
-
getCreationDate
-
getId
public long getId()- Specified by:
getIdin interfaceContentEntity- Overrides:
getIdin classAbstractContentEntity- Returns:
- the id used for persistence of this entity.
-
getLastModificationDate
- Specified by:
getLastModificationDatein interfaceContentEntity- Overrides:
getLastModificationDatein classAbstractContentEntity
-
getEditUrl
- Returns:
- the url where this entity can be edited.
-
getSpace
- Returns:
- the space this content belongs to.
-
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
-