|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentTypeManager
| Method Summary | |
|---|---|
ContentType |
getContentType(String contentModuleKey)
Get the Content Type plugin module for the given module key, or the default "uninstalled" content type if no matching plugin can be found. |
Collection<ContentType> |
getEnabledContentTypes()
Get all ContentTypes currently enabled in the system |
String |
getImplementingPluginVersion(String contentModuleKey)
Get the current version of the plugin that implements this content type. |
| Method Detail |
|---|
ContentType getContentType(String contentModuleKey)
contentModuleKey - the plugin module complete key of the content type provider
String getImplementingPluginVersion(String contentModuleKey)
contentModuleKey - the plugin module complete key of the content type provider
IllegalStateException - if the implementing plugin does not exist, is disabled or is the wrong type.Collection<ContentType> getEnabledContentTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||