Class DummyUnavailableContentEntityAdapter
- java.lang.Object
-
- com.atlassian.confluence.content.ContentEntityAdapterParent
-
- com.atlassian.confluence.it.api.test.plugin.apiavailable.DummyUnavailableContentEntityAdapter
-
- All Implemented Interfaces:
ContentEntityAdapter
public class DummyUnavailableContentEntityAdapter extends ContentEntityAdapterParent
-
-
Constructor Summary
Constructors Constructor Description DummyUnavailableContentEntityAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)
Determine if a particular content is going to be part of the core API.-
Methods inherited from class com.atlassian.confluence.content.ContentEntityAdapterParent
getAttachmentsUrlPath, getAttachmentUrlPath, getDefaultBodyType, getDisplayTitle, getExcerpt, getNameForComparison, getUrlPath, getVersionChildPolicy, isAllowedContainer, isAllowedParent, isIndexable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.content.ContentEntityAdapter
attachmentsUrlPath, attachmentUrlPath, displayTitle, excerpt, nameForComparison, urlPath
-
-
-
-
Method Detail
-
shouldConvertToContent
public boolean shouldConvertToContent(CustomContentEntityObject pluginContentEntityObject)
Description copied from interface:ContentEntityAdapter
Determine if a particular content is going to be part of the core API. Defaults to true.- Specified by:
shouldConvertToContent
in interfaceContentEntityAdapter
- Overrides:
shouldConvertToContent
in classContentEntityAdapterParent
- Parameters:
pluginContentEntityObject
- the entity to check
-
-