|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.process.io.file.AbstractDummyHandledFile
org.silverpeas.attachment.process.SimpleDocumentDummyHandledFile
public class SimpleDocumentDummyHandledFile
User: Yohann Chastagnier Date: 17/10/13
Constructor Summary | |
---|---|
SimpleDocumentDummyHandledFile(SimpleDocument document)
Default constructor. |
|
SimpleDocumentDummyHandledFile(SimpleDocument document,
boolean deleted)
Default constructor. |
|
SimpleDocumentDummyHandledFile(SimpleDocument document,
WAPrimaryKey targetPK)
Default constructor. |
Method Summary | |
---|---|
String |
getComponentInstanceId()
Gets the component instance id at which the virtual file is associated. |
String |
getMimeType()
Gets the mime type of the virtual file. |
String |
getName()
Gets the name of the virtual file. |
String |
getPath()
Gets the path of the virtual file. |
long |
getSize()
Gets the size of the virtual file (bytes). |
boolean |
isDeleted()
Indicates if the virtual file is a deleted one. |
Methods inherited from class org.silverpeas.process.io.file.AbstractDummyHandledFile |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleDocumentDummyHandledFile(SimpleDocument document)
document
- public SimpleDocumentDummyHandledFile(SimpleDocument document, WAPrimaryKey targetPK)
document
- targetPK
- public SimpleDocumentDummyHandledFile(SimpleDocument document, boolean deleted)
document
- deleted
- Method Detail |
---|
public String getComponentInstanceId()
DummyHandledFile
public String getPath()
DummyHandledFile
public String getName()
DummyHandledFile
public long getSize()
DummyHandledFile
public String getMimeType()
DummyHandledFile
public boolean isDeleted()
DummyHandledFile
isDeleted
in interface DummyHandledFile
isDeleted
in class AbstractDummyHandledFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |