org.nuxeo.wss.spi.dws
Class AbstractDWSItem
java.lang.Object
org.nuxeo.wss.spi.dws.AbstractDWSItem
- All Implemented Interfaces:
- DWSItem
- Direct Known Subclasses:
- AbstractTask, DWSDocument, LinkImpl
public abstract class AbstractDWSItem
- extends Object
- implements DWSItem
TASK_DATE_FORMAT
public static final SimpleDateFormat TASK_DATE_FORMAT
AbstractDWSItem
public AbstractDWSItem(String id,
String authorLogin,
Date created,
Date modified,
String fileRef)
getAuthorRef
public String getAuthorRef()
- Specified by:
getAuthorRef in interface DWSItem
getEditorLogin
public String getEditorLogin()
- Specified by:
getEditorLogin in interface DWSItem
getEditorRef
public String getEditorRef()
- Specified by:
getEditorRef in interface DWSItem
getUniqueId
public String getUniqueId()
- Specified by:
getUniqueId in interface DWSItem
updateReferences
public void updateReferences(List<User> users)
- Specified by:
updateReferences in interface DWSItem
getCreatedTS
public String getCreatedTS()
- Specified by:
getCreatedTS in interface DWSItem
getModifiedTS
public String getModifiedTS()
- Specified by:
getModifiedTS in interface DWSItem
getAuthorLogin
public String getAuthorLogin()
- Specified by:
getAuthorLogin in interface DWSItem
getCreated
public Date getCreated()
- Specified by:
getCreated in interface DWSItem
getId
public String getId()
- Specified by:
getId in interface DWSItem
getModified
public Date getModified()
- Specified by:
getModified in interface DWSItem
getFileRef
public String getFileRef()
- Specified by:
getFileRef in interface DWSItem
Copyright © 2011 Nuxeo SA. All Rights Reserved.