public class VirtualListItem extends AbstractWSSListItem implements WSSListItem
Constructor and Description |
---|
VirtualListItem(String name,
String corePathPrefix,
String urlRoot) |
Modifier and Type | Method and Description |
---|---|
void |
checkOut(String s) |
String |
getAuthor() |
String |
getCheckoutUser() |
Date |
getCreationDate() |
String |
getDescription() |
String |
getEtag() |
String |
getLastModificator() |
Date |
getModificationDate() |
String |
getName() |
int |
getSize() |
InputStream |
getStream() |
String |
getSubPath() |
String |
getType() |
void |
setDescription(String s) |
void |
setStream(InputStream inputStream,
String s) |
void |
uncheckOut(String s) |
canCheckOut, canUnCheckOut, getCheckoutExpiryTS, getCheckoutTS, getCreatedTS, getDisplayName, getIcon, getModifiedTS, getRelativeFilePath, getRelativeSubPath, getSizeAsString, isCheckOut, isFolderish, isSite, setIcon
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canCheckOut, canUnCheckOut, getCheckoutExpiryTS, getCheckoutTS, getCreatedTS, getDisplayName, getIcon, getModifiedTS, getRelativeFilePath, getRelativeSubPath, getSizeAsString, isCheckOut, isFolderish, isSite, setIcon
public String getAuthor()
getAuthor
in interface WSSListItem
public String getSubPath()
getSubPath
in interface WSSListItem
public String getDescription()
getDescription
in interface WSSListItem
public void setDescription(String s)
setDescription
in interface WSSListItem
public InputStream getStream()
getStream
in interface WSSListItem
public void setStream(InputStream inputStream, String s) throws WSSException
setStream
in interface WSSListItem
WSSException
public String getName()
getName
in interface WSSListItem
public String getEtag()
getEtag
in interface WSSListItem
public String getType()
getType
in interface WSSListItem
public int getSize()
getSize
in interface WSSListItem
public void checkOut(String s) throws WSSException
checkOut
in interface WSSListItem
WSSException
public void uncheckOut(String s) throws WSSException
uncheckOut
in interface WSSListItem
WSSException
public String getLastModificator()
getLastModificator
in interface WSSListItem
public String getCheckoutUser()
getCheckoutUser
in interface WSSListItem
public Date getCreationDate()
getCreationDate
in interface WSSListItem
public Date getModificationDate()
getModificationDate
in interface WSSListItem
Copyright © 2015 Nuxeo SA. All rights reserved.