Package com.atlassian.confluence.it
Interface VersionedContent
-
- All Known Implementing Classes:
AbstractContentEntity
,AbstractPageEntity
,Attachment
,BlogPost
,Comment
,Draft
,Page
,UserInformation
public interface VersionedContent
Integration Test Content that has a version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getVersion()
boolean
isMinorEdit()
void
setVersion(int version)
-