Interface TextDataItem
- All Superinterfaces:
FolderItem
- All Known Implementing Classes:
LocalTextDataItem, RemoteTextDataItem
TextDataItem corresponds to a file which contains text data only
and relies only on property file storage (i.e., no separate database or data file).-
Field Summary
Fields inherited from interface FolderItem
DATABASE_FILE_TYPE, DATAFILE_FILE_TYPE, DEFAULT_CHECKOUT_ID, LATEST_VERSION, LINK_FILE_TYPE, UNKNOWN_FILE_TYPE -
Method Summary
Modifier and TypeMethodDescriptionGet the text data that was stored with this itemMethods inherited from interface FolderItem
canRecover, checkout, clearCheckout, delete, getCheckout, getCheckoutId, getCheckouts, getCheckoutVersion, getContentType, getContentTypeVersion, getCurrentVersion, getFileID, getLocalCheckoutVersion, getName, getParentPath, getPathName, getVersions, hasCheckouts, isCheckedOut, isCheckedOutExclusive, isCheckinActive, isReadOnly, isVersioned, lastModified, length, output, refresh, resetFileID, setCheckout, setContentTypeVersion, setReadOnly, terminateCheckout, updateCheckoutVersion
-
Method Details
-
getTextData
-