com.atlassian.confluence.content.custom
Class CustomContentTypeWrapper

java.lang.Object
  extended by com.atlassian.confluence.content.custom.BaseCustomContentType
      extended by com.atlassian.confluence.content.custom.CustomContentTypeWrapper
All Implemented Interfaces:
ContentType, CustomContentType

public class CustomContentTypeWrapper
extends BaseCustomContentType

A wrapper class to promote ContentTypes to CustomContentTypes


Constructor Summary
CustomContentTypeWrapper(ContentType delegateContentType, ContentType apiContentType, ApiSupportProvider supportProvider)
           
 
Method Summary
 ContentEntityAdapter getContentAdapter()
           
 ContentUiSupport getContentUiSupport()
           
 PermissionDelegate getPermissionDelegate()
           
 
Methods inherited from class com.atlassian.confluence.content.custom.BaseCustomContentType
getApiSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomContentTypeWrapper

public CustomContentTypeWrapper(ContentType delegateContentType,
                                ContentType apiContentType,
                                ApiSupportProvider supportProvider)
Method Detail

getContentAdapter

public ContentEntityAdapter getContentAdapter()

getPermissionDelegate

public PermissionDelegate getPermissionDelegate()

getContentUiSupport

public ContentUiSupport getContentUiSupport()


Copyright © 2003–2015 Atlassian. All rights reserved.