public abstract class AbstractWSSListItem extends Object implements WSSListItem
Constructor and Description |
---|
AbstractWSSListItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
canCheckOut(String userName) |
boolean |
canUnCheckOut(String userName) |
String |
getCheckoutExpiryTS() |
String |
getCheckoutTS() |
String |
getCreatedTS() |
String |
getDisplayName() |
String |
getIcon() |
String |
getModifiedTS() |
String |
getRelativeFilePath(String siteRootPath) |
String |
getRelativeSubPath(String siteRootPath) |
String |
getSizeAsString() |
boolean |
isCheckOut() |
boolean |
isFolderish() |
boolean |
isSite() |
void |
setIcon(String icon) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkOut, getAuthor, getCheckoutUser, getCreationDate, getDescription, getEtag, getLastModificator, getModificationDate, getName, getSize, getStream, getSubPath, getType, setDescription, setStream, uncheckOut
public boolean isFolderish()
isFolderish
in interface WSSListItem
public void setIcon(String icon)
setIcon
in interface WSSListItem
public String getCreatedTS()
getCreatedTS
in interface WSSListItem
public String getModifiedTS()
getModifiedTS
in interface WSSListItem
public String getCheckoutTS()
getCheckoutTS
in interface WSSListItem
public String getCheckoutExpiryTS()
getCheckoutExpiryTS
in interface WSSListItem
public String getIcon()
getIcon
in interface WSSListItem
public String getSizeAsString()
getSizeAsString
in interface WSSListItem
public String getDisplayName()
getDisplayName
in interface WSSListItem
public String getRelativeSubPath(String siteRootPath)
getRelativeSubPath
in interface WSSListItem
public String getRelativeFilePath(String siteRootPath)
getRelativeFilePath
in interface WSSListItem
public boolean isSite()
isSite
in interface WSSListItem
public boolean isCheckOut()
isCheckOut
in interface WSSListItem
public boolean canCheckOut(String userName)
canCheckOut
in interface WSSListItem
public boolean canUnCheckOut(String userName)
canUnCheckOut
in interface WSSListItem
Copyright © 2011 Nuxeo SA. All Rights Reserved.