Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.spi
Interface WSSListItem

All Known Implementing Classes:
AbstractWSSListItem, DummyWSSListItem, NuxeoListItem

public interface WSSListItem


Method Summary
 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)
           
 

Method Detail

getAuthor

String getAuthor()

getSubPath

String getSubPath()

getRelativeSubPath

String getRelativeSubPath(String siteRootPath)

getRelativeFilePath

String getRelativeFilePath(String siteRootPath)

getDescription

String getDescription()

setDescription

void setDescription(String description)

getStream

InputStream getStream()

setStream

void setStream(InputStream stream,
               String fileName)
               throws WSSException
Throws:
WSSException

getName

String getName()

getEtag

String getEtag()

getType

String getType()

isFolderish

boolean isFolderish()

getIcon

String getIcon()

setIcon

void setIcon(String icon)

getModifiedTS

String getModifiedTS()

getCreatedTS

String getCreatedTS()

getSize

int getSize()

getSizeAsString

String getSizeAsString()

checkOut

void checkOut(String userName)
              throws WSSException
Throws:
WSSException

uncheckOut

void uncheckOut(String userName)
                throws WSSException
Throws:
WSSException

getLastModificator

String getLastModificator()

getCheckoutTS

String getCheckoutTS()

getCheckoutExpiryTS

String getCheckoutExpiryTS()

getCheckoutUser

String getCheckoutUser()

getDisplayName

String getDisplayName()

isSite

boolean isSite()

getCreationDate

Date getCreationDate()

getModificationDate

Date getModificationDate()

canCheckOut

boolean canCheckOut(String userName)

canUnCheckOut

boolean canUnCheckOut(String userName)

isCheckOut

boolean isCheckOut()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.