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} alternative
Common parent of test Page and BlogPost classes.
- Since:
- 4.2
-
Field Summary
FieldsFields inherited from class com.atlassian.confluence.it.AbstractContentEntity
content, id, lastModificationDate, lastModifier, version -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.AbstractPageEntity(AbstractPageEntity abstractPage) Deprecated.AbstractPageEntity(Space space, String title) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgenerateTitleSlug(String title) Deprecated.Deprecated.getEditCommentUrl(long commentId) Deprecated.getPageDiffUrl(int oldVersionNumber, int newVersionNumber) Deprecated.getReplyCommentUrl(long commentId) Deprecated.getSpace()Deprecated.getTitle()Deprecated.Deprecated.voidDeprecated.voidDeprecated.Edit the title of this object.booleanDeprecated.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, setVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.it.ContentEntity
getEditUrlMethods inherited from interface com.atlassian.confluence.it.LinkableContent
getUrl
-
Field Details
-
space
Deprecated. -
title
Deprecated.
-
-
Constructor Details
-
AbstractPageEntity
public AbstractPageEntity()Deprecated. -
AbstractPageEntity
Deprecated. -
AbstractPageEntity
Deprecated.
-
-
Method Details
-
shouldConvertToContent
public boolean shouldConvertToContent()Deprecated.- Specified by:
shouldConvertToContentin interfaceContentConvertible- Returns:
- true if the implementer wants to be part of the core API (default value), false otherwise
-
getUrlBuilder
Deprecated.- Specified by:
getUrlBuilderin interfaceLinkableContent
-
getPageDiffUrl
Deprecated. -
getAddCommentUrl
Deprecated. -
getReplyCommentUrl
Deprecated. -
getEditCommentUrl
Deprecated. -
setTitle
Deprecated.Edit the title of this object. WARNING: changing this field will not update the system by itself, and operations that try to look up this page by the new title will fail until the system is actually updated.- Parameters:
title- the new title for the page.
-
getTitle
Deprecated.- Specified by:
getTitlein interfaceContentEntity- Specified by:
getTitlein interfaceTitledContent- Returns:
- the title of this entity
-
setSpace
Deprecated. -
getSpace
Deprecated.- Specified by:
getSpacein interfaceContentEntity- Returns:
- the space this content belongs to.
-
generateTitleSlug
Deprecated.
-