Package wt.content

Class ContentItem

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.content._ContentItem
wt.content.ContentItem
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.BusinessInformation, NetFactor, ObjectMappable, Persistable, DisplayIdentification
Direct Known Subclasses:
_ApplicationData, wt.content._ExternalStoredData, _URLData

@GenAsPersistable(superClass=WTObject.class,interfaces=wt.fc.BusinessInformation.class,versions=2186812956752970244L,properties={@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="The descriptive string about this piece of content",constraints=@PropertyConstraints(upperLimit=2000)),@GeneratedProperty(name="intentToChange",type=java.lang.Boolean.class,javaDoc="This is a boolean used for display purposes in the client. It might be used in a check-in/check out situation where files are marked as true on check-out, and then you are given the option to upload these files at check-in."),@GeneratedProperty(name="holderLink",type=wt.content.HolderToContent.class,javaDoc="Non-persistent reference to the link between the ContentHolder and the ContentItem.l",columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="stale",type=boolean.class,initialValue="false"),@GeneratedProperty(name="category",type=java.lang.String.class),@GeneratedProperty(name="comments",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=2000)),@GeneratedProperty(name="lineNumber",type=int.class),@GeneratedProperty(name="distributable",type=boolean.class,initialValue="false"),@GeneratedProperty(name="authoredBy",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=256)),@GeneratedProperty(name="lastAuthored",type=java.util.Date.class,columnProperties=@ColumnProperties(columnType=BLOB)),@GeneratedProperty(name="createdBy",type=WTPrincipalReference.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="format",type=wt.content.DataFormatReference.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="role",type=ContentRoleType.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="modifiedBy",type=WTPrincipalReference.class,constraints=@PropertyConstraints(required=true))}) public abstract class ContentItem extends _ContentItem
This is the abstract class that represents a single piece of content.

Supported API: true

Extendable: false
See Also: