public interface WSSListItem
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCheckOut(String userName) |
boolean |
canUnCheckOut(String userName) |
void |
checkOut(String userName) |
String |
getAuthor() |
String |
getCheckoutExpiryTS() |
String |
getCheckoutTS() |
String |
getCheckoutUser() |
String |
getCreatedTS() |
Date |
getCreationDate() |
String |
getDescription() |
String |
getDisplayName() |
String |
getEtag() |
String |
getIcon() |
String |
getLastModificator() |
Date |
getModificationDate() |
String |
getModifiedTS() |
String |
getName() |
String |
getRelativeFilePath(String siteRootPath) |
String |
getRelativeSubPath(String siteRootPath) |
int |
getSize() |
String |
getSizeAsString() |
InputStream |
getStream() |
String |
getSubPath() |
String |
getType() |
boolean |
isCheckOut() |
boolean |
isFolderish() |
boolean |
isSite() |
void |
setDescription(String description) |
void |
setIcon(String icon) |
void |
setStream(InputStream stream,
String fileName) |
void |
uncheckOut(String userName) |
String getAuthor()
String getSubPath()
String getDescription()
void setDescription(String description)
InputStream getStream()
void setStream(InputStream stream, String fileName) throws WSSException
WSSExceptionString getName()
String getEtag()
String getType()
boolean isFolderish()
String getIcon()
void setIcon(String icon)
String getModifiedTS()
String getCreatedTS()
int getSize()
String getSizeAsString()
void checkOut(String userName) throws WSSException
WSSExceptionvoid uncheckOut(String userName) throws WSSException
WSSExceptionString getLastModificator()
String getCheckoutTS()
String getCheckoutExpiryTS()
String getCheckoutUser()
String getDisplayName()
boolean isSite()
Date getCreationDate()
Date getModificationDate()
boolean canCheckOut(String userName)
boolean canUnCheckOut(String userName)
boolean isCheckOut()
Copyright © 2015 Nuxeo SA. All rights reserved.