test.plugin.apiavailable
Class DummyUnavailableContentEntityAdapter

java.lang.Object
  extended by com.atlassian.confluence.content.ContentEntityAdapterParent
      extended by test.plugin.apiavailable.DummyUnavailableContentEntityAdapter
All Implemented Interfaces:
ContentEntityAdapter

public class DummyUnavailableContentEntityAdapter
extends ContentEntityAdapterParent


Constructor Summary
DummyUnavailableContentEntityAdapter()
           
 
Method Summary
 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
 

Constructor Detail

DummyUnavailableContentEntityAdapter

public DummyUnavailableContentEntityAdapter()
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 interface ContentEntityAdapter
Overrides:
shouldConvertToContent in class ContentEntityAdapterParent
Parameters:
pluginContentEntityObject - the entity to check


Copyright © 2003–2015 Atlassian. All rights reserved.