Package wt.content
Class _ApplicationData
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.content._ContentItem
wt.content.ContentItem
wt.content._ApplicationData
- 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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe fileName of this piece of content.static final StringThe path where this piece of content was uploaded fromFields inherited from class wt.content._ContentItem
AUTHORED_BY, CATEGORY, COMMENTS, CREATED_BY, DESCRIPTION, DISTRIBUTABLE, 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
Modifier and TypeMethodDescriptionThe fileName of this piece of content.The path where this piece of content was uploaded fromvoidsetFileName(String fileName) The fileName of this piece of content.voidsetUploadedFromPath(String uploadedFromPath) The path where this piece of content was uploaded fromMethods inherited from class wt.content.ContentItem
getBusinessType, getFormatName, getIdentity, setFormatNameMethods inherited from class wt.content._ContentItem
getAuthoredBy, getCategory, getComments, getCreatedBy, getDescription, getFormat, getHolderLink, getIntentToChange, getLastAuthored, getLineNumber, getModifiedBy, getRole, isDistributable, isStale, readVersion, setAuthoredBy, setCategory, setComments, setCreatedBy, setDescription, setDistributable, setFormat, setHolderLink, setIntentToChange, setLastAuthored, setLineNumber, setModifiedBy, setRole, setStale, super_readExternal_ContentItem, super_readVersion_ContentItem, super_writeExternal_ContentItemMethods 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
-
Field Details
-
UPLOADED_FROM_PATH
The path where this piece of content was uploaded fromSupported API: true
- See Also:
-
FILE_NAME
The fileName of this piece of content. This is what the name of the file was when you originally uploaded it.Supported API: true
- See Also:
-
-
Method Details
-
getUploadedFromPath
The path where this piece of content was uploaded fromSupported API: true
- See Also:
-
setUploadedFromPath
The path where this piece of content was uploaded fromSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getFileName
The fileName of this piece of content. This is what the name of the file was when you originally uploaded it.Supported API: true
- See Also:
-
setFileName
The fileName of this piece of content. This is what the name of the file was when you originally uploaded it.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-