com.solidstategroup.cms
Class PDFDocumentAsset

java.lang.Object
  extended by com.solidstategroup.cms.Asset
      extended by com.solidstategroup.cms.DocumentAsset
          extended by com.solidstategroup.cms.BinaryDocumentAsset
              extended by com.solidstategroup.cms.PDFDocumentAsset
All Implemented Interfaces:
com.solidstategroup.handles.Identifiable, com.solidstategroup.handles.Named, com.solidstategroup.handles.NamedIdentifiable, java.lang.Comparable

public class PDFDocumentAsset
extends BinaryDocumentAsset


Field Summary
 
Fields inherited from class com.solidstategroup.cms.BinaryDocumentAsset
documentText
 
Fields inherited from class com.solidstategroup.cms.DocumentAsset
BINARY_DOCUMENT, DOCUMENT_TYPES, documentType, EXCEL_DOCUMENT, PDF_DOCUMENT, PLAINTEXT_DOCUMENT, WORD_DOCUMENT
 
Fields inherited from class com.solidstategroup.cms.Asset
createdOn, dublinCoreMetaData, includeInSearch, searchScore
 
Constructor Summary
PDFDocumentAsset()
           
 
Method Summary
 java.lang.String getAssetContents()
           
 
Methods inherited from class com.solidstategroup.cms.BinaryDocumentAsset
execute, getBinaryData, getBinaryStream, getDocumentText, getSize, isPreviewVersion, processContents, setBinaryData, setBinaryDataWithInputStream, setDocumentText, setPreviewVersion, setSize, updateDocumentText
 
Methods inherited from class com.solidstategroup.cms.DocumentAsset
containsTag, delete, executeTags, getAssetData, getAssetDataPrefix, getDocumentType, getFileExtension, getHighestVersion, getLongDescription, getMajorVersion, getMinorVersion, getNumberOfDownloads, getQuery, getRootArticleTypeId, getRootDocumentId, getTags, getVersion, incrementMajorVersion, incrementMinorVersion, isCurrentVersion, isDocumentBeingUsed, makeVersionCurrent, setAssetData, setAssetDataPrefix, setCurrentVersion, setDocumentType, setLongDescription, setMajorVersion, setMinorVersion, setNumberOfDownloads, setRootArticleTypeId, setRootDocumentId, setTags, storeNewAsset, storeNewAsset, update, updateDescription, updateDocumentURL, updateLongDescription, updateTags
 
Methods inherited from class com.solidstategroup.cms.Asset
compareTo, destroy, getAssetDataUnprocessed, getAssetId, getAssetType, getChunkFormatId, getCreatedOn, getDescription, getDublinCoreMetaData, getId, getLastModified, getName, getRootArticleIds, getRootChunkFormatId, getSearchScore, isDeleted, isIncludeInSearch, setAssetId, setAssetType, setChunkFormatId, setCreatedOn, setDeleted, setDescription, setDublinCoreMetaData, setIncludeInSearch, setLastModified, setName, setRootChunkFormatId, storeAsset, storeBinaryAsset, storeUpdateAsset, storeUpdateAsset, validateLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFDocumentAsset

public PDFDocumentAsset()
Method Detail

getAssetContents

public java.lang.String getAssetContents()
Overrides:
getAssetContents in class BinaryDocumentAsset