org.alfresco.repo.avm
Interface PlainFileNode

All Superinterfaces:
AVMNode, FileNode

public interface PlainFileNode
extends FileNode

Interface for Plain file nodes.


Method Summary
 ContentData getContentData()
          Special case.
 void setEncoding(java.lang.String encoding)
          Set the encoding of this file.
 void setMimeType(java.lang.String mimeType)
          Set the mime type of this file.
 
Methods inherited from interface org.alfresco.repo.avm.FileNode
getContentData, setContentData
 
Methods inherited from interface org.alfresco.repo.avm.AVMNode
addProperties, changeAncestor, copy, copyMetaDataFrom, deleteProperties, deleteProperty, getAcl, getAncestor, getAspects, getBasicAttributes, getDescriptor, getDescriptor, getDescriptor, getGuid, getId, getIsNew, getIsRoot, getMergedFrom, getProperties, getProperty, getStoreNew, getType, getVersionID, setAcl, setAncestor, setGuid, setIsRoot, setMergedFrom, setProperties, setProperty, setStoreNew, setVersionID, toString, updateModTime
 

Method Detail

setEncoding

void setEncoding(java.lang.String encoding)
Set the encoding of this file.

Parameters:
encoding -

setMimeType

void setMimeType(java.lang.String mimeType)
Set the mime type of this file.

Parameters:
mimeType -

getContentData

ContentData getContentData()
Special case.

Returns:


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