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