|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentTypeManager
Method Summary | |
---|---|
ContentType |
getContentType(java.lang.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. |
java.util.Collection<ContentType> |
getEnabledContentTypes()
Get all ContentTypes currently enabled in the system |
java.lang.String |
getImplementingPluginVersion(java.lang.String contentModuleKey)
Get the current version of the plugin that implements this content type. |
Method Detail |
---|
ContentType getContentType(java.lang.String contentModuleKey)
contentModuleKey
- the plugin module complete key of the content type provider
java.lang.String getImplementingPluginVersion(java.lang.String contentModuleKey)
contentModuleKey
- the plugin module complete key of the content type provider
java.lang.IllegalStateException
- if the implementing plugin does not exist, is disabled or is the wrong type.java.util.Collection<ContentType> getEnabledContentTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |