public abstract class AbstractDWSItem extends Object implements DWSItem
| Constructor and Description |
|---|
AbstractDWSItem(String id,
String authorLogin,
Date created,
Date modified,
String fileRef) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getAuthorRef()
getAuthorRef in interface DWSItempublic String getEditorLogin()
getEditorLogin in interface DWSItempublic String getEditorRef()
getEditorRef in interface DWSItempublic String getUniqueId()
getUniqueId in interface DWSItempublic void updateReferences(List<User> users)
updateReferences in interface DWSItempublic String getCreatedTS()
getCreatedTS in interface DWSItempublic String getModifiedTS()
getModifiedTS in interface DWSItempublic String getAuthorLogin()
getAuthorLogin in interface DWSItempublic Date getCreated()
getCreated in interface DWSItempublic Date getModified()
getModified in interface DWSItempublic String getFileRef()
getFileRef in interface DWSItemCopyright © 2011 Nuxeo SA. All Rights Reserved.