Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.spi.dws
Interface DWSItem

All Known Subinterfaces:
Link, Task
All Known Implementing Classes:
AbstractDWSItem, AbstractTask, DWSDocument, LinkImpl, NuxeoTask, TaskImpl

public interface DWSItem


Method Summary
 String getAuthorLogin()
           
 String getAuthorRef()
           
 Date getCreated()
           
 String getCreatedTS()
           
 String getEditorLogin()
           
 String getEditorRef()
           
 String getFileRef()
           
 String getId()
           
 Date getModified()
           
 String getModifiedTS()
           
 String getUniqueId()
           
 void updateReferences(List<User> users)
           
 

Method Detail

getId

String getId()

getUniqueId

String getUniqueId()

getCreated

Date getCreated()

getCreatedTS

String getCreatedTS()

getModified

Date getModified()

getModifiedTS

String getModifiedTS()

getAuthorLogin

String getAuthorLogin()

getAuthorRef

String getAuthorRef()

getEditorLogin

String getEditorLogin()

getEditorRef

String getEditorRef()

getFileRef

String getFileRef()

updateReferences

void updateReferences(List<User> users)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.