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, waitcheckOut, getAuthor, getCheckoutUser, getCreationDate, getDescription, getEtag, getLastModificator, getModificationDate, getName, getSize, getStream, getSubPath, getType, setDescription, setStream, uncheckOutpublic boolean isFolderish()
isFolderish in interface WSSListItempublic void setIcon(String icon)
setIcon in interface WSSListItempublic String getCreatedTS()
getCreatedTS in interface WSSListItempublic String getModifiedTS()
getModifiedTS in interface WSSListItempublic String getCheckoutTS()
getCheckoutTS in interface WSSListItempublic String getCheckoutExpiryTS()
getCheckoutExpiryTS in interface WSSListItempublic String getIcon()
getIcon in interface WSSListItempublic String getSizeAsString()
getSizeAsString in interface WSSListItempublic String getDisplayName()
getDisplayName in interface WSSListItempublic String getRelativeSubPath(String siteRootPath)
getRelativeSubPath in interface WSSListItempublic String getRelativeFilePath(String siteRootPath)
getRelativeFilePath in interface WSSListItempublic boolean isSite()
isSite in interface WSSListItempublic boolean isCheckOut()
isCheckOut in interface WSSListItempublic boolean canCheckOut(String userName)
canCheckOut in interface WSSListItempublic boolean canUnCheckOut(String userName)
canUnCheckOut in interface WSSListItemCopyright © 2011 Nuxeo SA. All Rights Reserved.