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.
getContentObjectTypeInfoProvider
ContentObjectTypeInfoProvider getContentObjectTypeInfoProvider()
Copyright © 1999-2007 Jive Software.