Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.spi
Class AbstractWSSListItem

java.lang.Object
  extended by org.nuxeo.wss.spi.AbstractWSSListItem
All Implemented Interfaces:
WSSListItem
Direct Known Subclasses:
DummyWSSListItem, NuxeoListItem

public abstract class AbstractWSSListItem
extends java.lang.Object
implements WSSListItem


Field Summary
static java.text.SimpleDateFormat WSS_DATE_FORMAT
           
 
Constructor Summary
AbstractWSSListItem()
           
 
Method Summary
 boolean canCheckOut(java.lang.String userName)
           
 boolean canUnCheckOut(java.lang.String userName)
           
 java.lang.String getCheckoutExpiryTS()
           
 java.lang.String getCheckoutTS()
           
 java.lang.String getCreatedTS()
           
 java.lang.String getDisplayName()
           
 java.lang.String getIcon()
           
 java.lang.String getModifiedTS()
           
 java.lang.String getRelativeFilePath(java.lang.String siteRootPath)
           
 java.lang.String getRelativeSubPath(java.lang.String siteRootPath)
           
 java.lang.String getSizeAsString()
           
 boolean isCheckOut()
           
 boolean isFolderish()
           
 boolean isSite()
           
 void setIcon(java.lang.String icon)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.wss.spi.WSSListItem
checkOut, getAuthor, getCheckoutUser, getCreationDate, getDescription, getEtag, getLastModificator, getModificationDate, getName, getSize, getStream, getSubPath, getType, setDescription, setStream, uncheckOut
 

Field Detail

WSS_DATE_FORMAT

public static final java.text.SimpleDateFormat WSS_DATE_FORMAT
Constructor Detail

AbstractWSSListItem

public AbstractWSSListItem()
Method Detail

isFolderish

public boolean isFolderish()
Specified by:
isFolderish in interface WSSListItem

setIcon

public void setIcon(java.lang.String icon)
Specified by:
setIcon in interface WSSListItem

getCreatedTS

public java.lang.String getCreatedTS()
Specified by:
getCreatedTS in interface WSSListItem

getModifiedTS

public java.lang.String getModifiedTS()
Specified by:
getModifiedTS in interface WSSListItem

getCheckoutTS

public java.lang.String getCheckoutTS()
Specified by:
getCheckoutTS in interface WSSListItem

getCheckoutExpiryTS

public java.lang.String getCheckoutExpiryTS()
Specified by:
getCheckoutExpiryTS in interface WSSListItem

getIcon

public java.lang.String getIcon()
Specified by:
getIcon in interface WSSListItem

getSizeAsString

public java.lang.String getSizeAsString()
Specified by:
getSizeAsString in interface WSSListItem

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface WSSListItem

getRelativeSubPath

public java.lang.String getRelativeSubPath(java.lang.String siteRootPath)
Specified by:
getRelativeSubPath in interface WSSListItem

getRelativeFilePath

public java.lang.String getRelativeFilePath(java.lang.String siteRootPath)
Specified by:
getRelativeFilePath in interface WSSListItem

isSite

public boolean isSite()
Specified by:
isSite in interface WSSListItem

isCheckOut

public boolean isCheckOut()
Specified by:
isCheckOut in interface WSSListItem

canCheckOut

public boolean canCheckOut(java.lang.String userName)
Specified by:
canCheckOut in interface WSSListItem

canUnCheckOut

public boolean canUnCheckOut(java.lang.String userName)
Specified by:
canUnCheckOut in interface WSSListItem

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.