public interface ContentTypeInterface extends java.io.Serializable, java.lang.Comparable<ContentTypeInterface>
Modifier and Type | Method and Description |
---|---|
boolean |
getCreateable()
This attribute indicates whether new objects of this type can be created.
|
java.lang.String |
getDescription()
This is an application’s description of this object type,
such as the nature of content, or its intended use.
|
java.lang.String |
getDisplayName()
This attribute is used for presentation by application.
|
java.lang.String |
getId()
This attribute uniquely identifies this object type in the repository.
|
java.lang.String |
getName()
Content type name
|
java.util.Map<java.lang.String,ContentPropertyTypeInterface> |
getProperties()
Get Property definitions for this Content Type
|
boolean |
getQueryable()
This attribute indicates whether or not this object type is queryable.
|
java.lang.String |
getQueryName()
This attribute is used as a table name in a SQL query.
|
boolean |
getVersionable()
This attribute Indicates whether or not objects of this type are versionable.
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getQueryName()
java.lang.String getDisplayName()
java.lang.String getDescription()
boolean getCreateable()
boolean getQueryable()
boolean getVersionable()
java.util.Map<java.lang.String,ContentPropertyTypeInterface> getProperties()