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
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.content._ContentItem
AUTHORED_BY, CATEGORY, COMMENTS, CREATED_BY, DESCRIPTION, DISTRIBUTABLE, EXTERNALIZATION_VERSION_UID, FORMAT, HOLDER_LINK, INTENT_TO_CHANGE, LAST_AUTHORED, LINE_NUMBER, MODIFIED_BY, ROLE, STALEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Methods inherited from class wt.content._ContentItem
getAuthoredBy, getCategory, getClassInfo, getComments, getConceptualClassname, getCreatedBy, getDescription, getFormat, getHolderLink, getIntentToChange, getLastAuthored, getLineNumber, getModifiedBy, getRole, getType, isDistributable, isStale, readExternal, readExternal, readVersion, setAuthoredBy, setCategory, setComments, setCreatedBy, setDescription, setDistributable, setFormat, setHolderLink, setIntentToChange, setLastAuthored, setLineNumber, setModifiedBy, setRole, setStale, super_readExternal_ContentItem, super_readVersion_ContentItem, super_writeExternal_ContentItem, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo