Package com.atlassian.confluence.it
Class AbstractPageEntity
- java.lang.Object
-
- com.atlassian.confluence.it.AbstractContentEntity
-
- com.atlassian.confluence.it.AbstractPageEntity
-
- All Implemented Interfaces:
ContentEntity
,LinkableContent
,TitledContent
,VersionedContent
,ContentConvertible
@Deprecated public abstract class AbstractPageEntity extends AbstractContentEntity implements LinkableContent
Deprecated.Please use confluence-java-api module instead. See {com.atlassian.confluence.api.model.content.Content} alternativeCommon parent of test Page and BlogPost classes.- Since:
- 4.2
-
-
Field Summary
Fields Modifier and Type Field Description protected Space
space
Deprecated.-
Fields inherited from class com.atlassian.confluence.it.AbstractContentEntity
content, id, lastModificationDate, lastModifier, version
-
-
Constructor Summary
Constructors Constructor Description AbstractPageEntity()
Deprecated.AbstractPageEntity(AbstractPageEntity abstractPage)
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract UrlBuilder
getAddCommentUrl()
Deprecated.abstract UrlBuilder
getEditCommentUrl(long commentId)
Deprecated.UrlBuilder
getPageDiffUrl(int oldVersionNumber, int newVersionNumber)
Deprecated.abstract UrlBuilder
getReplyCommentUrl(long commentId)
Deprecated.UrlBuilder
getUrlBuilder()
Deprecated.void
setSpace(Space space)
Deprecated.-
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContent, getContentId, getContentType, getContentTypeObject, getId, getIdAsString, getLastModificationDate, getLastModifier, getSelector, getVersion, isMinorEdit, setContent, setId, setId, setLastModificationDate, setLastModifier, setVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.pages.ContentConvertible
shouldConvertToContent
-
Methods inherited from interface com.atlassian.confluence.it.ContentEntity
getEditUrl, getSpace, getTitle
-
Methods inherited from interface com.atlassian.confluence.it.LinkableContent
getUrl
-
Methods inherited from interface com.atlassian.confluence.it.TitledContent
getTitle
-
-
-
-
Field Detail
-
space
protected Space space
Deprecated.
-
-
Constructor Detail
-
AbstractPageEntity
public AbstractPageEntity()
Deprecated.
-
AbstractPageEntity
public AbstractPageEntity(AbstractPageEntity abstractPage)
Deprecated.
-
-
Method Detail
-
getPageDiffUrl
public UrlBuilder getPageDiffUrl(int oldVersionNumber, int newVersionNumber)
Deprecated.
-
getUrlBuilder
public UrlBuilder getUrlBuilder()
Deprecated.- Specified by:
getUrlBuilder
in interfaceLinkableContent
-
getAddCommentUrl
public abstract UrlBuilder getAddCommentUrl()
Deprecated.
-
getReplyCommentUrl
public abstract UrlBuilder getReplyCommentUrl(long commentId)
Deprecated.
-
getEditCommentUrl
public abstract UrlBuilder getEditCommentUrl(long commentId)
Deprecated.
-
setSpace
public void setSpace(Space space)
Deprecated.
-
-