Uses of Class
org.apache.manifoldcf.crawler.connectors.confluence.v6.model.PageType
-
Packages that use PageType Package Description org.apache.manifoldcf.crawler.connectors.confluence.v6.model -
-
Uses of PageType in org.apache.manifoldcf.crawler.connectors.confluence.v6.model
Fields in org.apache.manifoldcf.crawler.connectors.confluence.v6.model declared as PageType Modifier and Type Field Description protected PageTypePage. typeMethods in org.apache.manifoldcf.crawler.connectors.confluence.v6.model that return PageType Modifier and Type Method Description static PageTypePageType. fromName(java.lang.String type)PageTypePage. getType()static PageTypePageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PageType[]PageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.manifoldcf.crawler.connectors.confluence.v6.model with parameters of type PageType Modifier and Type Method Description voidMutableAttachment. setType(PageType type)voidMutablePage. setType(PageType type)
-