test.plugin.versionchildpolicy
Class DummyCurrentVersionContentType

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

public class DummyCurrentVersionContentType
extends BaseCustomContentType


Constructor Summary
DummyCurrentVersionContentType(ContentEntityAdapter contentEntityAdapter, PermissionDelegate permissionDelegate, ApiSupportProvider apiSupportProvider)
           
 
Method Summary
 ContentTypeApiSupport<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

DummyCurrentVersionContentType

public DummyCurrentVersionContentType(@Qualifier(value="dummyCurrentVersionContentType")
                                      ContentEntityAdapter contentEntityAdapter,
                                      @Qualifier(value="dummyPermissionDelegate")
                                      PermissionDelegate permissionDelegate,
                                      ApiSupportProvider apiSupportProvider)
Method Detail

getContentAdapter

public ContentEntityAdapter getContentAdapter()

getPermissionDelegate

public PermissionDelegate getPermissionDelegate()

getContentUiSupport

public ContentUiSupport getContentUiSupport()

getApiSupport

public ContentTypeApiSupport<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.