test.plugin.apiavailable
Class DummyAvailableContentType

java.lang.Object
  extended by com.atlassian.confluence.content.custom.BaseCustomContentType
      extended by test.plugin.apiavailable.DummyAvailableContentType
All Implemented Interfaces:
ContentType, CustomContentType

public class DummyAvailableContentType
extends BaseCustomContentType


Constructor Summary
DummyAvailableContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate, ApiSupportProvider apiSupportProvider, CustomContentApiSupportParams customContentApiSupportParams)
           
 
Method Summary
 BaseContentTypeApiSupport<CustomContentEntityObject> getApiSupport()
          A null implementation that provide no extensions or children for the CustomContentType
 ContentEntityAdapter getContentAdapter()
           
 ContentUiSupport getContentUiSupport()
           
 PermissionDelegate getPermissionDelegate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyAvailableContentType

public DummyAvailableContentType(@Qualifier(value="dummyAvailableContentType")
                                 ContentEntityAdapter contentEntityAdapter,
                                 @Qualifier(value="dummyPermissionDelegate")
                                 PermissionDelegate permissionDelegate,
                                 ApiSupportProvider apiSupportProvider,
                                 CustomContentApiSupportParams customContentApiSupportParams)
Method Detail

getContentAdapter

public ContentEntityAdapter getContentAdapter()

getPermissionDelegate

public PermissionDelegate getPermissionDelegate()

getContentUiSupport

public ContentUiSupport getContentUiSupport()

getApiSupport

public BaseContentTypeApiSupport<CustomContentEntityObject> getApiSupport()
Description copied from class: BaseCustomContentType
A null implementation that provide no extensions or children for the CustomContentType

Specified by:
getApiSupport in interface CustomContentType
Overrides:
getApiSupport in class BaseCustomContentType
Returns:
a ContentTypeApiSupport object that does not allow children and provides no extensions


Copyright © 2003–2015 Atlassian. All rights reserved.