org.alfresco.repo.avm
Interface PlainFileNode

All Superinterfaces:
AVMNode, FileNode
All Known Implementing Classes:
PlainFileNodeImpl

public interface PlainFileNode
extends FileNode

Interface for Plain file nodes.


Method Summary
 org.alfresco.service.cmr.repository.ContentData getContentData()
           
 java.lang.Long getContentDataId()
           
 java.lang.String getContentURL()
          DAO accessor only.
 java.lang.String getEncoding()
          DAO accessor only.
 long getLength()
          DAO accessor only.
 java.lang.String getMimeType()
          DAO accessor only.
 boolean isLegacyContentData()
           
 void setContentData(org.alfresco.service.cmr.repository.ContentData contentData)
          Set the ContentData for this file.
 
Methods inherited from interface org.alfresco.repo.avm.FileNode
getContentData
 
Methods inherited from interface org.alfresco.repo.avm.AVMNode
addAspect, addProperties, changeAncestor, copy, copyACLs, copyACLs, copyMetaDataFrom, deleteProperties, deleteProperty, getAcl, getAncestor, getAspects, getBasicAttributes, getDescriptor, getDescriptor, getDescriptor, getGuid, getId, getIsNew, getIsRoot, getMergedFrom, getProperties, getProperty, getStoreNew, getType, getVersionID, removeAspect, setAcl, setAncestor, setGuid, setIsRoot, setMergedFrom, setProperties, setProperty, setStoreNew, setVersionID, toString, updateModTime
 

Method Detail

getContentData

org.alfresco.service.cmr.repository.ContentData getContentData()

setContentData

void setContentData(org.alfresco.service.cmr.repository.ContentData contentData)
Description copied from interface: FileNode
Set the ContentData for this file.

Specified by:
setContentData in interface FileNode
Parameters:
contentData - The value to set.

isLegacyContentData

boolean isLegacyContentData()

getContentDataId

java.lang.Long getContentDataId()

getContentURL

java.lang.String getContentURL()
DAO accessor only. DO NOT USE in code.


getMimeType

java.lang.String getMimeType()
DAO accessor only. DO NOT USE in code.


getEncoding

java.lang.String getEncoding()
DAO accessor only. DO NOT USE in code.


getLength

long getLength()
DAO accessor only. DO NOT USE in code.



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.