Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.objecttype
Interface ContentObjectType

All Superinterfaces:
VisibleType
All Known Implementing Classes:
MediaObjectType

public interface ContentObjectType
extends VisibleType

A marker interface indicating a content type which is not directly containable by a JiveContainer. If you require a type that is not directly containable by a JiveContainer then you would only implement ContentObjectType and not ContainableType. Being a ContentObjectType does not impose a restriction, but rather omits the provider which allows you to be containable. Only ContainableTypes expose the provider that gives you info about which containers you can live in, etc. ContentObjectTypes are not required to give you that information.


Method Summary
 ContentObjectTypeInfoProvider getContentObjectTypeInfoProvider()
           
 
Methods inherited from interface com.jivesoftware.community.objecttype.VisibleType
getTypeUIProvider, getUserBarProvider
 

Method Detail

getContentObjectTypeInfoProvider

ContentObjectTypeInfoProvider getContentObjectTypeInfoProvider()

Jive Product Page

Copyright © 1999-2007 Jive Software.