Uses of Class
com.atlassian.confluence.it.content.ContentType

Packages that use ContentType
com.atlassian.confluence.it   
com.atlassian.confluence.it.content   
com.atlassian.confluence.it.feed   
 

Uses of ContentType in com.atlassian.confluence.it
 

Constructors in com.atlassian.confluence.it with parameters of type ContentType
Draft(User owner, ContentType type, String title, Space space)
           
Draft(User owner, ContentType type, String title, String content, Space space)
           
 

Uses of ContentType in com.atlassian.confluence.it.content
 

Methods in com.atlassian.confluence.it.content that return ContentType
static ContentType ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentType[] ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ContentType in com.atlassian.confluence.it.feed
 

Methods in com.atlassian.confluence.it.feed that return ContentType
 ContentType[] FeedOptions.getBlogSubTypes()
           
 ContentType[] FeedOptions.getPageSubTypes()
           
 ContentType[] FeedOptions.getTypes()
           
 

Methods in com.atlassian.confluence.it.feed with parameters of type ContentType
 void FeedOptions.setBlogSubTypes(ContentType... blogSubTypes)
           
 void FeedOptions.setPageSubTypes(ContentType... pageSubTypes)
           
 void FeedOptions.setTypes(ContentType... types)
          Set the types of content to include in the feed.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.