com.atlassian.confluence.it
Interface VersionedContent

All Known Implementing Classes:
AbstractContentEntity, AbstractPageEntity, Attachment, BlogPost, Comment, Draft, Page, UserInformation, UserStatus

public interface VersionedContent

Integration Test Content that has a version.


Method Summary
 int getVersion()
           
 boolean isMinorEdit()
           
 void setVersion(int version)
           
 

Method Detail

getVersion

int getVersion()

setVersion

void setVersion(int version)

isMinorEdit

boolean isMinorEdit()


Copyright © 2003-2014 Atlassian. All Rights Reserved.