test.plugin.versionchildpolicy
Class DummyCurrentVersionContentType
java.lang.Object
com.atlassian.confluence.content.custom.BaseCustomContentType
test.plugin.versionchildpolicy.DummyCurrentVersionContentType
- All Implemented Interfaces:
- ContentType, CustomContentType
public class DummyCurrentVersionContentType
- extends BaseCustomContentType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyCurrentVersionContentType
public DummyCurrentVersionContentType(@Qualifier(value="dummyCurrentVersionContentType")
ContentEntityAdapter contentEntityAdapter,
@Qualifier(value="dummyPermissionDelegate")
PermissionDelegate permissionDelegate,
ApiSupportProvider apiSupportProvider)
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.