Package com.atlassian.confluence.core
Interface ContentTypeAware
- All Known Implementing Classes:
AbstractPage,Attachment,BlogPost,Comment,ContentEntityObject,CustomContentEntityObject,Draft,GlobalDescription,Page,PersonalInformation,ReadOnlySpace,ReadOnlySpaceDescription,Space,SpaceContentEntityObject,SpaceDescription
public interface ContentTypeAware
Used to mark classes that expose a content type
-
Method Summary
-
Method Details
-
getType
String getType()- Returns:
- the content type
-